From 621d351602b3a9f13f9c1d17d8dc8a5b52a7b64d Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:01:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20googlefo?= =?UTF-8?q?rgames/quilkin@632ec6a0840042de38c93bddf23a0d8ae670403a=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/qt/enum.PailConfig.html | 2 +- main/api/quilkin/all.html | 2 +- main/api/quilkin/cli/enum.LogFormats.html | 2 +- main/api/quilkin/codec/qcmp/enum.Error.html | 2 +- main/api/quilkin/components/proxy/index.html | 2 +- .../packet_router/fn.spawn_receivers.html | 8 +- .../components/proxy/packet_router/index.html | 2 +- .../struct.DownstreamReceiveWorkerConfig.html | 6 +- .../quilkin/components/proxy/sidebar-items.js | 2 +- .../components/proxy/struct.PendingSends.html | 38 ++ .../components/proxy/struct.Proxy.html | 6 +- .../components/proxy/struct.Ready.html | 4 +- .../components/proxy/struct.RecvPacket.html | 2 +- .../components/proxy/struct.SendPacket.html | 9 +- .../components/proxy/struct.SessionPool.html | 15 +- .../components/proxy/struct.ToTokens.html | 2 +- main/api/quilkin/config/struct.Filter.html | 2 +- main/api/quilkin/config/struct.IcaoCode.html | 4 +- .../filters/capture/enum.Strategy.html | 2 +- .../quilkin/filters/compress/enum.Action.html | 2 +- .../quilkin/filters/compress/enum.Mode.html | 2 +- .../filters/compress/struct.Config.html | 2 +- .../filters/concatenate/struct.Config.html | 2 +- .../quilkin/filters/enum.CreationError.html | 2 +- .../api/quilkin/filters/enum.FilterError.html | 2 +- main/api/quilkin/filters/enum.FilterKind.html | 8 +- .../quilkin/filters/firewall/enum.Action.html | 2 +- .../filters/load_balancer/enum.Policy.html | 2 +- .../filters/load_balancer/struct.Config.html | 2 +- .../quilkin/filters/match/struct.Config.html | 2 +- .../quilkin/filters/struct.FilterChain.html | 2 +- .../api/quilkin/filters/struct.Timestamp.html | 2 +- .../filters/timestamp/struct.Timestamp.html | 2 +- .../token_router/enum.RouterError.html | 2 +- .../net/endpoint/enum.AddressKind.html | 4 +- .../net/endpoint/enum.MetadataError.html | 2 +- .../net/endpoint/metadata/enum.Symbol.html | 2 +- .../net/endpoint/metadata/enum.Value.html | 4 +- .../net/endpoint/metadata/struct.Key.html | 4 +- .../metadata/struct.MetadataView.html | 2 +- .../net/endpoint/struct.EndpointAddress.html | 4 +- .../quilkin/net/endpoint/struct.Metadata.html | 2 +- main/api/search-index.js | 4 +- .../search.desc/quilkin/quilkin-desc-0-.js | 2 +- main/api/src/quilkin/collections/ttl.rs.html | 18 + main/api/src/quilkin/components/proxy.rs.html | 194 +++++++-- .../components/proxy/io_uring_shared.rs.html | 372 +++--------------- .../components/proxy/packet_router.rs.html | 30 +- .../proxy/packet_router/io_uring.rs.html | 12 +- .../quilkin/components/proxy/sessions.rs.html | 226 ++++++----- .../proxy/sessions/io_uring.rs.html | 14 +- main/api/trait.impl/core/clone/trait.Clone.js | 2 +- .../trait.impl/core/marker/trait.Freeze.js | 2 +- main/api/trait.impl/core/marker/trait.Send.js | 2 +- main/api/trait.impl/core/marker/trait.Sync.js | 2 +- .../api/trait.impl/core/marker/trait.Unpin.js | 2 +- .../panic/unwind_safe/trait.RefUnwindSafe.js | 2 +- .../panic/unwind_safe/trait.UnwindSafe.js | 2 +- main/book/installation.html | 2 +- main/book/print.html | 2 +- main/book/searchindex.js | 2 +- main/book/searchindex.json | 2 +- 62 files changed, 477 insertions(+), 589 deletions(-) create mode 100644 main/api/quilkin/components/proxy/struct.PendingSends.html diff --git a/main/api/qt/enum.PailConfig.html b/main/api/qt/enum.PailConfig.html index e794a61c3..27d0d4fdf 100644 --- a/main/api/qt/enum.PailConfig.html +++ b/main/api/qt/enum.PailConfig.html @@ -5,7 +5,7 @@ Agent(AgentPailConfig), }

Variants§

§

Server(ServerPailConfig)

Creates a UDP socket with an ephemeral port that will send received packets to a channel

-
§

Relay(RelayPailConfig)

§

Proxy(ProxyPailConfig)

§

Agent(AgentPailConfig)

Trait Implementations§

source§

impl From<AgentPailConfig> for PailConfig

source§

fn from(value: AgentPailConfig) -> Self

Converts to this type from the input type.
source§

impl From<ProxyPailConfig> for PailConfig

source§

fn from(value: ProxyPailConfig) -> Self

Converts to this type from the input type.
source§

impl From<RelayPailConfig> for PailConfig

source§

fn from(value: RelayPailConfig) -> Self

Converts to this type from the input type.
source§

impl From<ServerPailConfig> for PailConfig

source§

fn from(value: ServerPailConfig) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !Freeze for PailConfig

§

impl !RefUnwindSafe for PailConfig

§

impl Send for PailConfig

§

impl Sync for PailConfig

§

impl Unpin for PailConfig

§

impl !UnwindSafe for PailConfig

Blanket Implementations§

source§

impl<T> Any for T
where +
§

Relay(RelayPailConfig)

§

Proxy(ProxyPailConfig)

§

Agent(AgentPailConfig)

Trait Implementations§

source§

impl From<AgentPailConfig> for PailConfig

source§

fn from(value: AgentPailConfig) -> Self

Converts to this type from the input type.
source§

impl From<ProxyPailConfig> for PailConfig

source§

fn from(value: ProxyPailConfig) -> Self

Converts to this type from the input type.
source§

impl From<RelayPailConfig> for PailConfig

source§

fn from(value: RelayPailConfig) -> Self

Converts to this type from the input type.
source§

impl From<ServerPailConfig> for PailConfig

source§

fn from(value: ServerPailConfig) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !Freeze for PailConfig

§

impl !RefUnwindSafe for PailConfig

§

impl Send for PailConfig

§

impl Sync for PailConfig

§

impl Unpin for PailConfig

§

impl !UnwindSafe for PailConfig

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/main/api/quilkin/all.html b/main/api/quilkin/all.html index f5d17a5a2..80c94418c 100644 --- a/main/api/quilkin/all.html +++ b/main/api/quilkin/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Functions

Type Aliases

Constants

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

List of all items

Structs

Enums

Traits

Macros

Functions

Type Aliases

Constants

\ No newline at end of file diff --git a/main/api/quilkin/cli/enum.LogFormats.html b/main/api/quilkin/cli/enum.LogFormats.html index cef08583d..0800f96b4 100644 --- a/main/api/quilkin/cli/enum.LogFormats.html +++ b/main/api/quilkin/cli/enum.LogFormats.html @@ -4,7 +4,7 @@ Plain, Pretty, }
Expand description

The various log format options

-

Variants§

§

Auto

§

Json

§

Plain

§

Pretty

Trait Implementations§

source§

impl Clone for LogFormats

source§

fn clone(&self) -> LogFormats

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 LogFormats

source§

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

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

impl Default for LogFormats

source§

fn default() -> LogFormats

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

impl Display for LogFormats

source§

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

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

impl FromStr for LogFormats

§

type Err = ParseError

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<LogFormats, <Self as FromStr>::Err>

Parses a string s to return a value of this type. Read more
source§

impl PartialEq for LogFormats

source§

fn eq(&self, other: &LogFormats) -> bool

This method tests for self and other values to be equal, and is used +

Variants§

§

Auto

§

Json

§

Plain

§

Pretty

Trait Implementations§

source§

impl Clone for LogFormats

source§

fn clone(&self) -> LogFormats

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 LogFormats

source§

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

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

impl Default for LogFormats

source§

fn default() -> LogFormats

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

impl Display for LogFormats

source§

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

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

impl FromStr for LogFormats

§

type Err = ParseError

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<LogFormats, <Self as FromStr>::Err>

Parses a string s to return a value of this type. Read more
source§

impl PartialEq for LogFormats

source§

fn eq(&self, other: &LogFormats) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TryFrom<&str> for LogFormats

§

type Error = ParseError

The type returned in the event of a conversion error.
source§

fn try_from(s: &str) -> Result<LogFormats, <Self as TryFrom<&str>>::Error>

Performs the conversion.
source§

impl Copy for LogFormats

source§

impl Eq for LogFormats

source§

impl StructuralPartialEq for LogFormats

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/main/api/quilkin/codec/qcmp/enum.Error.html b/main/api/quilkin/codec/qcmp/enum.Error.html index 9031e199a..a5a669b14 100644 --- a/main/api/quilkin/codec/qcmp/enum.Error.html +++ b/main/api/quilkin/codec/qcmp/enum.Error.html @@ -2,7 +2,7 @@ UnknownVersion(u8), LengthMismatch(u16, usize), InvalidCommand(u8), -}

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

UnknownVersion(u8)

§

LengthMismatch(u16, usize)

§

InvalidCommand(u8)

Trait Implementations§

source§

impl Debug for Error

source§

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

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

impl Display for Error

source§

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

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

impl Error for Error

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

UnknownVersion(u8)

§

LengthMismatch(u16, usize)

§

InvalidCommand(u8)

Trait Implementations§

source§

impl Debug for Error

source§

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

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

impl Display for Error

source§

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

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

impl Error for Error

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/main/api/quilkin/components/proxy/index.html b/main/api/quilkin/components/proxy/index.html index a7a631090..a06b00f14 100644 --- a/main/api/quilkin/components/proxy/index.html +++ b/main/api/quilkin/components/proxy/index.html @@ -1,4 +1,4 @@ -quilkin::components::proxy - Rust

Module quilkin::components::proxy

source ·

Modules§

Structs§

Deserialize this value from the given Serde deserializer. Read more

source§

impl From<(String, FilterInstance)> for Filter

source§

fn from((name, instance): (String, FilterInstance)) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Filter

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Filter

source§

fn eq(&self, other: &Filter) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Filter

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<Filter> for Filter

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(value: Filter) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Filter> for Filter

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(filter: Filter) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Filter> for Filter

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(filter: Filter) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Eq for Filter

source§

impl StructuralPartialEq for Filter

Auto Trait Implementations§

§

impl Freeze for Filter

§

impl RefUnwindSafe for Filter

§

impl Send for Filter

§

impl Sync for Filter

§

impl Unpin for Filter

§

impl UnwindSafe for Filter

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<Filter> for Filter

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(filter: Filter) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Filter> for Filter

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(filter: Filter) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Filter> for Filter

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(value: Filter) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Eq for Filter

source§

impl StructuralPartialEq for Filter

Auto Trait Implementations§

§

impl Freeze for Filter

§

impl RefUnwindSafe for Filter

§

impl Send for Filter

§

impl Sync for Filter

§

impl Unpin for Filter

§

impl UnwindSafe for Filter

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where diff --git a/main/api/quilkin/config/struct.IcaoCode.html b/main/api/quilkin/config/struct.IcaoCode.html index 70cea216e..701e2389a 100644 --- a/main/api/quilkin/config/struct.IcaoCode.html +++ b/main/api/quilkin/config/struct.IcaoCode.html @@ -1,5 +1,5 @@ -IcaoCode in quilkin::config - Rust

Struct quilkin::config::IcaoCode

source ·
pub struct IcaoCode(/* private fields */);

Trait Implementations§

source§

impl AsRef<str> for IcaoCode

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for IcaoCode

source§

fn clone(&self) -> IcaoCode

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 IcaoCode

source§

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

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

impl Default for IcaoCode

source§

fn default() -> Self

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

impl<'de> Deserialize<'de> for IcaoCode

source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for IcaoCode

source§

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

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

impl FromStr for IcaoCode

§

type Err = Report

The associated error which can be returned from parsing.
source§

fn from_str(input: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for IcaoCode

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +IcaoCode in quilkin::config - Rust

Struct quilkin::config::IcaoCode

source ·
pub struct IcaoCode(/* private fields */);

Trait Implementations§

source§

impl AsRef<str> for IcaoCode

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for IcaoCode

source§

fn clone(&self) -> IcaoCode

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 IcaoCode

source§

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

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

impl Default for IcaoCode

source§

fn default() -> Self

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

impl<'de> Deserialize<'de> for IcaoCode

source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for IcaoCode

source§

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

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

impl FromStr for IcaoCode

§

type Err = Report

The associated error which can be returned from parsing.
source§

fn from_str(input: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for IcaoCode

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl JsonSchema for IcaoCode

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

impl PartialEq for IcaoCode

source§

fn eq(&self, other: &IcaoCode) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/main/api/quilkin/filters/capture/enum.Strategy.html b/main/api/quilkin/filters/capture/enum.Strategy.html index 0c0f628e1..5d73a026f 100644 --- a/main/api/quilkin/filters/capture/enum.Strategy.html +++ b/main/api/quilkin/filters/capture/enum.Strategy.html @@ -7,7 +7,7 @@
§

Suffix(Suffix)

Look for the set of bytes at the end of the packet

§

Regex(Regex)

Look for the set of bytes at the end of the packet

Implementations§

Trait Implementations§

source§

impl Debug for Strategy

source§

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

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

impl<'de> Deserialize<'de> for Strategy

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Prefix> for Strategy

source§

fn from(prefix: Prefix) -> Self

Converts to this type from the input type.
source§

impl From<Regex> for Strategy

source§

fn from(regex: Regex) -> Self

Converts to this type from the input type.
source§

impl From<Strategy> for Strategy

source§

fn from(strategy: Strategy) -> Self

Converts to this type from the input type.
source§

impl From<Suffix> for Strategy

source§

fn from(suffix: Suffix) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Strategy

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Strategy

source§

fn eq(&self, other: &Strategy) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Prefix> for Strategy

source§

fn from(prefix: Prefix) -> Self

Converts to this type from the input type.
source§

impl From<Regex> for Strategy

source§

fn from(regex: Regex) -> Self

Converts to this type from the input type.
source§

impl From<Strategy> for Strategy

source§

fn from(strategy: Strategy) -> Self

Converts to this type from the input type.
source§

impl From<Suffix> for Strategy

source§

fn from(suffix: Suffix) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Strategy

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Strategy

source§

fn eq(&self, other: &Strategy) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Strategy

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<Strategy> for Strategy

§

type Error = ConvertProtoConfigError

The type returned in the event of a conversion error.
source§

fn try_from(p: Strategy) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl StructuralPartialEq for Strategy

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/main/api/quilkin/filters/compress/enum.Action.html b/main/api/quilkin/filters/compress/enum.Action.html index 7e85176d1..0f0d38ff2 100644 --- a/main/api/quilkin/filters/compress/enum.Action.html +++ b/main/api/quilkin/filters/compress/enum.Action.html @@ -4,7 +4,7 @@ Decompress, }
Expand description

Whether to do nothing, compress or decompress the packet.

Variants§

§

DoNothing

§

Compress

§

Decompress

Trait Implementations§

source§

impl Clone for Action

source§

fn clone(&self) -> Action

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 Action

source§

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

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

impl Default for Action

source§

fn default() -> Action

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

impl<'de> Deserialize<'de> for Action

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Action> for Action

source§

fn from(action: ProtoAction) -> Self

Converts to this type from the input type.
source§

impl From<Action> for Action

source§

fn from(action: Action) -> Self

Converts to this type from the input type.
source§

impl From<Action> for ActionValue

source§

fn from(action: Action) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Action

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Action

source§

fn eq(&self, other: &Action) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

source§

impl From<Action> for Action

source§

fn from(action: Action) -> Self

Converts to this type from the input type.
source§

impl From<Action> for Action

source§

fn from(action: ProtoAction) -> Self

Converts to this type from the input type.
source§

impl From<Action> for ActionValue

source§

fn from(action: Action) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Action

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Action

source§

fn eq(&self, other: &Action) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Action

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for Action

source§

impl Eq for Action

source§

impl StructuralPartialEq for Action

Auto Trait Implementations§

§

impl Freeze for Action

§

impl RefUnwindSafe for Action

§

impl Send for Action

§

impl Sync for Action

§

impl Unpin for Action

§

impl UnwindSafe for Action

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/main/api/quilkin/filters/compress/enum.Mode.html b/main/api/quilkin/filters/compress/enum.Mode.html index 5ccd2e7ec..e2ba036a9 100644 --- a/main/api/quilkin/filters/compress/enum.Mode.html +++ b/main/api/quilkin/filters/compress/enum.Mode.html @@ -3,7 +3,7 @@ Lz4, }
Expand description

The library to use when compressing.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Snappy

§

Lz4

Trait Implementations§

source§

impl Clone for Mode

source§

fn clone(&self) -> Mode

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 Mode

source§

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

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

impl Default for Mode

source§

fn default() -> Mode

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

impl<'de> Deserialize<'de> for Mode

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Mode> for Compressor

source§

fn from(mode: Mode) -> Self

Converts to this type from the input type.
source§

impl From<Mode> for Mode

source§

fn from(mode: ProtoMode) -> Self

Converts to this type from the input type.
source§

impl From<Mode> for Mode

source§

fn from(mode: Mode) -> Self

Converts to this type from the input type.
source§

impl From<Mode> for ModeValue

source§

fn from(mode: Mode) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Mode

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Mode

source§

fn eq(&self, other: &Mode) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Mode> for Compressor

source§

fn from(mode: Mode) -> Self

Converts to this type from the input type.
source§

impl From<Mode> for Mode

source§

fn from(mode: Mode) -> Self

Converts to this type from the input type.
source§

impl From<Mode> for Mode

source§

fn from(mode: ProtoMode) -> Self

Converts to this type from the input type.
source§

impl From<Mode> for ModeValue

source§

fn from(mode: Mode) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Mode

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Mode

source§

fn eq(&self, other: &Mode) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Mode

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for Mode

source§

impl Eq for Mode

source§

impl StructuralPartialEq for Mode

Auto Trait Implementations§

§

impl Freeze for Mode

§

impl RefUnwindSafe for Mode

§

impl Send for Mode

§

impl Sync for Mode

§

impl Unpin for Mode

§

impl UnwindSafe for Mode

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/main/api/quilkin/filters/compress/struct.Config.html b/main/api/quilkin/filters/compress/struct.Config.html index b28a96087..c8cc5f9e7 100644 --- a/main/api/quilkin/filters/compress/struct.Config.html +++ b/main/api/quilkin/filters/compress/struct.Config.html @@ -3,7 +3,7 @@ pub on_read: Action, pub on_write: Action, }

Fields§

§mode: Mode§on_read: Action§on_write: Action

Trait Implementations§

source§

impl Clone for Config

source§

fn clone(&self) -> Config

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 Config

source§

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

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

impl Default for Config

source§

fn default() -> Config

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

impl<'de> Deserialize<'de> for Config

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Compress> for Config

source§

fn from(p: ProtoConfig) -> Self

Converts to this type from the input type.
source§

impl From<Config> for Compress

source§

fn from(config: Config) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Config

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Config

source§

fn eq(&self, other: &Config) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Compress> for Config

source§

fn from(p: ProtoConfig) -> Self

Converts to this type from the input type.
source§

impl From<Config> for Compress

source§

fn from(config: Config) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Config

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Config

source§

fn eq(&self, other: &Config) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Config

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for Config

source§

impl Eq for Config

source§

impl StructuralPartialEq for Config

Auto Trait Implementations§

§

impl Freeze for Config

§

impl RefUnwindSafe for Config

§

impl Send for Config

§

impl Sync for Config

§

impl Unpin for Config

§

impl UnwindSafe for Config

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/main/api/quilkin/filters/concatenate/struct.Config.html b/main/api/quilkin/filters/concatenate/struct.Config.html index de94b5d13..a60181e0d 100644 --- a/main/api/quilkin/filters/concatenate/struct.Config.html +++ b/main/api/quilkin/filters/concatenate/struct.Config.html @@ -6,7 +6,7 @@

Fields (Non-exhaustive)§

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
§on_read: Strategy

Whether or not to append or prepend or do nothing on Filter Read

§on_write: Strategy

Whether or not to append or prepend or do nothing on Filter Write

§bytes: Vec<u8>

Trait Implementations§

source§

impl Debug for Config

source§

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

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

impl<'de> Deserialize<'de> for Config

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Concatenate> for Config

source§

fn from(p: Concatenate) -> Self

Converts to this type from the input type.
source§

impl From<Config> for Concatenate

source§

fn from(config: Config) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Config

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Config

source§

fn eq(&self, other: &Config) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Concatenate> for Config

source§

fn from(p: Concatenate) -> Self

Converts to this type from the input type.
source§

impl From<Config> for Concatenate

source§

fn from(config: Config) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Config

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Config

source§

fn eq(&self, other: &Config) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Config

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Config

source§

impl StructuralPartialEq for Config

Auto Trait Implementations§

§

impl Freeze for Config

§

impl RefUnwindSafe for Config

§

impl Send for Config

§

impl Sync for Config

§

impl Unpin for Config

§

impl UnwindSafe for Config

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/main/api/quilkin/filters/enum.CreationError.html b/main/api/quilkin/filters/enum.CreationError.html index 9758dffda..acbdcd4e2 100644 --- a/main/api/quilkin/filters/enum.CreationError.html +++ b/main/api/quilkin/filters/enum.CreationError.html @@ -15,7 +15,7 @@ Infallible, }
Expand description

An error that occurred when attempting to create a Filter from a FilterFactory.

-

Variants§

§

NotFound(String)

§

MismatchedTypes

Fields

§expected: String
§actual: String
§

MissingConfig(&'static str)

§

FieldInvalid

Fields

§field: String
§reason: String
§

DeserializeFailed(String)

§

InitializeMetricsFailed(String)

§

ConvertProtoConfig(ConvertProtoConfigError)

§

Infallible

Trait Implementations§

source§

impl Debug for CreationError

source§

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

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

impl Display for CreationError

source§

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

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

impl Error for CreationError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConvertProtoConfigError> for CreationError

source§

fn from(error: ConvertProtoConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreationError> for ValidationError

source§

fn from(source: CreationError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for CreationError

source§

fn from(error: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<EncodeError> for CreationError

source§

fn from(error: EncodeError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreationError

source§

fn from(error: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreationError

source§

fn from(error: MetricsError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreationError

source§

fn from(error: Error) -> Self

Converts to this type from the input type.
source§

impl From<Infallible> for CreationError

source§

fn from(_: Infallible) -> Self

Converts to this type from the input type.
source§

impl PartialEq for CreationError

source§

fn eq(&self, other: &CreationError) -> bool

This method tests for self and other values to be equal, and is used +

Variants§

§

NotFound(String)

§

MismatchedTypes

Fields

§expected: String
§actual: String
§

MissingConfig(&'static str)

§

FieldInvalid

Fields

§field: String
§reason: String
§

DeserializeFailed(String)

§

InitializeMetricsFailed(String)

§

ConvertProtoConfig(ConvertProtoConfigError)

§

Infallible

Trait Implementations§

source§

impl Debug for CreationError

source§

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

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

impl Display for CreationError

source§

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

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

impl Error for CreationError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConvertProtoConfigError> for CreationError

source§

fn from(error: ConvertProtoConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreationError> for ValidationError

source§

fn from(source: CreationError) -> Self

Converts to this type from the input type.
source§

impl From<DecodeError> for CreationError

source§

fn from(error: DecodeError) -> Self

Converts to this type from the input type.
source§

impl From<EncodeError> for CreationError

source§

fn from(error: EncodeError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreationError

source§

fn from(error: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreationError

source§

fn from(error: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreationError

source§

fn from(error: MetricsError) -> Self

Converts to this type from the input type.
source§

impl From<Infallible> for CreationError

source§

fn from(_: Infallible) -> Self

Converts to this type from the input type.
source§

impl PartialEq for CreationError

source§

fn eq(&self, other: &CreationError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for CreationError

source§

impl StructuralPartialEq for CreationError

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/main/api/quilkin/filters/enum.FilterError.html b/main/api/quilkin/filters/enum.FilterError.html index 7b376aa60..1efe99632 100644 --- a/main/api/quilkin/filters/enum.FilterError.html +++ b/main/api/quilkin/filters/enum.FilterError.html @@ -9,7 +9,7 @@ RateLimitExceeded, Custom(&'static str), }
Expand description

All possible errors that can be returned from Filter implementations

-

Variants§

§

NoValueCaptured

§

TokenRouter(RouterError)

§

Compression(CompressionError)

§

Io(Error)

§

FirewallDenied

§

MatchNoMetadata

§

Dropped

§

RateLimitExceeded

§

Custom(&'static str)

Implementations§

source§

impl FilterError

source

pub fn discriminant(&self) -> &'static str

Trait Implementations§

source§

impl Debug for FilterError

source§

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

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

impl Display for FilterError

source§

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

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

impl Error for FilterError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for FilterError

source§

fn from(error: Error) -> Self

Converts to this type from the input type.
source§

impl Hash for FilterError

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Variants§

§

NoValueCaptured

§

TokenRouter(RouterError)

§

Compression(CompressionError)

§

Io(Error)

§

FirewallDenied

§

MatchNoMetadata

§

Dropped

§

RateLimitExceeded

§

Custom(&'static str)

Implementations§

source§

impl FilterError

source

pub fn discriminant(&self) -> &'static str

Trait Implementations§

source§

impl Debug for FilterError

source§

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

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

impl Display for FilterError

source§

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

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

impl Error for FilterError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for FilterError

source§

fn from(error: Error) -> Self

Converts to this type from the input type.
source§

impl Hash for FilterError

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for FilterError

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/main/api/quilkin/filters/enum.FilterKind.html b/main/api/quilkin/filters/enum.FilterKind.html index 46bce2546..8514ee3e2 100644 --- a/main/api/quilkin/filters/enum.FilterKind.html +++ b/main/api/quilkin/filters/enum.FilterKind.html @@ -29,13 +29,13 @@ of the upstream Endpoints.

This function should return an Some if the packet processing should proceed. If the packet should be rejected, it will return None

-
source§

impl From<Capture> for FilterKind

source§

fn from(v: Capture) -> FilterKind

Converts to this type from the input type.
source§

impl From<Compress> for FilterKind

source§

fn from(v: Compress) -> FilterKind

Converts to this type from the input type.
source§

impl From<Concatenate> for FilterKind

source§

fn from(v: Concatenate) -> FilterKind

Converts to this type from the input type.
source§

impl From<Debug> for FilterKind

source§

fn from(v: Debug) -> FilterKind

Converts to this type from the input type.
source§

impl From<Drop> for FilterKind

source§

fn from(v: Drop) -> FilterKind

Converts to this type from the input type.
source§

impl From<Firewall> for FilterKind

source§

fn from(v: Firewall) -> FilterKind

Converts to this type from the input type.
source§

impl From<HashedTokenRouter> for FilterKind

source§

fn from(v: HashedTokenRouter) -> FilterKind

Converts to this type from the input type.
source§

impl From<LoadBalancer> for FilterKind

source§

fn from(v: LoadBalancer) -> FilterKind

Converts to this type from the input type.
source§

impl From<LocalRateLimit> for FilterKind

source§

fn from(v: LocalRateLimit) -> FilterKind

Converts to this type from the input type.
source§

impl From<Match> for FilterKind

source§

fn from(v: Match) -> FilterKind

Converts to this type from the input type.
source§

impl From<Pass> for FilterKind

source§

fn from(v: Pass) -> FilterKind

Converts to this type from the input type.
source§

impl From<Timestamp> for FilterKind

source§

fn from(v: Timestamp) -> FilterKind

Converts to this type from the input type.
source§

impl From<TokenRouter> for FilterKind

source§

fn from(v: TokenRouter) -> FilterKind

Converts to this type from the input type.
source§

impl TryInto<Capture> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Capture, <Self as TryInto<Capture>>::Error>

Performs the conversion.
source§

impl TryInto<Compress> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Compress, <Self as TryInto<Compress>>::Error>

Performs the conversion.
source§

impl TryInto<Concatenate> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Concatenate, <Self as TryInto<Concatenate>>::Error>

Performs the conversion.
source§

impl TryInto<Debug> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Debug, <Self as TryInto<Debug>>::Error>

Performs the conversion.
source§

impl TryInto<Drop> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Drop, <Self as TryInto<Drop>>::Error>

Performs the conversion.
source§

impl TryInto<Firewall> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Firewall, <Self as TryInto<Firewall>>::Error>

Performs the conversion.
source§

impl TryInto<HashedTokenRouter> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into( +

source§

impl From<Capture> for FilterKind

source§

fn from(v: Capture) -> FilterKind

Converts to this type from the input type.
source§

impl From<Compress> for FilterKind

source§

fn from(v: Compress) -> FilterKind

Converts to this type from the input type.
source§

impl From<Concatenate> for FilterKind

source§

fn from(v: Concatenate) -> FilterKind

Converts to this type from the input type.
source§

impl From<Debug> for FilterKind

source§

fn from(v: Debug) -> FilterKind

Converts to this type from the input type.
source§

impl From<Drop> for FilterKind

source§

fn from(v: Drop) -> FilterKind

Converts to this type from the input type.
source§

impl From<Firewall> for FilterKind

source§

fn from(v: Firewall) -> FilterKind

Converts to this type from the input type.
source§

impl From<HashedTokenRouter> for FilterKind

source§

fn from(v: HashedTokenRouter) -> FilterKind

Converts to this type from the input type.
source§

impl From<LoadBalancer> for FilterKind

source§

fn from(v: LoadBalancer) -> FilterKind

Converts to this type from the input type.
source§

impl From<LocalRateLimit> for FilterKind

source§

fn from(v: LocalRateLimit) -> FilterKind

Converts to this type from the input type.
source§

impl From<Match> for FilterKind

source§

fn from(v: Match) -> FilterKind

Converts to this type from the input type.
source§

impl From<Pass> for FilterKind

source§

fn from(v: Pass) -> FilterKind

Converts to this type from the input type.
source§

impl From<Timestamp> for FilterKind

source§

fn from(v: Timestamp) -> FilterKind

Converts to this type from the input type.
source§

impl From<TokenRouter> for FilterKind

source§

fn from(v: TokenRouter) -> FilterKind

Converts to this type from the input type.
source§

impl TryInto<Capture> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Capture, <Self as TryInto<Capture>>::Error>

Performs the conversion.
source§

impl TryInto<Compress> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Compress, <Self as TryInto<Compress>>::Error>

Performs the conversion.
source§

impl TryInto<Concatenate> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Concatenate, <Self as TryInto<Concatenate>>::Error>

Performs the conversion.
source§

impl TryInto<Debug> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Debug, <Self as TryInto<Debug>>::Error>

Performs the conversion.
source§

impl TryInto<Drop> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Drop, <Self as TryInto<Drop>>::Error>

Performs the conversion.
source§

impl TryInto<Firewall> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Firewall, <Self as TryInto<Firewall>>::Error>

Performs the conversion.
source§

impl TryInto<HashedTokenRouter> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into( self, -) -> Result<HashedTokenRouter, <Self as TryInto<HashedTokenRouter>>::Error>

Performs the conversion.
source§

impl TryInto<LoadBalancer> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into( +) -> Result<HashedTokenRouter, <Self as TryInto<HashedTokenRouter>>::Error>

Performs the conversion.
source§

impl TryInto<LoadBalancer> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into( self, -) -> Result<LoadBalancer, <Self as TryInto<LoadBalancer>>::Error>

Performs the conversion.
source§

impl TryInto<LocalRateLimit> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into( +) -> Result<LoadBalancer, <Self as TryInto<LoadBalancer>>::Error>

Performs the conversion.
source§

impl TryInto<LocalRateLimit> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into( self, -) -> Result<LocalRateLimit, <Self as TryInto<LocalRateLimit>>::Error>

Performs the conversion.
source§

impl TryInto<Match> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Match, <Self as TryInto<Match>>::Error>

Performs the conversion.
source§

impl TryInto<Pass> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Pass, <Self as TryInto<Pass>>::Error>

Performs the conversion.
source§

impl TryInto<Timestamp> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Timestamp, <Self as TryInto<Timestamp>>::Error>

Performs the conversion.
source§

impl TryInto<TokenRouter> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<TokenRouter, <Self as TryInto<TokenRouter>>::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T

Performs the conversion.

source§

impl TryInto<Match> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Match, <Self as TryInto<Match>>::Error>

Performs the conversion.
source§

impl TryInto<Pass> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Pass, <Self as TryInto<Pass>>::Error>

Performs the conversion.
source§

impl TryInto<Timestamp> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Timestamp, <Self as TryInto<Timestamp>>::Error>

Performs the conversion.
source§

impl TryInto<TokenRouter> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<TokenRouter, <Self as TryInto<TokenRouter>>::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/main/api/quilkin/filters/firewall/enum.Action.html b/main/api/quilkin/filters/firewall/enum.Action.html index 13b412bdb..8bf6ac3d3 100644 --- a/main/api/quilkin/filters/firewall/enum.Action.html +++ b/main/api/quilkin/filters/firewall/enum.Action.html @@ -5,7 +5,7 @@

Variants§

§

Allow

Matching rules will allow packets through.

§

Deny

Matching rules will block packets.

Trait Implementations§

source§

impl Clone for Action

source§

fn clone(&self) -> Action

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 Action

source§

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

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

impl<'de> Deserialize<'de> for Action

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Action> for Action

source§

fn from(action: Action) -> Self

Converts to this type from the input type.
source§

impl From<Action> for Action

source§

fn from(action: Action) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Action

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Action

source§

fn eq(&self, other: &Action) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Action> for Action

source§

fn from(action: Action) -> Self

Converts to this type from the input type.
source§

impl From<Action> for Action

source§

fn from(action: Action) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Action

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Action

source§

fn eq(&self, other: &Action) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Action

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Action

source§

impl StructuralPartialEq for Action

Auto Trait Implementations§

§

impl Freeze for Action

§

impl RefUnwindSafe for Action

§

impl Send for Action

§

impl Sync for Action

§

impl Unpin for Action

§

impl UnwindSafe for Action

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/main/api/quilkin/filters/load_balancer/enum.Policy.html b/main/api/quilkin/filters/load_balancer/enum.Policy.html index 208f5c754..9e773c99a 100644 --- a/main/api/quilkin/filters/load_balancer/enum.Policy.html +++ b/main/api/quilkin/filters/load_balancer/enum.Policy.html @@ -8,7 +8,7 @@
§

Random

Send packets to endpoints chosen at random.

§

Hash

Send packets to endpoints based on hash of source IP and port.

Implementations§

source§

impl Policy

source

pub fn as_endpoint_chooser(&self) -> Box<dyn EndpointChooser>

Trait Implementations§

source§

impl Debug for Policy

source§

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

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

impl Default for Policy

source§

fn default() -> Policy

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

impl<'de> Deserialize<'de> for Policy

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Policy> for Policy

source§

fn from(policy: Policy) -> Self

Converts to this type from the input type.
source§

impl From<Policy> for Policy

source§

fn from(policy: Policy) -> Self

Converts to this type from the input type.
source§

impl From<Policy> for PolicyValue

source§

fn from(policy: Policy) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Policy

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Policy

source§

fn eq(&self, other: &Policy) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Policy> for Policy

source§

fn from(policy: Policy) -> Self

Converts to this type from the input type.
source§

impl From<Policy> for Policy

source§

fn from(policy: Policy) -> Self

Converts to this type from the input type.
source§

impl From<Policy> for PolicyValue

source§

fn from(policy: Policy) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Policy

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Policy

source§

fn eq(&self, other: &Policy) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Policy

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Policy

source§

impl StructuralPartialEq for Policy

Auto Trait Implementations§

§

impl Freeze for Policy

§

impl RefUnwindSafe for Policy

§

impl Send for Policy

§

impl Sync for Policy

§

impl Unpin for Policy

§

impl UnwindSafe for Policy

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/main/api/quilkin/filters/load_balancer/struct.Config.html b/main/api/quilkin/filters/load_balancer/struct.Config.html index ba2fc9313..6381b0c56 100644 --- a/main/api/quilkin/filters/load_balancer/struct.Config.html +++ b/main/api/quilkin/filters/load_balancer/struct.Config.html @@ -2,7 +2,7 @@ pub policy: Policy, }
Expand description

The configuration for load_balancer.

Fields (Non-exhaustive)§

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
§policy: Policy

Trait Implementations§

source§

impl Debug for Config

source§

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

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

impl<'de> Deserialize<'de> for Config

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Config> for LoadBalancer

source§

fn from(config: Config) -> Self

Converts to this type from the input type.
source§

impl From<LoadBalancer> for Config

source§

fn from(p: LoadBalancer) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Config

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Config

source§

fn eq(&self, other: &Config) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<Config> for LoadBalancer

source§

fn from(config: Config) -> Self

Converts to this type from the input type.
source§

impl From<LoadBalancer> for Config

source§

fn from(p: LoadBalancer) -> Self

Converts to this type from the input type.
source§

impl JsonSchema for Config

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Config

source§

fn eq(&self, other: &Config) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Config

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Config

source§

impl StructuralPartialEq for Config

Auto Trait Implementations§

§

impl Freeze for Config

§

impl RefUnwindSafe for Config

§

impl Send for Config

§

impl Sync for Config

§

impl Unpin for Config

§

impl UnwindSafe for Config

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/main/api/quilkin/filters/match/struct.Config.html b/main/api/quilkin/filters/match/struct.Config.html index 79a0d06f0..073d4ad99 100644 --- a/main/api/quilkin/filters/match/struct.Config.html +++ b/main/api/quilkin/filters/match/struct.Config.html @@ -8,7 +8,7 @@ __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl JsonSchema for Config

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for Config

source§

fn eq(&self, other: &Config) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Config

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<Config> for Match

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(config: Config) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Match> for Config

§

type Error = ConvertProtoConfigError

The type returned in the event of a conversion error.
source§

fn try_from(value: Match) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Eq for Config

source§

impl StructuralPartialEq for Config

Auto Trait Implementations§

§

impl Freeze for Config

§

impl RefUnwindSafe for Config

§

impl Send for Config

§

impl Sync for Config

§

impl Unpin for Config

§

impl UnwindSafe for Config

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<Config> for Match

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(config: Config) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Match> for Config

§

type Error = ConvertProtoConfigError

The type returned in the event of a conversion error.
source§

fn try_from(value: Match) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Eq for Config

source§

impl StructuralPartialEq for Config

Auto Trait Implementations§

§

impl Freeze for Config

§

impl RefUnwindSafe for Config

§

impl Send for Config

§

impl Sync for Config

§

impl Unpin for Config

§

impl UnwindSafe for Config

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where diff --git a/main/api/quilkin/filters/struct.FilterChain.html b/main/api/quilkin/filters/struct.FilterChain.html index 6ce42b740..d8587f566 100644 --- a/main/api/quilkin/filters/struct.FilterChain.html +++ b/main/api/quilkin/filters/struct.FilterChain.html @@ -20,7 +20,7 @@ downstream connection via the listening port after receiving it via one of the upstream Endpoints. Read more

source§

impl Index<usize> for FilterChain

§

type Output = (String, FilterInstance)

The returned type after indexing.
source§

fn index(&self, index: usize) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl JsonSchema for FilterChain

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
source§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
source§

impl PartialEq for FilterChain

source§

fn eq(&self, rhs: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl Serialize for FilterChain

source§

fn serialize<S: Serializer>(&self, ser: S) -> Result<S::Ok, S::Error>

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<&FilterChain> for FilterChain

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(value: &FilterChain) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&FilterChain> for FilterChain

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(chain: &FilterChain) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<FilterChain> for FilterChain

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(chain: FilterChain) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for FilterChain

§

impl !RefUnwindSafe for FilterChain

§

impl Send for FilterChain

§

impl Sync for FilterChain

§

impl Unpin for FilterChain

§

impl !UnwindSafe for FilterChain

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl Serialize for FilterChain

source§

fn serialize<S: Serializer>(&self, ser: S) -> Result<S::Ok, S::Error>

Serialize this value into the given Serde serializer. Read more
source§

impl TryFrom<&FilterChain> for FilterChain

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(value: &FilterChain) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&FilterChain> for FilterChain

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(chain: &FilterChain) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<FilterChain> for FilterChain

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(chain: FilterChain) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for FilterChain

§

impl !RefUnwindSafe for FilterChain

§

impl Send for FilterChain

§

impl Sync for FilterChain

§

impl Unpin for FilterChain

§

impl !UnwindSafe for FilterChain

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where diff --git a/main/api/quilkin/filters/struct.Timestamp.html b/main/api/quilkin/filters/struct.Timestamp.html index 8d3f64fa3..1f15a5309 100644 --- a/main/api/quilkin/filters/struct.Timestamp.html +++ b/main/api/quilkin/filters/struct.Timestamp.html @@ -19,7 +19,7 @@ ) -> Result<Filter, CreationError>

source§

fn as_labeled_filter_config( config: impl Into<Option<Self::Configuration>>, label: String, -) -> Result<Filter, CreationError>

source§

impl TryFrom<Config> for Timestamp

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(config: Config) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryInto<Timestamp> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Timestamp, <Self as TryInto<Timestamp>>::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for Timestamp

§

impl RefUnwindSafe for Timestamp

§

impl Send for Timestamp

§

impl Sync for Timestamp

§

impl Unpin for Timestamp

§

impl UnwindSafe for Timestamp

Blanket Implementations§

source§

impl<T> Any for T

source§

impl TryFrom<Config> for Timestamp

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(config: Config) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryInto<Timestamp> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Timestamp, <Self as TryInto<Timestamp>>::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for Timestamp

§

impl RefUnwindSafe for Timestamp

§

impl Send for Timestamp

§

impl Sync for Timestamp

§

impl Unpin for Timestamp

§

impl UnwindSafe for Timestamp

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where diff --git a/main/api/quilkin/filters/timestamp/struct.Timestamp.html b/main/api/quilkin/filters/timestamp/struct.Timestamp.html index 3b0ef2469..f7205ed2a 100644 --- a/main/api/quilkin/filters/timestamp/struct.Timestamp.html +++ b/main/api/quilkin/filters/timestamp/struct.Timestamp.html @@ -19,7 +19,7 @@ ) -> Result<Filter, CreationError>

source§

fn as_labeled_filter_config( config: impl Into<Option<Self::Configuration>>, label: String, -) -> Result<Filter, CreationError>

source§

impl TryFrom<Config> for Timestamp

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(config: Config) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryInto<Timestamp> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Timestamp, <Self as TryInto<Timestamp>>::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for Timestamp

§

impl RefUnwindSafe for Timestamp

§

impl Send for Timestamp

§

impl Sync for Timestamp

§

impl Unpin for Timestamp

§

impl UnwindSafe for Timestamp

Blanket Implementations§

source§

impl<T> Any for T

source§

impl TryFrom<Config> for Timestamp

§

type Error = CreationError

The type returned in the event of a conversion error.
source§

fn try_from(config: Config) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryInto<Timestamp> for FilterKind

§

type Error = &'static str

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<Timestamp, <Self as TryInto<Timestamp>>::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl Freeze for Timestamp

§

impl RefUnwindSafe for Timestamp

§

impl Send for Timestamp

§

impl Sync for Timestamp

§

impl Unpin for Timestamp

§

impl UnwindSafe for Timestamp

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where diff --git a/main/api/quilkin/filters/token_router/enum.RouterError.html b/main/api/quilkin/filters/token_router/enum.RouterError.html index fe57e275c..66ffd34e0 100644 --- a/main/api/quilkin/filters/token_router/enum.RouterError.html +++ b/main/api/quilkin/filters/token_router/enum.RouterError.html @@ -3,7 +3,7 @@ NoEndpointMatch { token: Bytes, }, -}

Variants§

§

NoTokenFound

§

NoEndpointMatch

Fields

§token: Bytes

Implementations§

source§

impl RouterError

source

pub fn discriminant(&self) -> &'static str

Trait Implementations§

source§

impl Debug for RouterError

source§

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

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

impl Display for RouterError

source§

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

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

impl Hash for RouterError

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +}

Variants§

§

NoTokenFound

§

NoEndpointMatch

Fields

§token: Bytes

Implementations§

source§

impl RouterError

source

pub fn discriminant(&self) -> &'static str

Trait Implementations§

source§

impl Debug for RouterError

source§

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

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

impl Display for RouterError

source§

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

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

impl Hash for RouterError

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for RouterError

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/main/api/quilkin/net/endpoint/enum.AddressKind.html b/main/api/quilkin/net/endpoint/enum.AddressKind.html index 6ca4657e6..2d8a29112 100644 --- a/main/api/quilkin/net/endpoint/enum.AddressKind.html +++ b/main/api/quilkin/net/endpoint/enum.AddressKind.html @@ -4,8 +4,8 @@ }
Expand description

The kind of address, such as Domain Name or IP address. Note that the FromStr implementation doesn’t actually validate that the name is resolvable. Use EndpointAddress for complete address validation.

-

Variants§

Trait Implementations§

source§

impl Clone for AddressKind

source§

fn clone(&self) -> AddressKind

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 AddressKind

source§

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

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

impl<'de> Deserialize<'de> for AddressKind

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AddressKind

source§

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

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

impl FromStr for AddressKind

§

type Err = Infallible

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for AddressKind

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Variants§

Trait Implementations§

source§

impl Clone for AddressKind

source§

fn clone(&self) -> AddressKind

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 AddressKind

source§

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

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

impl<'de> Deserialize<'de> for AddressKind

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AddressKind

source§

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

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

impl FromStr for AddressKind

§

type Err = Infallible

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for AddressKind

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for AddressKind

source§

fn cmp(&self, other: &AddressKind) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where diff --git a/main/api/quilkin/net/endpoint/enum.MetadataError.html b/main/api/quilkin/net/endpoint/enum.MetadataError.html index f4f98fda5..c37bb1d98 100644 --- a/main/api/quilkin/net/endpoint/enum.MetadataError.html +++ b/main/api/quilkin/net/endpoint/enum.MetadataError.html @@ -5,7 +5,7 @@ key: &'static str, expected: &'static str, }, -}

Variants§

§

InvalidBase64(DecodeError)

§

MissingKey(&'static str)

§

InvalidType

Fields

§key: &'static str
§expected: &'static str

Trait Implementations§

source§

impl Clone for MetadataError

source§

fn clone(&self) -> MetadataError

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 MetadataError

source§

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

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

impl Display for MetadataError

source§

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

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

impl Error for MetadataError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

§

InvalidBase64(DecodeError)

§

MissingKey(&'static str)

§

InvalidType

Fields

§key: &'static str
§expected: &'static str

Trait Implementations§

source§

impl Clone for MetadataError

source§

fn clone(&self) -> MetadataError

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 MetadataError

source§

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

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

impl Display for MetadataError

source§

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

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

impl Error for MetadataError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where diff --git a/main/api/quilkin/net/endpoint/metadata/enum.Symbol.html b/main/api/quilkin/net/endpoint/metadata/enum.Symbol.html index f1350d244..b01b12dd0 100644 --- a/main/api/quilkin/net/endpoint/metadata/enum.Symbol.html +++ b/main/api/quilkin/net/endpoint/metadata/enum.Symbol.html @@ -19,7 +19,7 @@
  • Value::Number The value is an eight byte number encoded as big endian.
  • Trait Implementations§

    source§

    impl Clone for Symbol

    source§

    fn clone(&self) -> Symbol

    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 Symbol

    source§

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

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

    impl<'de> Deserialize<'de> for Symbol

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<Reference> for Symbol

    source§

    fn from(reference: Reference) -> Self

    Converts to this type from the input type.
    source§

    impl From<Value> for Symbol

    source§

    fn from(value: Value) -> Self

    Converts to this type from the input type.
    source§

    impl JsonSchema for Symbol

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl Ord for Symbol

    source§

    fn cmp(&self, other: &Symbol) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<Reference> for Symbol

    source§

    fn from(reference: Reference) -> Self

    Converts to this type from the input type.
    source§

    impl From<Value> for Symbol

    source§

    fn from(value: Value) -> Self

    Converts to this type from the input type.
    source§

    impl JsonSchema for Symbol

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl Ord for Symbol

    source§

    fn cmp(&self, other: &Symbol) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq for Symbol

    source§

    fn eq(&self, other: &Symbol) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/main/api/quilkin/net/endpoint/metadata/enum.Value.html b/main/api/quilkin/net/endpoint/metadata/enum.Value.html index e4e685d9c..42fa51d82 100644 --- a/main/api/quilkin/net/endpoint/metadata/enum.Value.html +++ b/main/api/quilkin/net/endpoint/metadata/enum.Value.html @@ -10,8 +10,8 @@ matches Value::String.

    source

    pub fn as_mut_string(&mut self) -> Option<&mut String>

    Returns the inner String value of self if it matches Value::String.

    -

    Trait Implementations§

    source§

    impl Clone for Value

    source§

    fn clone(&self) -> Value

    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 Value

    source§

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

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

    impl<'de> Deserialize<'de> for Value

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Value

    source§

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

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

    impl<const N: usize> From<&[u8; N]> for Value

    source§

    fn from(value: &[u8; N]) -> Self

    Converts to this type from the input type.
    source§

    impl From<&str> for Value

    source§

    fn from(value: &str) -> Self

    Converts to this type from the input type.
    source§

    impl<const N: usize> From<[u8; N]> for Value

    source§

    fn from(value: [u8; N]) -> Self

    Converts to this type from the input type.
    source§

    impl From<Bytes> for Value

    source§

    fn from(value: Bytes) -> Self

    Converts to this type from the input type.
    source§

    impl From<String> for Value

    source§

    fn from(value: String) -> Self

    Converts to this type from the input type.
    source§

    impl From<Value> for Symbol

    source§

    fn from(value: Value) -> Self

    Converts to this type from the input type.
    source§

    impl From<Value> for Value

    source§

    fn from(value: Value) -> Self

    Converts to this type from the input type.
    source§

    impl From<Vec<Value>> for Value

    source§

    fn from(value: Vec<Self>) -> Self

    Converts to this type from the input type.
    source§

    impl From<bool> for Value

    source§

    fn from(value: bool) -> Self

    Converts to this type from the input type.
    source§

    impl From<u64> for Value

    source§

    fn from(value: u64) -> Self

    Converts to this type from the input type.
    source§

    impl JsonSchema for Value

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl Ord for Value

    source§

    fn cmp(&self, other: &Value) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where +

    Trait Implementations§

    source§

    impl Clone for Value

    source§

    fn clone(&self) -> Value

    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 Value

    source§

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

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

    impl<'de> Deserialize<'de> for Value

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Value

    source§

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

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

    impl<const N: usize> From<&[u8; N]> for Value

    source§

    fn from(value: &[u8; N]) -> Self

    Converts to this type from the input type.
    source§

    impl From<&str> for Value

    source§

    fn from(value: &str) -> Self

    Converts to this type from the input type.
    source§

    impl<const N: usize> From<[u8; N]> for Value

    source§

    fn from(value: [u8; N]) -> Self

    Converts to this type from the input type.
    source§

    impl From<Bytes> for Value

    source§

    fn from(value: Bytes) -> Self

    Converts to this type from the input type.
    source§

    impl From<String> for Value

    source§

    fn from(value: String) -> Self

    Converts to this type from the input type.
    source§

    impl From<Value> for Symbol

    source§

    fn from(value: Value) -> Self

    Converts to this type from the input type.
    source§

    impl From<Value> for Value

    source§

    fn from(value: Value) -> Self

    Converts to this type from the input type.
    source§

    impl From<Vec<Value>> for Value

    source§

    fn from(value: Vec<Self>) -> Self

    Converts to this type from the input type.
    source§

    impl From<bool> for Value

    source§

    fn from(value: bool) -> Self

    Converts to this type from the input type.
    source§

    impl From<u64> for Value

    source§

    fn from(value: u64) -> Self

    Converts to this type from the input type.
    source§

    impl JsonSchema for Value

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl Ord for Value

    source§

    fn cmp(&self, other: &Value) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq for Value

    source§

    fn eq(&self, other: &Self) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/main/api/quilkin/net/endpoint/metadata/struct.Key.html b/main/api/quilkin/net/endpoint/metadata/struct.Key.html index e0ce8576e..bfa40d967 100644 --- a/main/api/quilkin/net/endpoint/metadata/struct.Key.html +++ b/main/api/quilkin/net/endpoint/metadata/struct.Key.html @@ -1,6 +1,6 @@ Key in quilkin::net::endpoint::metadata - Rust

    Struct quilkin::net::endpoint::metadata::Key

    source ·
    pub struct Key(/* private fields */);
    Expand description

    A key in the metadata table.

    -

    Implementations§

    source§

    impl Key

    source

    pub fn new<A: AsRef<str>>(key: A) -> Self

    source

    pub fn from_static(key: &'static str) -> Self

    source

    pub fn from_raw(spur: Spur) -> Self

    Trait Implementations§

    source§

    impl Clone for Key

    source§

    fn clone(&self) -> Key

    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 Key

    source§

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

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

    impl<'de> Deserialize<'de> for Key

    source§

    fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Key

    source§

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

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

    impl From<&str> for Key

    source§

    fn from(string: &str) -> Self

    Converts to this type from the input type.
    source§

    impl From<Spur> for Key

    source§

    fn from(spur: Spur) -> Self

    Converts to this type from the input type.
    source§

    impl From<String> for Key

    source§

    fn from(string: String) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for Key

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where +

    Implementations§

    source§

    impl Key

    source

    pub fn new<A: AsRef<str>>(key: A) -> Self

    source

    pub fn from_static(key: &'static str) -> Self

    source

    pub fn from_raw(spur: Spur) -> Self

    Trait Implementations§

    source§

    impl Clone for Key

    source§

    fn clone(&self) -> Key

    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 Key

    source§

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

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

    impl<'de> Deserialize<'de> for Key

    source§

    fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Key

    source§

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

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

    impl From<&str> for Key

    source§

    fn from(string: &str) -> Self

    Converts to this type from the input type.
    source§

    impl From<Spur> for Key

    source§

    fn from(spur: Spur) -> Self

    Converts to this type from the input type.
    source§

    impl From<String> for Key

    source§

    fn from(string: String) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for Key

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl JsonSchema for Key

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl Ord for Key

    source§

    fn cmp(&self, other: &Key) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where diff --git a/main/api/quilkin/net/endpoint/metadata/struct.MetadataView.html b/main/api/quilkin/net/endpoint/metadata/struct.MetadataView.html index 0d6e08c9c..e1dff9c4a 100644 --- a/main/api/quilkin/net/endpoint/metadata/struct.MetadataView.html +++ b/main/api/quilkin/net/endpoint/metadata/struct.MetadataView.html @@ -8,7 +8,7 @@
    §unknown: Map<String, Value>

    User created metadata.

    Implementations§

    source§

    impl<T: Default> MetadataView<T>

    source

    pub fn new(known: impl Into<T>) -> Self

    source

    pub fn with_unknown(known: impl Into<T>, unknown: Map<String, Value>) -> Self

    Trait Implementations§

    source§

    impl<T: Clone + Default> Clone for MetadataView<T>

    source§

    fn clone(&self) -> MetadataView<T>

    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<T: Debug + Default> Debug for MetadataView<T>

    source§

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

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

    impl<T: Default + Default> Default for MetadataView<T>

    source§

    fn default() -> MetadataView<T>

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

    impl<'de, T> Deserialize<'de> for MetadataView<T>
    where T: Deserialize<'de> + Default + Default,

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl<T: Into<Struct> + Default + Clone> From<&MetadataView<T>> for Struct

    source§

    fn from(metadata: &MetadataView<T>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Metadata> for MetadataView<Metadata>

    source§

    fn from(metadata: Metadata) -> Self

    Converts to this type from the input type.
    source§

    impl<T: Into<Struct> + Default> From<MetadataView<T>> for Struct

    source§

    fn from(metadata: MetadataView<T>) -> Self

    Converts to this type from the input type.
    source§

    impl<T: Default + JsonSchema> JsonSchema for MetadataView<T>

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl<T: PartialEq + Default> PartialEq for MetadataView<T>

    source§

    fn eq(&self, other: &MetadataView<T>) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl<T: Into<Struct> + Default + Clone> From<&MetadataView<T>> for Struct

    source§

    fn from(metadata: &MetadataView<T>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Metadata> for MetadataView<Metadata>

    source§

    fn from(metadata: Metadata) -> Self

    Converts to this type from the input type.
    source§

    impl<T: Into<Struct> + Default> From<MetadataView<T>> for Struct

    source§

    fn from(metadata: MetadataView<T>) -> Self

    Converts to this type from the input type.
    source§

    impl<T: Default + JsonSchema> JsonSchema for MetadataView<T>

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl<T: PartialEq + Default> PartialEq for MetadataView<T>

    source§

    fn eq(&self, other: &MetadataView<T>) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl<T> Serialize for MetadataView<T>
    where T: Serialize + Default,

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where diff --git a/main/api/quilkin/net/endpoint/struct.EndpointAddress.html b/main/api/quilkin/net/endpoint/struct.EndpointAddress.html index 4d97140dd..77ec2813d 100644 --- a/main/api/quilkin/net/endpoint/struct.EndpointAddress.html +++ b/main/api/quilkin/net/endpoint/struct.EndpointAddress.html @@ -11,7 +11,7 @@

    source

    pub fn to_socket_addr(&self) -> Result<SocketAddr>

    Returns the socket address for the endpoint, resolving any DNS entries if present.

    Trait Implementations§

    source§

    impl Clone for EndpointAddress

    source§

    fn clone(&self) -> EndpointAddress

    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 EndpointAddress

    source§

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

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

    impl<'de> Deserialize<'de> for EndpointAddress

    source§

    fn deserialize<D>(de: D) -> Result<Self, D::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for EndpointAddress

    source§

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

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

    impl From<([u8; 4], u16)> for EndpointAddress

    source§

    fn from((ip, port): ([u8; 4], u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(AddressKind, u16)> for EndpointAddress

    source§

    fn from((host, port): (AddressKind, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(IpAddr, u16)> for EndpointAddress

    source§

    fn from((ip, port): (IpAddr, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(Ipv4Addr, u16)> for EndpointAddress

    source§

    fn from((ip, port): (Ipv4Addr, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(Ipv6Addr, u16)> for EndpointAddress

    source§

    fn from((ip, port): (Ipv6Addr, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(String, u16)> for EndpointAddress

    source§

    fn from((ip, port): (String, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<EndpointAddress> for Address

    source§

    fn from(address: EndpointAddress) -> Self

    Converts to this type from the input type.
    source§

    impl From<EndpointAddress> for Address

    source§

    fn from(address: EndpointAddress) -> Self

    Converts to this type from the input type.
    source§

    impl From<EndpointAddress> for SocketAddress

    source§

    fn from(address: EndpointAddress) -> Self

    Converts to this type from the input type.
    source§

    impl From<SocketAddr> for EndpointAddress

    source§

    fn from(socket: SocketAddr) -> Self

    Converts to this type from the input type.
    source§

    impl FromStr for EndpointAddress

    Forwards the deserialisation to use std::net::ToSocketAddrs instead of + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for EndpointAddress

    source§

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

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

    impl From<([u8; 4], u16)> for EndpointAddress

    source§

    fn from((ip, port): ([u8; 4], u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(AddressKind, u16)> for EndpointAddress

    source§

    fn from((host, port): (AddressKind, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(IpAddr, u16)> for EndpointAddress

    source§

    fn from((ip, port): (IpAddr, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(Ipv4Addr, u16)> for EndpointAddress

    source§

    fn from((ip, port): (Ipv4Addr, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(Ipv6Addr, u16)> for EndpointAddress

    source§

    fn from((ip, port): (Ipv6Addr, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(String, u16)> for EndpointAddress

    source§

    fn from((ip, port): (String, u16)) -> Self

    Converts to this type from the input type.
    source§

    impl From<EndpointAddress> for Address

    source§

    fn from(address: EndpointAddress) -> Self

    Converts to this type from the input type.
    source§

    impl From<EndpointAddress> for Address

    source§

    fn from(address: EndpointAddress) -> Self

    Converts to this type from the input type.
    source§

    impl From<EndpointAddress> for SocketAddress

    source§

    fn from(address: EndpointAddress) -> Self

    Converts to this type from the input type.
    source§

    impl From<SocketAddr> for EndpointAddress

    source§

    fn from(socket: SocketAddr) -> Self

    Converts to this type from the input type.
    source§

    impl FromStr for EndpointAddress

    Forwards the deserialisation to use std::net::ToSocketAddrs instead of FromStr for validation which allows us to resolve DNS hostnames such as localhost or container network names at parse-time.

    §

    type Err = ParseError

    The associated error which can be returned from parsing.
    source§

    fn from_str(input: &str) -> Result<Self, Self::Err>

    Parses a string s to return a value of this type. Read more
    source§

    impl Hash for EndpointAddress

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -26,7 +26,7 @@ sufficient, and should not be overridden without very good reason.

    source§

    impl PartialOrd for EndpointAddress

    source§

    fn partial_cmp(&self, other: &EndpointAddress) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
    source§

    impl Serialize for EndpointAddress

    source§

    fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
    where - S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl TryFrom<Address> for EndpointAddress

    §

    type Error = Report

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: Address) -> Result<Self, Self::Error>

    Performs the conversion.
    source§

    impl TryFrom<Address> for EndpointAddress

    §

    type Error = Report

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: EnvoyAddress) -> Result<Self, Self::Error>

    Performs the conversion.
    source§

    impl TryFrom<Endpoint> for EndpointAddress

    §

    type Error = Report

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: Endpoint) -> Result<Self, Self::Error>

    Performs the conversion.
    source§

    impl TryFrom<SocketAddress> for EndpointAddress

    §

    type Error = Report

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: EnvoySocketAddress) -> Result<Self, Self::Error>

    Performs the conversion.
    source§

    impl Eq for EndpointAddress

    source§

    impl StructuralPartialEq for EndpointAddress

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where + S: Serializer,

    Serialize this value into the given Serde serializer. Read more

    source§

    impl TryFrom<Address> for EndpointAddress

    §

    type Error = Report

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: Address) -> Result<Self, Self::Error>

    Performs the conversion.
    source§

    impl TryFrom<Address> for EndpointAddress

    §

    type Error = Report

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: EnvoyAddress) -> Result<Self, Self::Error>

    Performs the conversion.
    source§

    impl TryFrom<Endpoint> for EndpointAddress

    §

    type Error = Report

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: Endpoint) -> Result<Self, Self::Error>

    Performs the conversion.
    source§

    impl TryFrom<SocketAddress> for EndpointAddress

    §

    type Error = Report

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: EnvoySocketAddress) -> Result<Self, Self::Error>

    Performs the conversion.
    source§

    impl Eq for EndpointAddress

    source§

    impl StructuralPartialEq for EndpointAddress

    Auto Trait Implementations§

    §

    impl Freeze for EndpointAddress

    §

    impl RefUnwindSafe for EndpointAddress

    §

    impl Send for EndpointAddress

    §

    impl Sync for EndpointAddress

    §

    impl Unpin for EndpointAddress

    §

    impl UnwindSafe for EndpointAddress

    Blanket Implementations§

    source§

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

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

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

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

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

    source§

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

    Mutably borrows from an owned value. Read more
    source§

    impl<T> CloneToUninit for T
    where diff --git a/main/api/quilkin/net/endpoint/struct.Metadata.html b/main/api/quilkin/net/endpoint/struct.Metadata.html index 4eeb5004e..4ce64e60d 100644 --- a/main/api/quilkin/net/endpoint/struct.Metadata.html +++ b/main/api/quilkin/net/endpoint/struct.Metadata.html @@ -2,7 +2,7 @@ pub tokens: Set, }
    Expand description

    Metadata specific to endpoints.

    Fields§

    §tokens: Set

    Trait Implementations§

    source§

    impl Clone for Metadata

    source§

    fn clone(&self) -> Metadata

    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 Metadata

    source§

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

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

    impl Default for Metadata

    source§

    fn default() -> Metadata

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

    impl<'de> Deserialize<'de> for Metadata

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<Metadata> for MetadataView<Metadata>

    source§

    fn from(metadata: Metadata) -> Self

    Converts to this type from the input type.
    source§

    impl From<Metadata> for Struct

    source§

    fn from(metadata: Metadata) -> Self

    Converts to this type from the input type.
    source§

    impl JsonSchema for Metadata

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl PartialEq for Metadata

    source§

    fn eq(&self, other: &Metadata) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<Metadata> for MetadataView<Metadata>

    source§

    fn from(metadata: Metadata) -> Self

    Converts to this type from the input type.
    source§

    impl From<Metadata> for Struct

    source§

    fn from(metadata: Metadata) -> Self

    Converts to this type from the input type.
    source§

    impl JsonSchema for Metadata

    source§

    fn schema_name() -> String

    The name of the generated JSON Schema. Read more
    source§

    fn schema_id() -> Cow<'static, str>

    Returns a string that uniquely identifies the schema produced by this type. Read more
    source§

    fn json_schema(gen: &mut SchemaGenerator) -> Schema

    Generates a JSON Schema for this type. Read more
    §

    fn is_referenceable() -> bool

    Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
    source§

    impl PartialEq for Metadata

    source§

    fn eq(&self, other: &Metadata) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd for Metadata

    source§

    fn partial_cmp(&self, other: &Metadata) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= diff --git a/main/api/search-index.js b/main/api/search-index.js index baebc1ccc..9c402955d 100644 --- a/main/api/search-index.js +++ b/main/api/search-index.js @@ -1,8 +1,8 @@ var searchIndex = new Map(JSON.parse('[\ ["agones",{"t":"JFSSSSNNNNNNHHHHHNNHHNNHHHHOONNOHHOHNNNNN","n":["CLIENT","Client","GAMESERVER_IMAGE","IMAGE_TAG","PREV_IMAGE_TAG","TOKEN_KEY","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","create_agones_rbac_read_account","create_token_router_config","create_tokenised_gameserver","debug_pods","fleet","from","from_ref","game_server","gameserver_address","into","into_request","is_deployment_ready","is_fleet_ready","is_gameserver_ready","is_pod_ready","kubernetes","namespace","namespaced_api","new","prev_quilkin_image","quilkin_config_map","quilkin_container","quilkin_image","quilkin_proxy_deployment","to_owned","try_from","try_into","type_id","vzip"],"q":[[0,"agones"],[41,"dyn_clone::sealed"],[42,"k8s_openapi::v1_29::api::core::v1::service_account"],[43,"kube_client::api"],[44,"k8s_openapi::v1_29::api::rbac::v1::cluster_role"],[45,"k8s_openapi::v1_29::api::rbac::v1::role_binding"],[46,"alloc::string"],[47,"k8s_openapi::v1_29::api::core::v1::config_map"],[48,"quilkin::config::providers::k8s::agones"],[49,"tonic::request"],[50,"k8s_openapi::v1_29::api::apps::v1::deployment"],[51,"kube_runtime::wait"],[52,"k8s_openapi::v1_29::api::core::v1::pod"],[53,"k8s_openapi::_resource"],[54,"kube_core::resource"],[55,"alloc::vec"],[56,"core::option"],[57,"k8s_openapi::v1_29::api::core::v1::container"],[58,"core::net::socket_addr"],[59,"core::result"],[60,"core::any"]],"i":[0,0,0,0,0,0,5,5,5,5,5,5,0,0,0,0,0,5,5,0,0,5,5,0,0,0,0,5,5,5,5,5,0,0,5,0,5,5,5,5,5],"f":"``````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{j}}}j}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{j}}{n{l}}{n{A`}}{n{Ab}}}Ad}{{{b{{n{Af}}}}}Af}{{{n{Ah}}{n{Aj}}{b{Al}}}Aj}{{{b{j}}Ad}f}{{}Ah}{cc{}}{{{b{c}}}c{}}{{}Aj}{{{b{Aj}}}Ad}{ce{}{}}{c{{An{e}}}{}{}}{{}{{`{{Bb{B`}}}}}}{{}{{`{{Bb{Ah}}}}}}{{}{{`{{Bb{Aj}}}}}}{{}{{`{{Bb{Bd}}}}}}``{{{b{j}}}{{n{c}}}{{Bj{}{{Bf{Bh}}}}}}{{}j}`{{{b{Al}}}Af}{{{b{j}}{Bn{{Bl{Ad}}}}{Bn{Ad}}C`}Cb}`{{{b{j}}{n{B`}}AdCdAdC`}Cf}{{{b{c}}}e{}{}}{c{{Ch{e}}}{}{}}0{{{b{c}}}Cj{}}=","D":"Bj","p":[[1,"reference"],[5,"Private",41],[1,"unit"],[0,"mut"],[5,"Client",0],[5,"ServiceAccount",42],[5,"Api",43],[5,"ClusterRole",44],[5,"RoleBinding",45],[5,"String",46],[5,"ConfigMap",47],[5,"Fleet",48],[5,"GameServer",48],[1,"str"],[5,"Request",49],[5,"Deployment",50],[10,"Condition",51],[5,"Pod",52],[17,"Scope"],[5,"NamespaceResourceScope",53],[10,"Resource",54],[5,"Vec",55],[6,"Option",56],[1,"bool"],[5,"Container",57],[1,"u16"],[6,"SocketAddr",58],[6,"Result",59],[5,"TypeId",60]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAABQACQAAAAIABAABAAcABQAQAAAAEwAAABcAAAAbAAAAIAAAACUABAA="}],\ ["gen",{"t":"SSHHHHHHH","n":["VERSION","VERSION_PROTOC","check_version","copy","docs","execute","install","install_protoc","main"],"q":[[0,"gen"]],"i":[0,0,0,0,0,0,0,0,0],"f":"``{{{d{b}}{d{b}}{d{b}}}f}{{}h}{{{d{{j{{l{{d{b}}{d{{j{{d{b}}}}}}}}}}}}}h}{{{d{b}}}h}222","D":"`","p":[[1,"str"],[1,"reference"],[1,"bool"],[1,"unit"],[1,"slice"],[1,"tuple"]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAAkAAQAAAAkA"}],\ -["qt",{"t":"FPPFFJFTFTTIFFGGIPPFFPPFFFFFPPFFTTNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONOONNNNNNNOONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNOOONONOOOONNOOOONNOOQNOOONNNOOOOOQNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNO","n":["AdminPailConfig","Agent","Agent","AgentPail","AgentPailConfig","BUFFER_POOL","ConfigFile","DEBUG","DefaultGuard","ERROR","INFO","JoinHandle","Level","ManagementPailConfig","Pail","PailConfig","Pails","Proxy","Proxy","ProxyPail","ProxyPailConfig","Relay","Relay","RelayPail","RelayPailConfig","Sandbox","SandboxConfig","SandboxPailConfig","Server","Server","ServerPail","ServerPailConfig","TRACE","WARN","__clone_box","alloc_buffer","as_log","as_serde","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","client","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","config","config","config","config","config","config","config","config","config_file","config_file","config_file","construct","default","default","default","default","default","default","delta_applies","dependencies","drop","drop","drop","drop","drop","endpoints","eq","eq","equivalent","equivalent","equivalent","equivalent","expect_timeout","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_str","func_name","ge","ge","gt","gt","hash","icao_code","init_logging","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","json","le","le","lt","lt","maybe_timeout","mds_port","name","name","new","num_packets","packet_rx","packet_rx","packet_size","pails","pails","partial_cmp","partial_cmp","path","phoenix_port","port","port","proxy","push","qcmp_port","qcmp_port","sandbox_config","server","shutdown","shutdown","shutdown","sleep","socket","spinup","task","task","task","task","td","temp_file","timeout","to_owned","to_string","trace_test","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","update","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","xds_port"],"q":[[0,"qt"],[304,"dyn_clone::sealed"],[305,"quilkin::pool"],[306,"core::convert"],[307,"tracing_core::metadata"],[308,"log"],[309,"quilkin::net"],[310,"core::cmp"],[311,"quilkin::config"],[312,"alloc::sync"],[313,"std::path"],[314,"tokio::sync::oneshot"],[315,"core::option"],[316,"tracing_core::dispatcher"],[317,"core::future::future"],[318,"core::fmt"],[319,"core::result"],[320,"core::hash"],[321,"tonic::request"],[322,"alloc::string"],[323,"tokio::sync::mpsc::bounded"],[324,"core::net::socket_addr"],[325,"tokio::sync::mpsc::unbounded"],[326,"socket2::socket"],[327,"core::any"],[328,"quilkin::test"],[329,"core::ops::function"],[330,"serde_json"]],"i":[0,43,15,0,0,0,0,8,0,8,8,0,0,0,0,0,0,43,15,0,0,43,15,0,0,0,0,0,43,15,0,0,8,8,8,0,8,8,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,12,8,8,8,8,8,8,15,18,19,32,33,34,27,28,12,32,33,15,25,26,27,28,29,30,34,19,31,32,33,34,35,30,8,8,8,8,8,8,12,35,8,8,25,43,43,43,43,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,8,8,0,8,8,8,8,8,30,0,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,0,8,8,8,8,12,32,19,47,47,25,12,31,25,47,12,8,8,18,34,31,34,12,47,33,34,0,12,32,33,34,12,12,47,31,32,33,34,12,0,12,8,8,0,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,18,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,32],"f":"``````````````````````````````````{{{b{c}}d}f{}}{ch{{n{{l{j}}}}}}{{{b{A`}}}Ab}{{{b{A`}}}}{{{b{A`}}}{{b{Ad}}}}{{{b{c}}}{{b{e}}}{}{}}00000000000000000{{{b{Afc}}}{{b{Afe}}}{}{}}00000000000000000{{{b{Ah}}}Aj}{{{b{A`}}}A`}{{{b{c}}{b{Afe}}}f{}{}}{{{b{c}}}f{}}0{{{b{A`}}{b{A`}}}Al}{{{b{c}}{b{e}}}Al{}{}}{{{b{An}}}{{Bb{B`}}}}```````{{{b{AfAh}}{b{Ad}}}Bd}``{{Bf{b{Bh}}{b{Bj}}}{{C`{An{Bn{{Bl{f}}}}}}}}{{}Cb}{{}Cd}{{}Cf}{{}Ch}{{}Cj}{{}Cl}``{{{b{AfCn}}}f}{{{b{AfD`}}}f}{{{b{AfDb}}}f}{{{b{AfDd}}}f}{{{b{AfDf}}}f}`{{{b{A`}}{b{Dh}}}Dj}{{{b{A`}}{b{A`}}}Dj}{{{b{c}}{b{e}}}Dj{}{}}000{{{b{Ah}}Dlc}fDn}{{{b{Df}}{b{AfE`}}}{{Ed{fEb}}}}{{{b{A`}}{b{AfE`}}}{{Ed{fEb}}}}0{cc{}}{CfEf}{CbEf}{ClEf}{ChEf}44444444444444444{{{b{c}}}c{}}{{{b{Ad}}}{{Ed{A`Eh}}}}`;<;<{{{b{A`}}{b{Afc}}}fEj}`{{A`{b{Ad}}}Df}{ce{}{}}00000000000000000{c{{El{e}}}{}{}}00000000000000000`{{{b{A`}}{b{Dh}}}Dj}{{{b{A`}}{b{A`}}}Dj}10{{{b{Ah}}Dlc}BnDn}```{cEn{{Fb{F`}}}}`{{{b{AfAh}}{b{Ad}}}{{Fd{F`}}}}````{{{b{A`}}{b{Dh}}}{{Bn{Al}}}}{{{b{A`}}{b{A`}}}{{Bn{Al}}}}````{{{b{AfAh}}{b{Ad}}}{{C`{Ff{Fh{F`}}}}}}{{{b{AfEn}}{b{Ad}}c{b{{l{{b{Ad}}}}}}}f{{Fb{Ef}}}}```{{{b{AfAh}}{b{Ad}}}{{C`{{Fd{F`}}Ff}}}}```{{{b{Ah}}Dl}f}{{{b{Ah}}}{{C`{FjFf}}}}{EnAh}``````{{{b{Ah}}Dlc}{}Dn}{{{b{c}}}e{}{}}{{{b{c}}}F`{}}`{c{{Ed{e}}}{}{}}00000000000000000000000000000000000{{{b{c}}}Fl{}}00000000000000000{{{b{AfBd}}c}f{{G`{{b{AfFn}}}}}}{ce{}{}}00000000000000000`","D":"Fl","p":[[1,"reference"],[5,"Private",304],[1,"unit"],[5,"PoolBuffer",305],[1,"u8"],[1,"slice"],[10,"AsRef",306],[5,"Level",0,307],[6,"Level",308],[1,"str"],[0,"mut"],[5,"Sandbox",0],[5,"DualStackEpollSocket",309],[6,"Ordering",310],[6,"Pail",0],[5,"Config",311],[5,"Arc",312],[5,"ConfigFile",0],[5,"SandboxPailConfig",0],[8,"Pails",0],[5,"Path",313],[5,"Receiver",314],[6,"Option",315],[1,"tuple"],[5,"ServerPailConfig",0],[5,"AdminPailConfig",0],[5,"RelayPailConfig",0],[5,"ProxyPailConfig",0],[5,"ManagementPailConfig",0],[5,"AgentPailConfig",0],[5,"ServerPail",0],[5,"RelayPail",0],[5,"AgentPail",0],[5,"ProxyPail",0],[5,"DefaultGuard",0,316],[5,"LevelFilter",307],[1,"bool"],[1,"u64"],[10,"Future",317],[5,"Formatter",318],[5,"Error",318],[6,"Result",319],[6,"PailConfig",0],[5,"ParseLevelError",307],[10,"Hasher",320],[5,"Request",321],[5,"SandboxConfig",0],[5,"String",322],[10,"Into",306],[5,"Receiver",323],[6,"SocketAddr",324],[5,"UnboundedReceiver",325],[5,"Socket",326],[5,"TypeId",327],[5,"TestConfig",328],[10,"FnOnce",329]],"r":[[8,316],[12,307],[186,330]],"b":[[108,"impl-PartialEq%3CLevelFilter%3E-for-Level"],[109,"impl-PartialEq-for-Level"],[116,"impl-Debug-for-Level"],[117,"impl-Display-for-Level"],[119,"impl-From%3CRelayPailConfig%3E-for-PailConfig"],[120,"impl-From%3CServerPailConfig%3E-for-PailConfig"],[121,"impl-From%3CAgentPailConfig%3E-for-PailConfig"],[122,"impl-From%3CProxyPailConfig%3E-for-PailConfig"],[143,"impl-PartialOrd-for-Level"],[144,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[145,"impl-PartialOrd-for-Level"],[146,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[187,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[188,"impl-PartialOrd-for-Level"],[189,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[190,"impl-PartialOrd-for-Level"],[202,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[203,"impl-PartialOrd-for-Level"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAPoAEQAAAAcADAAAAA4ADgAeAAIAIwADACgAIwBNACUAdAACAHgAAwCNAAEAkAAGAKkAEQC8ABIA0AAJANsAAQDeAAMA5ABMAA=="}],\ -["quilkin",{"t":"PFFPPPFIGIIPNNNQOCNNNNNNNNNNNNNNCNNNNNNNNNNOCNONCCOONNNNNCONNNNNNNNNNNNNNNENNONOQNNNNNNNNNNOHOOCONCOOONNNQCONNNONNNNNNNNNNNNNNNNONNNNOCHEPPFGEPPGEPPPEPEPEPNNOCNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNCNNNNNOCOCCOCNNNNNNNNNNNNNNFSENONNNNNNNNHNNNNNNONNOOOOONONNNNNNNOFNNNNNNNNONNNNNNNNNONNNNNNNFSENONNNNNNNHNNNNNNNNOOOOONONNNNNNNOSFEHOOOOONOOOFPGNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSEFNNNNNNNNNNNNNNNONNOONNNNNNNNOCCCHHHHHGPPSSPPGFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNOOOOOOFCCNNONNNCCOCONNNNGPPSPPNNNNNNNNNNNNNNNNNNFEFFNONNNNNNNNNNNNONNNNONOOOOOONNNNNNNNNNEFFEENONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNONONNNNNNNNNNNNNNNNNPPPIPPPGFFFFPFFNONNNNNNNNNNNNNNNNNOOONNONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNOOONOOCOONNNOOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOFNNOOONNNOONHNNNONOFFNNNNNNNNNNNNNONNNNNOOONNNNNNNNNNOGFPPGFGFGFPPFPFPPPPEFPPGPGENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOONCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNCNNNOOOPPGNNNNNNNNNNNNNNNNCNNNNNNNNNOOOCHHPPPPPPPPFFGFFFFGFFFGFFFFPFPPPPPGGPPPPPPGFGPPPPPPPNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNOOONNOONNNNNNNNNNONNNNNNNNOOOOOOOOOONNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNOOONNONOONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPFFKNNCENNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHRFPFPPFPRPFFGPFPPFPPIPKFGKFGIFFFPPFPPPPFPFPFPPPPTPPFPPFKPFPFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNCCNOMOOMCNNNNNOONCNMMONNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCOOCNMNNNNNNCCNNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOSFKFFPFPGFPNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNGFPFGFPGPPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFPPGNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNFFNNNNNNONNNNNNNNNNNFFSNNNNNNNNNNNNNNNNGPFPFPFGFNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNOOFPFGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNFFSNNNNNNNNNNNNNOONNNNNNNNFFFFFNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNFFNNNNNNNNNNNNNNNNEEEEEEEEEFFNNNNNNNNNNNNNNNNNNONNNNNNNNNNNFFPPGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOEFFIEEFNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNCNNHHNNHNNNNNNNNNNNNEFFFFFINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNONNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOONNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGPPPNNNNNNNNNNNNNNNNNNNNGEFFIPPPTFFGPPITNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNOCONNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNONNNNNNOOPPISFPPFPFPPGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNFFFFKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNMNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSPPSPPSPPSPPGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Benching","Cli","Config","Err","Normal","Ok","Proxy","Result","ShutdownKind","ShutdownRx","ShutdownTx","Testing","__clone_box","__clone_box","__clone_box","__func_name","admin_address","alloc","allow_request_processing","apply_delta","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cli","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clusters","codec","command","command","command_for_update","components","config","config","datacenter","default","default","delta_discovery_request","deserialize","eq","filters","filters","fmt","fmt","fmt","fmt","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_ref","from_ref","from_ref","generated","group_id","group_id","id","identifier","idle_request_interval_secs","include_proto","interested_resources","into","into","into","into","into_request","into_request","into_request","into_request","json_schema","log_format","make_shutdown_channel","management_server","mmdb","net","no_admin","on_changed","pool","port","qcmp_port","quiet","schema_id","schema_name","serialize","temp_file","time","to","to_owned","to_owned","to_owned","to_tokens","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","version","vzip","vzip","vzip","vzip","workers","xds","spawn_heap_stats_updates","Agent","Agent","Auto","Cli","Commands","GenerateConfigSchema","GenerateConfigSchema","Json","LogFormats","Manage","Manage","Plain","Pretty","Proxy","Proxy","Qcmp","Qcmp","Relay","Relay","__clone_box","__clone_box","admin_address","agent","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","command","config","default","drive","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_ref","from_ref","from_str","generate_config_schema","has_subcommand","into","into","into_request","into_request","log_format","manage","no_admin","proxy","qcmp","quiet","relay","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","Agent","PORT","Ready","__clone_box","address_type","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","default","default_port","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","icao_code","into","into_request","ip_kind","provider","qcmp_port","region","relay","run","sub_zone","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","zone","GenerateConfigSchema","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","filter_ids","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","generate_config_schema","group_id","into","into_request","output_directory","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Manage","PORT","Ready","__clone_box","address_type","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","default_port","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","into","into_request","ip_kind","port","provider","region","relay","run","sub_zone","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","zone","PORT","Proxy","Ready","default_port","idle_request_interval_secs","management_server","mmdb","port","qcmp_port","run","to","to_tokens","workers","Ping","Ping","Qcmp","__clone_box","__clone_box","amount","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","endpoint","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_ref","from_ref","group_id","has_subcommand","into","into","into_request","into_request","run","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","PORT","Ready","Relay","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","default","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","idle_request_interval_secs","into","into_request","mds_port","providers","run","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","xds_port","base64","prost","qcmp","encode","from_json","mapping_from_kind","value_from_kind","value_from_struct","Error","InvalidCommand","LengthMismatch","MAX_QCMP_PACKET_LEN","MIN_QCMP_PACKET_LEN","Ping","PingReply","Protocol","QcmpMeasurement","QcmpPacket","UnknownVersion","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","default","deref","distance","encode","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","into","into","into","into","into_request","into_request","into_request","into_request","measure_distance","new","nonce","parse","ping","ping_reply","ping_with_nonce","round_trip_delay","spawn","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","client_timestamp","client_timestamp","nonce","nonce","server_start_timestamp","server_transmit_timestamp","RunArgs","admin","agent","borrow","borrow_mut","config","from","into","into_request","manage","proxy","ready","relay","shutdown_rx","try_from","try_into","type_id","vzip","Admin","Agent","Manage","PORT","Proxy","Relay","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","fmt","from","from_ref","idle_request_interval","into","into_request","server","to_owned","try_from","try_into","type_id","vzip","Agent","DualStackLocalSocket","Locality","Ready","__clone_box","address_selector","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","default","fmt","from","from","from_ref","icao_code","into","into","into_request","into_request","is_manage","is_ready","locality","provider","provider_is_healthy","qcmp_socket","relay_is_healthy","relay_servers","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","DualStackLocalSocket","Locality","Manage","Providers","Ready","__clone_box","address_selector","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","cmp","colon_separated_string","compare","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_ref","from_str","hash","into","into","into_request","into_request","is_referenceable","json_schema","listener","locality","new","partial_cmp","provider","region","relay_servers","run","schema_id","schema_name","serialize","sub_zone","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with_region","zone","AccumulatorOverflow","ChannelClosed","ChannelFull","ErrorMap","Filter","Io","NoUpstreamEndpoints","PipelineError","Proxy","Ready","RecvPacket","SendPacket","Session","SessionPool","ToTokens","__clone_box","asn_info","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","count","data","data","default","default","destination","discriminant","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_ref","get","hash","idle_request_interval","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_ready","length","management_servers","mmdb","new","notifier","num_workers","packet_router","phoenix","qcmp","run","send","sessions","socket","source","to","to_owned","to_string","to_tokens","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","xds_is_healthy","DownstreamReceiveWorkerConfig","borrow","borrow_mut","buffer_pool","config","error_sender","from","into","into_request","port","sessions","spawn","spawn_receivers","try_from","try_into","type_id","upstream_receiver","vzip","worker_id","Ready","Relay","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","default","fmt","from","from","from_ref","idle_request_interval","into","into","into_request","into_request","is_ready","mds_listener","provider","provider_is_healthy","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","xds_listener","AddrKind","AddressSelector","Agent","Any","Base64Standard","Config","ConfigType","Datacenter","DatacenterConfig","DatacenterMap","Dynamic","EmptyList","Filter","FilterInvalid","IcaoCode","Ipv4","Ipv6","NonAgent","NotUnique","Providers","Slot","Static","V1Alpha1","ValidationError","ValueInvalid","Version","Watch","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","apply_delta","apply_metrics","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clusters","config","datacenter","datacenters","default","default","default","default","default_agent","default_non_agent","delta_discovery_request","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","empty","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filters","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_reader","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str","get","has_changed","hash","icao_code","id","insert","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_empty","is_referenceable","is_referenceable","is_referenceable","is_some","iter","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","kind","label","len","load","mark","modify","name","name","new","providers","qcmp_port","read","remove","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","source","store","store_if_unset","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_possible_value","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_replace","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value_variants","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","watch","watch","with_default","write","datacenters","icao_code","qcmp_port","Agones","File","Providers","__clone_box","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","has_subcommand","into","into_request","k8s","spawn","task","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","config_namespace","gameservers_namespace","path","agones","update_endpoints_from_gameservers","update_filters_from_configmap","Allocated","Creating","Debug","Distributed","Distributed","Dynamic","Error","Error","Fleet","FleetInner","FleetScheduling","FleetSpec","FleetStatus","FleetStrategy","FleetStrategyRollingUpdate","FleetStrategyType","GameServer","GameServerPort","GameServerSpec","GameServerState","GameServerStatus","GameServerStatusPort","GameServerTemplateSpec","Health","Info","Inner","None","Packed","Packed","Passthrough","PortAllocation","PortPolicy","Protocol","Ready","Recreate","RequestReady","Reserved","RollingUpdate","Scheduled","SchedulingStrategy","SdkServer","SdkServerLogLevel","Shutdown","Starting","Static","Tcp","Udp","UdpTcp","Unhealthy","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","addresses","allocated_replicas","annotations","annotations","annotations_mut","annotations_mut","api_resource","api_resource","api_version","api_version","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","container","container","container_port","crd","crd","crd_name","crd_name","creation_timestamp","creation_timestamp","default","default","default","default","default","default","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","endpoint","finalizers","finalizers","finalizers_mut","finalizers_mut","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","group","group","group","group","grpc_port","health","host_port","http_port","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_allocated","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","kind","kind","kind","kind","labels","labels","labels_mut","labels_mut","log_level","managed_fields","managed_fields","managed_fields_mut","managed_fields_mut","max_surge","max_unavailable","meta","meta","meta_mut","meta_mut","metadata","metadata","metadata","name","name","name","name","name_any","name_any","name_unchecked","name_unchecked","namespace","namespace","namespace","namespace","new","new","node_name","owner_references","owner_references","owner_references_mut","owner_references_mut","plural","plural","plural","plural","port","port_policy","ports","ports","protocol","ready_replicas","replicas","replicas","reserved_replicas","reserved_until","resource_version","resource_version","resource_version","resource_version","rolling_update","scheduling","scheduling","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","sdk_server","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","shortnames","shortnames","spec","spec","spec","spec","spec","spec_mut","spec_mut","state","status","status","status","status_mut","strategy","template","template","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uid","uid","uid","uid","version","version","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Marker","ReadGuard","Version","Watch","WatchGuard","Watchable","__clone_box","__clone_box","agones","agones","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_value","default","deref","deref","deserialize","drop","drop","fmt","from","from","from","from","from_ref","from_ref","fs","has_changed","into","into","into","into","into_request","into_request","into_request","into_request","is_referenceable","json_schema","load","load","load","load","mark","modify","new","read","schema_name","serialize","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","watch","write","watch","BinaryConfiguration","Capture","Capture","Compress","Compress","Compression","Concatenate","Concatenate","Configuration","ConvertProtoConfig","ConvertProtoConfigError","CreateFilterArgs","CreationError","Custom","Debug","Debug","DeserializeFailed","Drop","Drop","Dropped","DynFilterFactory","FieldInvalid","Filter","FilterChain","FilterError","FilterFactory","FilterInstance","FilterKind","FilterMap","FilterRegistry","FilterSet","Firewall","Firewall","FirewallDenied","HashedTokenRouter","HashedTokenRouter","Infallible","InitializeMetricsFailed","Io","LoadBalancer","LoadBalancer","LocalRateLimit","LocalRateLimit","Match","Match","MatchNoMetadata","MismatchedTypes","MissingConfig","NAME","NoValueCaptured","NotFound","Pass","Pass","RateLimitExceeded","ReadContext","StaticFilter","TestFilter","Timestamp","Timestamp","TokenRouter","TokenRouter","TokenRouter","WriteContext","__clone_box","__clone_box","__clone_box","__clone_box","as_filter_config","as_labeled_filter_config","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","capture","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","compress","concatenate","config","config","config_schema","contents","contents","create_filter","debug","default","default","default","default_with","deserialize","dest","destinations","discriminant","drop","dynamic","encode_config_to_json","encode_config_to_protobuf","endpoints","ensure_config_exists","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_config","from_iter","from_ref","from_ref","from_ref","from_ref","get","get","get_factory","hash","index","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","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","into_request","into_request","is_empty","is_referenceable","iter","iter","json_schema","label","len","load_balancer","local_rate_limit","match","metadata","metadata","metrics","missing_field","name","new","new","new","new","new","new","pass","prelude","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","register","require_config","require_config","schema_name","serialize","source","source","timestamp","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","token_router","try_create","try_create_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_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","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","type_id","vzip","vzip","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","write","actual","expected","field","reason","CAPTURED_BYTES","Capture","CaptureStrategy","Config","Prefix","Prefix","Regex","Regex","Strategy","Suffix","Suffix","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capture","capture","capture","capture","deserialize","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","into","into","into_capture","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","json_schema","json_schema","metadata_key","pattern","remove","remove","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","size","size","strategy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","Action","Compress","Compress","CompressionError","Compressor","Config","Decompress","Direction","DoNothing","Lz4","Lz4","Mode","Read","Snappy","Snappy","Write","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","decode","default","default","default","deserialize","deserialize","deserialize","encode","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","hash","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","mode","on_read","on_write","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Append","Concatenate","Config","DoNothing","Prepend","Strategy","borrow","borrow","borrow_mut","borrow_mut","bytes","default","deserialize","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","into","into","into_request","into_request","json_schema","json_schema","new","on_read","on_write","schema_id","schema_id","schema_name","schema_name","serialize","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","Debug","borrow","borrow_mut","default","deserialize","fmt","from","id","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Config","Drop","NAME","borrow","borrow_mut","deserialize","fmt","from","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Action","Allow","Config","Deny","Firewall","InvalidRange","PortRange","PortRangeError","Rule","__clone_box","__clone_box","__clone_box","__clone_box","action","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","json_schema","new","on_read","on_write","ports","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","sources","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","max","min","Config","Hash","LoadBalancer","Policy","Random","RoundRobin","as_endpoint_chooser","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","into","into","into_request","into_request","json_schema","json_schema","policy","schema_id","schema_id","schema_name","schema_name","serialize","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","LocalRateLimit","SESSION_TIMEOUT_SECONDS","borrow","borrow_mut","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","into","into_request","json_schema","max_packets","period","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Branch","Config","DirectionalConfig","Fallthrough","Match","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","branches","default","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fallthrough","filter","fmt","fmt","fmt","fmt","from","from","from","from","into","into","into","into","into_request","into_request","into_request","into_request","is_referenceable","json_schema","json_schema","json_schema","json_schema","metadata_key","on_read","on_write","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","value","vzip","vzip","vzip","vzip","Config","Pass","borrow","borrow_mut","deserialize","fmt","from","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","ConvertProtoConfigError","CreateFilterArgs","CreationError","Filter","FilterError","FilterInstance","ReadContext","StaticFilter","WriteContext","Config","Timestamp","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_ref","into","into_request","json_schema","metadata_key","new","observe","schema_id","schema_name","serialize","to_owned","try_from","try_from","try_into","type_id","vzip","Config","HashedTokenRouter","NoEndpointMatch","NoTokenFound","RouterError","TokenRouter","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","discriminant","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","hash","into","into","into_request","into_request","json_schema","metadata_key","schema_id","schema_name","serialize","sync_read","to_string","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","token","ClusterMap","DualStackEpollSocket","DualStackLocalSocket","DualStackLocalSocketRc","Endpoint","EndpointAddress","TcpListener","bind","bind_local","bind_local","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cluster","endpoint","fmt","from","from","from","from_raw","into","into","into","into_request","into_request","into_request","into_stream","local_addr","local_addr","local_ipv4_addr","local_ipv4_addr","local_ipv6_addr","local_ipv6_addr","make_refcnt","new","new","phoenix","port","raw_fd","raw_socket_with_reuse","raw_socket_with_reuse_and_address","recv_from","send_to","socket_port","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","xds","ClusterMap","ClusterMapDeser","EndpointSet","EndpointSetVersion","Token","TokenAddressMap","__clone_box","__clone_box","__clone_box","__clone_box","addresses_for_token","apply","benchmarking","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_token_map","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","contains","default","deserialize","deserialize","endpoints","endpoints","entry","eq","equivalent","equivalent","equivalent","equivalent","filter_endpoints","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_number","from_ref","from_ref","from_ref","from_ref","from_str","get","get_default","get_default_mut","get_mut","has_changed","has_endpoints","insert","insert_default","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","is_empty","is_empty","is_referenceable","iter","json_schema","len","len","mark","new","new","new","new_default","nth_endpoint","num_of_endpoints","number","proto","remove_endpoint","remove_endpoint_if","remove_locality","replace","replace","schema_name","serialize","to_owned","to_owned","to_owned","to_owned","to_string","token_map","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","update","update_unlocated_endpoints","version","version","vzip","vzip","vzip","vzip","vzip","with_version","Cluster","ClusterMap","Datacenter","Endpoint","Filter","FilterChain","Host","Ipv6","Locality","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clusters","config","config","default","default","default","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","endpoints","eq","eq","eq","eq","eq","eq","eq","eq","eq","filters","first","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","host","host","host","host2","icao_code","inner","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","label","label","locality","metadata","name","port","qcmp_port","region","second","sub_zone","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zone","Inner","Ipv4","Ipv6","Name","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","AddressKind","DynamicMetadata","Endpoint","EndpointAddress","EndpointMetadata","InvalidBase64","InvalidType","Ip","LOCALHOST","Locality","Metadata","MetadataError","MissingKey","Name","Set","UNSPECIFIED","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","cmp","cmp","compare","compare","compare","default","default","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from_proto","from_ref","from_ref","from_ref","from_ref","from_ref","from_str","from_str","from_str","hash","hash","hash","host","into","into","into","into","into","into_proto","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","known","metadata","metadata","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","port","port","schema_id","schema_id","schema_name","schema_name","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_socket_addr","to_string","to_string","to_string","tokens","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unknown","vzip","vzip","vzip","vzip","vzip","with_metadata","expected","key","Bool","Bytes","DynamicMetadata","KEY","Key","List","Literal","MetadataView","Number","Reference","Reference","String","Symbol","Value","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_bytes","as_literal","as_mut_string","as_reference","as_string","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_raw","from_ref","from_ref","from_ref","from_ref","from_ref","from_static","hash","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","is_referenceable","json_schema","json_schema","json_schema","json_schema","json_schema","key","known","new","new","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","resolve","resolve_to_bytes","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unknown","vzip","vzip","vzip","vzip","vzip","with_unknown","Builder","Coordinates","DistanceMeasure","Inner","Measurement","Phoenix","__clone_box","__clone_box","__clone_box","add_node","add_node_if_not_exists","add_nodes_from_config","adjustment_duration","background_update_task","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","default","deref","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","get_coordinates","incoming","interval_range","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","measure_distance","new","new","ordered_nodes_by_latency","outgoing","spawn","stability_threshold","subset_percentage","to_owned","to_owned","to_owned","total","total_nanos","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","BufferPool","FrozenPoolBuffer","PoolBuffer","__clone_box","alloc","alloc_sized","alloc_slice","as_mut_slice","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","capacity","clone","clone_into","clone_to_uninit","default","deref","deref","deref_mut","drop","extend_from_slice","fmt","fmt","freeze","from","from","from","from_ref","into","into","into","into_request","into_request","into_request","is_empty","is_empty","len","len","new","prepend_from_slice","split_prefix","split_suffix","to_owned","truncate","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","DurationNanos","UtcTimestamp","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","duration","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from_nanos","from_nanos","from_ref","from_ref","into","into","into_request","into_request","nanos","now","partial_cmp","sub","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unix","unix_nanos","vzip","vzip","CLUSTER_TYPE","Cluster","Cluster","DATACENTER_TYPE","Datacenter","Datacenter","FILTER_CHAIN_TYPE","FilterChain","FilterChain","LISTENER_TYPE","Listener","Listener","Resource","ResourceType","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","from","from","from_ref","from_str","into","into","into_request","into_request","to_owned","try_decode","try_encode","try_from","try_from","try_into","try_into","type_id","type_id","type_url","vzip","vzip"],"q":[[0,"quilkin"],[135,"quilkin::alloc"],[136,"quilkin::cli"],[218,"quilkin::cli::agent"],[256,"quilkin::cli::generate_config_schema"],[283,"quilkin::cli::manage"],[319,"quilkin::cli::proxy"],[332,"quilkin::cli::qcmp"],[384,"quilkin::cli::relay"],[416,"quilkin::codec"],[419,"quilkin::codec::prost"],[424,"quilkin::codec::qcmp"],[502,"quilkin::codec::qcmp::Protocol"],[508,"quilkin::components"],[526,"quilkin::components::admin"],[550,"quilkin::components::agent"],[591,"quilkin::components::manage"],[653,"quilkin::components::proxy"],[777,"quilkin::components::proxy::packet_router"],[796,"quilkin::components::relay"],[831,"quilkin::config"],[1165,"quilkin::config::DatacenterConfig"],[1168,"quilkin::config::providers"],[1197,"quilkin::config::providers::Providers"],[1200,"quilkin::config::providers::k8s"],[1203,"quilkin::config::providers::k8s::agones"],[1843,"quilkin::config::watch"],[1924,"quilkin::config::watch::agones"],[1925,"quilkin::filters"],[2409,"quilkin::filters::CreationError"],[2413,"quilkin::filters::capture"],[2529,"quilkin::filters::compress"],[2679,"quilkin::filters::concatenate"],[2732,"quilkin::filters::debug"],[2752,"quilkin::filters::drop"],[2771,"quilkin::filters::firewall"],[2906,"quilkin::filters::firewall::PortRangeError"],[2908,"quilkin::filters::load_balancer"],[2959,"quilkin::filters::local_rate_limit"],[2985,"quilkin::filters::match"],[3082,"quilkin::filters::pass"],[3100,"quilkin::filters::prelude"],[3109,"quilkin::filters::timestamp"],[3141,"quilkin::filters::token_router"],[3190,"quilkin::filters::token_router::RouterError"],[3191,"quilkin::net"],[3251,"quilkin::net::cluster"],[3391,"quilkin::net::cluster::proto"],[3607,"quilkin::net::cluster::proto::host"],[3631,"quilkin::net::endpoint"],[3814,"quilkin::net::endpoint::MetadataError"],[3816,"quilkin::net::endpoint::metadata"],[4015,"quilkin::net::phoenix"],[4112,"quilkin::pool"],[4172,"quilkin::time"],[4223,"quilkin::xds"],[4266,"dyn_clone::sealed"],[4267,"quilkin_proto::generated::envoy::service::discovery::v3"],[4268,"alloc::vec"],[4269,"alloc::string"],[4270,"core::net::socket_addr"],[4271,"core::option"],[4272,"quilkin_xds"],[4273,"clap_builder::builder::command"],[4274,"quilkin_xds::config"],[4275,"core::result"],[4276,"serde::de"],[4277,"core::fmt"],[4278,"clap_builder::parser::matches::arg_matches"],[4279,"clap_builder"],[4280,"clap_builder::util::id"],[4281,"core::iter::traits::iterator"],[4282,"tonic::request"],[4283,"schemars::gen"],[4284,"schemars::schema"],[4285,"quilkin_xds::server"],[4286,"core::future::future"],[4287,"core::marker"],[4288,"alloc::borrow"],[4289,"serde::ser"],[4290,"core::any"],[4291,"core::time"],[4292,"tokio::sync::oneshot"],[4293,"alloc::sync"],[4294,"prost::error"],[4295,"prost::message"],[4296,"serde_json::value"],[4297,"prost_types::protobuf"],[4298,"prost_types::protobuf::value"],[4299,"serde_json::map"],[4300,"alloc::boxed"],[4301,"core::pin"],[4302,"socket2::socket"],[4303,"eyre"],[4304,"std::thread"],[4305,"quilkin_xds::locality"],[4306,"core::cmp"],[4307,"quilkin_proto::generated::quilkin::config::v1alpha1"],[4308,"core::hash"],[4309,"core::convert"],[4310,"quilkin::components::proxy::error"],[4311,"quilkin::components::proxy::sessions"],[4312,"std::io::error"],[4313,"tokio::sync::mpsc::bounded"],[4314,"async_channel"],[4315,"std::sync::mpsc"],[4316,"quilkin::config::config_type"],[4317,"quilkin::config::slot"],[4318,"core::clone"],[4319,"core::default"],[4320,"quilkin::filters::error"],[4321,"quilkin::config::error"],[4322,"quilkin::filters::factory"],[4323,"serde_yaml::error"],[4324,"std::io"],[4325,"core::net::ip_addr"],[4326,"dashmap::mapref::one"],[4327,"dashmap::iter"],[4328,"core::ops::function"],[4329,"quilkin::filters::read"],[4330,"core::error"],[4331,"clap_builder::builder::possible_value"],[4332,"quilkin_proto::generated::envoy::config::listener::v3"],[4333,"quilkin::filters::write"],[4334,"core::sync::atomic"],[4335,"tokio::runtime::task::join"],[4336,"kube_client::client"],[4337,"futures_core::stream"],[4338,"alloc::collections::btree::map"],[4339,"kube_core::discovery"],[4340,"k8s_openapi::v1_29::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition"],[4341,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::time"],[4342,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::managed_fields_entry"],[4343,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::object_meta"],[4344,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::owner_reference"],[4345,"std::path"],[4346,"arc_swap::access"],[4347,"tokio::sync::watch"],[4348,"quilkin::filters::chain"],[4349,"quilkin::filters::set"],[4350,"core::iter::traits::collect"],[4351,"quilkin::filters::registry"],[4352,"prometheus::errors"],[4353,"serde_json::error"],[4354,"schemars"],[4355,"quilkin::net::endpoint::address"],[4356,"quilkin::filters::capture::affix"],[4357,"quilkin::filters::capture::regex"],[4358,"quilkin::filters::capture::config"],[4359,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture"],[4360,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1"],[4361,"quilkin::filters::compress::config"],[4362,"quilkin::filters::compress::compressor"],[4363,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress"],[4364,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1"],[4365,"quilkin::filters::concatenate::config"],[4366,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate"],[4367,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1"],[4368,"quilkin_proto::generated::quilkin::filters::debug::v1alpha1"],[4369,"quilkin_proto::generated::quilkin::filters::drop::v1alpha1"],[4370,"quilkin::filters::firewall::config"],[4371,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall"],[4372,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1"],[4373,"quilkin::filters::load_balancer::config"],[4374,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1"],[4375,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer"],[4376,"quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1"],[4377,"quilkin::filters::match::config"],[4378,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1"],[4379,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match"],[4380,"quilkin_proto::generated::quilkin::filters::pass::v1alpha1"],[4381,"quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1"],[4382,"quilkin_proto::generated::quilkin::filters::token_router::v1alpha1"],[4383,"quilkin_xds::net"],[4384,"tokio_stream::wrappers::tcp_listener"],[4385,"io_uring::types"],[4386,"tokio::net::addr"],[4387,"dashmap::mapref::entry"],[4388,"dashmap"],[4389,"alloc::collections::btree::set"],[4390,"std::collections::hash::map"],[4391,"quilkin_proto::generated::quilkin::config::v1alpha1::host"],[4392,"bytes::buf::buf_mut"],[4393,"prost::encoding::wire_type"],[4394,"prost::encoding"],[4395,"bytes::buf::buf_impl"],[4396,"quilkin_proto::generated::envoy::config::core::v3"],[4397,"quilkin_proto::generated::envoy::config::endpoint::v3"],[4398,"quilkin_proto::generated::envoy::config::core::v3::address"],[4399,"bytes::bytes"],[4400,"quilkin::net::endpoint::metadata::symbol"],[4401,"lasso::keys"],[4402,"core::ops::range"],[4403,"quilkin_macros"],[4404,"quilkin::alloc::metrics"],[4405,"quilkin::net::endpoint::base64_set"]],"i":[17,0,0,47,17,47,0,0,0,0,0,17,16,4,17,0,24,0,4,4,16,24,16,24,16,24,4,17,16,24,4,17,0,16,4,17,16,4,17,16,4,17,17,4,0,24,24,24,0,0,24,4,16,17,4,4,17,0,4,16,24,4,17,16,24,4,17,16,24,16,24,16,4,17,0,16,24,4,4,16,0,4,16,24,4,17,16,24,4,17,4,24,0,16,16,0,24,4,0,16,16,24,4,4,4,0,0,16,16,4,17,16,16,24,4,17,16,24,4,17,16,24,4,17,16,24,16,24,4,16,24,4,17,16,0,0,0,45,44,0,0,0,45,44,0,0,45,44,44,0,45,0,45,0,45,44,45,24,0,45,45,44,45,44,45,44,45,44,45,44,44,45,24,24,44,24,44,44,44,44,44,44,44,45,44,45,45,45,44,45,44,0,45,44,45,44,45,24,0,24,0,0,24,0,44,45,44,44,44,45,44,45,44,45,45,45,44,45,0,0,0,49,49,49,49,49,49,49,49,49,49,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,54,54,54,54,54,54,54,54,54,0,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,0,0,0,0,16,16,16,16,16,16,16,16,16,0,56,0,56,57,57,57,57,56,56,56,57,56,57,56,57,56,57,56,57,57,56,57,56,57,56,57,56,57,56,57,57,56,56,57,56,57,57,56,57,56,57,56,57,56,57,56,57,56,57,56,57,0,0,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,0,0,0,0,0,0,0,0,0,73,73,0,0,69,69,0,0,0,73,68,69,70,68,69,73,70,68,69,73,68,69,68,69,68,69,69,70,70,69,69,68,69,73,73,70,68,69,73,68,69,70,68,69,73,70,68,69,73,68,68,69,69,69,69,69,69,0,68,69,73,70,68,69,73,70,68,69,73,70,68,69,73,70,68,69,73,341,342,341,342,342,342,0,0,0,82,82,82,82,82,82,0,0,82,0,82,82,82,82,82,0,78,78,0,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,0,0,0,0,52,81,81,52,81,52,52,52,52,52,52,81,52,52,81,81,52,81,52,52,52,81,81,52,81,52,81,81,52,81,52,81,52,81,52,81,52,0,0,0,0,0,83,88,83,88,83,88,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,88,83,83,83,83,88,83,88,83,83,88,88,83,83,88,83,88,88,83,83,83,83,83,83,83,88,83,88,83,88,83,88,83,83,90,90,90,0,90,90,90,0,0,0,0,0,90,0,0,55,93,91,93,343,344,89,90,55,91,93,343,344,89,90,55,55,55,55,344,93,343,89,55,93,90,91,90,90,90,90,90,90,90,55,91,93,343,344,89,90,90,55,55,91,90,55,91,93,343,344,89,90,55,91,93,343,344,89,90,55,55,344,89,89,91,89,89,0,89,89,89,91,91,89,343,89,55,90,89,91,93,343,344,89,90,55,91,93,343,344,89,90,55,91,93,343,344,89,90,55,91,93,343,344,89,90,55,55,0,98,98,98,98,98,98,98,98,98,98,98,0,98,98,98,98,98,98,0,0,59,102,59,102,59,59,59,59,59,59,102,59,59,59,102,59,102,59,59,102,102,59,102,59,102,59,102,59,102,59,102,59,102,0,0,107,113,0,0,0,0,0,0,104,122,0,122,0,113,113,107,122,0,0,104,110,0,122,0,0,104,105,107,108,109,103,110,111,112,113,4,4,103,104,122,105,345,107,108,109,103,110,111,112,113,104,122,105,345,107,108,109,103,110,111,112,113,104,105,107,108,109,103,110,111,112,113,104,105,107,108,109,103,110,111,112,113,104,105,107,108,109,103,103,110,111,112,113,113,4,111,4,4,105,108,103,110,4,4,4,104,104,105,345,107,108,109,103,110,111,105,104,105,108,109,103,110,111,103,103,103,103,110,110,110,110,111,111,111,111,4,104,122,122,105,107,108,109,103,103,110,111,112,113,104,104,122,122,105,105,105,105,345,107,108,109,103,110,111,111,112,113,4,104,105,107,108,109,103,110,111,112,113,103,108,108,103,109,4,108,104,122,105,345,107,108,109,103,110,111,112,113,104,122,105,345,107,108,109,103,110,111,112,113,108,105,108,103,105,108,104,105,107,108,109,103,110,111,112,111,108,105,108,105,111,112,105,0,109,105,105,104,107,109,110,111,104,105,107,108,109,103,110,111,104,105,345,107,108,109,103,110,111,122,105,105,104,105,107,108,109,103,110,111,112,113,113,122,103,104,122,105,345,107,108,109,103,110,111,111,111,112,113,104,122,105,345,107,108,109,103,110,111,112,113,105,104,122,105,345,107,108,109,103,110,111,112,113,113,108,4,104,122,105,345,107,108,109,103,110,111,112,113,0,105,105,105,346,347,347,145,145,0,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,0,145,145,145,145,145,145,145,145,145,348,348,349,0,0,0,159,159,162,164,169,163,159,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,163,164,169,163,159,0,0,159,172,159,159,172,159,0,0,0,159,159,163,165,165,165,159,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,158,158,174,153,166,153,166,153,166,153,166,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,155,157,157,153,166,153,166,153,166,155,156,161,162,163,165,168,173,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,153,166,153,166,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,153,166,166,161,155,157,161,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,153,166,166,153,166,153,166,161,153,166,153,166,171,171,153,166,153,166,153,166,173,153,166,157,160,153,166,153,166,153,153,166,166,153,166,158,153,166,153,166,153,153,166,166,160,157,155,158,157,174,168,174,174,158,153,153,166,166,170,155,168,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,155,153,155,156,157,158,159,160,161,162,163,164,165,166,168,169,170,171,172,173,174,153,166,153,166,153,166,173,153,166,158,166,153,166,166,168,155,168,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,170,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,153,153,166,166,153,153,166,166,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,0,0,130,0,0,0,114,130,0,0,181,183,114,130,181,183,114,130,114,130,114,130,114,130,130,114,114,181,183,114,181,183,114,181,183,114,130,114,130,0,182,181,183,114,130,181,183,114,130,114,114,181,181,183,183,182,114,114,114,114,114,114,130,181,183,114,130,181,183,114,130,181,183,114,130,181,183,114,130,114,114,0,219,0,199,0,199,135,0,199,219,116,0,0,0,135,0,199,116,0,199,135,0,116,0,0,0,0,0,0,0,0,0,0,199,135,0,199,116,116,135,0,199,0,199,0,199,135,116,116,219,135,116,0,199,135,0,0,199,0,199,0,135,199,0,188,125,189,190,219,219,193,134,144,210,216,209,213,214,211,212,208,207,215,188,135,116,198,125,200,189,201,190,194,199,193,134,144,210,216,209,213,214,211,212,208,207,215,188,135,116,198,125,200,189,201,190,194,199,0,188,125,189,190,188,125,189,190,188,125,189,190,0,0,125,193,191,134,144,191,0,188,189,194,189,188,144,134,135,0,193,191,191,134,219,188,135,116,198,135,135,135,135,116,116,116,116,198,198,198,198,219,125,0,193,188,135,135,116,116,198,198,200,201,190,193,134,202,144,210,216,209,213,214,211,212,208,207,215,188,135,135,116,116,116,116,116,116,116,116,198,125,200,189,189,201,190,194,199,199,199,199,199,199,199,199,199,199,199,199,199,199,219,189,188,125,189,190,200,189,200,135,188,189,193,134,144,210,216,209,213,214,211,212,208,207,215,188,135,116,198,125,200,189,201,190,194,199,189,193,134,144,210,216,209,213,214,211,212,208,207,215,188,135,116,198,125,200,189,201,190,194,199,188,188,188,189,188,125,188,0,0,0,134,144,0,198,191,193,134,144,188,198,125,0,0,210,216,209,213,214,211,212,208,207,215,188,201,190,194,199,136,200,191,191,188,188,134,144,0,188,125,189,190,135,116,198,0,188,188,193,134,144,210,216,209,213,214,211,212,208,207,215,188,135,116,198,125,200,189,201,190,190,194,199,219,210,216,209,213,214,211,212,208,207,215,201,190,194,193,134,144,210,216,209,213,214,211,212,208,207,215,188,135,116,198,125,200,189,201,190,194,199,199,199,199,199,199,199,199,199,199,199,199,199,199,193,134,144,210,216,209,213,214,211,212,208,207,215,188,135,116,198,125,200,189,201,190,194,199,193,134,144,210,216,209,213,214,211,212,208,207,215,188,135,116,198,125,200,189,201,190,194,199,189,216,209,213,214,208,207,188,201,190,199,136,350,350,351,351,0,0,0,0,0,234,0,234,0,0,234,231,232,234,235,233,231,232,234,235,233,229,231,232,233,231,232,234,235,233,231,232,234,235,233,231,231,231,231,232,232,232,232,231,232,234,235,233,231,232,234,234,234,234,235,233,231,232,234,235,233,234,231,232,234,235,233,231,232,234,235,233,235,233,231,232,231,232,234,235,233,231,232,234,235,233,231,232,234,235,233,231,232,235,231,232,234,234,235,235,233,231,232,234,235,233,231,232,234,235,233,231,232,234,235,233,0,0,239,0,0,0,239,0,239,242,238,0,241,242,238,241,238,239,240,241,242,244,238,239,240,241,242,244,238,239,240,241,238,239,240,241,238,239,240,241,238,238,239,239,240,240,241,241,242,238,239,240,238,239,240,242,244,238,239,240,241,238,238,238,238,239,239,239,239,240,240,240,240,244,244,238,239,240,241,242,242,244,238,238,239,239,240,240,241,238,239,240,241,244,242,244,238,239,240,241,242,244,238,239,240,241,238,239,240,240,240,240,238,239,240,238,239,240,238,239,240,238,239,240,241,244,242,244,238,239,240,241,242,244,238,239,240,241,242,244,238,239,240,241,242,244,238,239,240,241,248,0,0,248,248,0,248,249,248,249,249,248,248,249,248,249,248,248,248,248,249,249,249,249,248,249,248,248,249,249,248,249,248,249,248,249,209,249,249,248,249,248,249,248,249,248,249,248,249,248,249,248,249,0,0,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,0,0,0,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,0,257,0,257,0,260,0,0,0,256,257,258,259,258,256,257,258,260,259,256,257,258,260,259,256,257,258,259,256,257,258,259,256,257,258,259,258,259,256,257,258,259,256,257,258,259,256,256,256,256,257,257,257,257,258,258,258,258,259,259,259,259,256,257,258,260,260,259,256,257,257,258,260,259,256,257,258,259,256,257,258,260,259,256,257,258,260,259,256,257,258,259,259,256,256,258,256,257,258,259,256,257,258,259,256,257,258,259,258,256,257,258,259,260,256,256,257,258,260,259,256,257,258,260,259,256,257,258,260,259,256,257,258,260,259,352,352,0,263,0,0,263,263,263,264,263,264,263,263,264,263,264,263,264,264,264,264,263,263,263,263,264,263,264,264,263,263,264,263,264,263,264,263,264,264,263,264,263,264,263,264,263,264,263,264,263,264,263,0,0,0,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,0,0,0,0,0,270,271,272,269,270,271,272,269,271,269,270,271,272,269,270,271,272,269,270,270,270,270,271,271,271,271,272,272,272,272,269,269,269,269,271,272,270,271,272,269,270,271,272,269,270,271,272,269,270,271,272,269,269,270,271,272,269,271,270,270,270,271,272,269,270,271,272,269,270,271,272,269,270,270,271,271,272,272,269,270,271,272,269,270,271,272,269,272,270,271,272,269,0,0,276,276,276,276,276,276,276,276,276,276,276,276,276,276,276,276,0,0,0,0,0,0,0,0,0,0,0,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,190,228,228,228,228,228,228,228,228,228,0,0,281,281,0,0,281,280,281,280,280,280,281,281,280,281,281,281,281,280,280,280,280,281,281,280,281,280,281,281,280,281,280,280,280,280,280,280,194,281,281,280,280,281,280,281,280,281,280,353,0,0,0,0,0,0,0,283,284,285,283,284,285,283,284,285,0,0,285,283,284,285,284,283,284,285,283,284,285,283,283,285,284,285,284,285,284,284,285,0,283,284,0,0,285,285,0,283,284,285,283,284,285,283,284,285,283,284,285,0,0,0,0,0,0,0,222,290,294,292,222,222,222,222,295,290,294,292,222,295,290,294,292,292,222,290,294,292,222,290,294,292,222,290,290,294,294,292,292,222,222,295,222,292,222,294,294,294,294,294,222,222,294,294,292,222,222,222,295,290,294,292,294,222,290,294,292,294,222,222,222,222,222,222,222,222,222,295,290,294,292,222,295,290,294,292,222,292,222,222,222,222,292,222,222,290,292,222,222,222,294,0,222,222,222,222,292,222,222,222,290,294,292,294,292,222,295,290,294,292,222,295,290,294,292,222,295,290,294,292,292,222,222,292,222,295,290,294,292,292,0,0,0,0,0,0,0,0,0,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,301,139,139,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,302,301,302,85,303,304,305,306,139,307,307,303,301,302,85,303,304,305,306,139,307,301,302,85,85,303,304,305,305,305,306,139,307,301,302,85,303,304,305,306,139,307,0,305,306,305,306,304,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,139,139,302,305,139,305,306,85,303,85,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,307,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,301,302,85,303,304,305,306,139,307,85,0,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,308,0,0,0,0,0,316,316,314,223,0,0,0,316,314,0,223,223,314,177,315,316,177,223,314,177,315,316,223,314,177,315,316,223,314,177,315,316,223,314,177,315,316,223,314,177,315,316,223,314,177,223,314,177,177,315,223,314,177,315,223,314,177,177,315,223,223,223,223,314,314,314,314,177,177,177,177,315,315,315,315,223,223,314,314,177,315,316,316,223,223,223,223,223,223,223,223,314,177,177,315,316,177,223,314,177,315,316,223,314,177,223,314,177,223,223,314,177,315,316,177,223,314,177,315,316,177,315,324,0,177,177,223,314,177,315,223,223,177,315,177,315,223,314,177,315,223,314,177,315,316,223,223,314,316,315,223,223,223,223,223,314,177,177,315,315,316,223,314,177,315,316,223,314,177,315,316,324,223,314,177,315,316,177,354,354,230,230,0,0,0,230,326,0,230,0,326,230,0,0,328,326,327,230,329,230,326,230,326,230,328,326,327,230,329,328,326,327,230,329,328,326,327,230,329,328,326,327,230,329,328,328,326,327,327,230,329,328,326,327,230,328,326,327,230,329,328,326,327,230,329,328,326,327,230,329,328,328,328,328,326,326,326,326,327,327,327,327,230,230,230,230,329,329,329,329,328,328,326,327,327,230,230,329,328,328,328,328,326,326,326,327,230,230,230,230,230,230,230,230,230,329,329,328,328,326,327,230,329,328,328,328,326,327,230,329,328,326,327,230,329,327,328,326,327,230,329,327,329,328,327,329,328,326,327,230,326,326,328,326,327,230,329,328,326,327,230,329,328,326,327,230,329,328,326,327,230,329,328,327,230,328,326,327,230,230,329,329,328,326,327,230,329,328,326,327,230,329,329,328,326,327,230,329,329,0,0,0,0,0,0,72,331,334,331,331,331,333,331,333,72,331,335,334,333,72,331,335,334,333,331,72,331,334,72,331,334,72,72,331,334,334,72,331,331,335,334,333,72,72,331,335,334,72,331,334,331,72,333,333,72,331,335,334,333,72,331,335,334,332,333,331,331,72,0,333,333,72,331,334,72,72,333,72,331,335,334,333,72,331,335,334,333,72,331,335,334,333,72,331,335,334,0,0,0,97,96,96,96,224,224,96,224,97,96,224,97,224,97,97,97,96,224,97,224,224,224,96,224,224,96,224,97,97,96,224,97,96,224,97,224,97,224,97,96,224,224,224,97,224,96,224,97,96,224,97,96,224,97,96,224,97,0,0,71,76,71,76,71,76,71,76,71,76,71,71,76,76,76,76,76,76,76,76,76,76,71,71,76,71,76,71,76,71,76,71,76,76,71,76,71,71,76,71,76,71,76,71,76,71,71,71,76,0,340,339,0,340,339,0,340,339,0,340,339,0,0,339,340,339,340,339,339,339,339,339,340,339,339,339,340,339,340,339,339,340,340,340,339,340,339,340,339,340,340,339],"f":"````````````{{{b{c}}d}f{}}00```{{{b{h}}{b{j}}}l}{{{b{h}}{b{j}}{A`{n}}{b{{Ad{Ab}}}}{Ah{Af}}}{{Aj{f}}}}{AlAl}000{{{b{c}}}{{b{e}}}{}{}}000{{{b{Anc}}}{{b{Ane}}}{}{}}000`{{{b{B`}}}B`}{{{b{h}}}h}{{{b{Bb}}}Bb}{{{b{c}}{b{Ane}}}f{}{}}00{{{b{c}}}f{}}000``{{}Al}`0````{{}B`}{{}Bb}{{{b{h}}{b{Bd}}}{{Aj{Bf}}}}{c{{Bh{h}}}Bj}{{{b{Bb}}{b{Bb}}}l}``{{{b{B`}}{b{AnBl}}}Bn}{{{b{C`}}{b{AnBl}}}Bn}{{{b{h}}{b{AnBl}}}Bn}{{{b{Bb}}{b{AnBl}}}Bn}{cc{}}000{{{b{Cb}}}{{Bh{B`Cd}}}}{{{b{Cb}}}{{Bh{C`Cd}}}}{{{b{AnCb}}}{{Bh{B`Cd}}}}{{{b{AnCb}}}{{Bh{C`Cd}}}}{{{b{c}}}c{}}00`{{}{{Ah{Cf}}}}0`{{{b{h}}}Ab}``{{{b{h}}{b{j}}}{{`{{Cl{}{{Ch{{Cj{{b{j}}{A`{Ab}}}}}}}}}}}}{ce{}{}}000{c{{Cn{e}}}{}{}}000{{{b{AnD`}}}Db}`{Bb{{Cj{DdDf}}}}````{{{b{h}}{Dh{h}}}{{`{{Dl{}{{Dj{f}}}}Dn}}}}````{{}{{E`{j}}}}{{}Ab}{{{b{h}}c}BhEb}```{{{b{c}}}e{}{}}00`{c{{Bh{e}}}{}{}}0000000{{{b{c}}}Ed{}}000{{{b{AnB`}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnC`}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnB`}}{b{AnCb}}}{{Bh{fCd}}}}{{{b{AnC`}}{b{AnCb}}}{{Bh{fCd}}}}`>>>>``{{EfDf}f}```````````````````{{{b{c}}d}f{}}0``{AlAl}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{Eh}}}Eh}{{{b{Ej}}}Ej}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}00``{{}Eh}{{C`{Ah{{El{f}}}}}{{En{f}}}}{{{b{Eh}}{b{Eh}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{Eh}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{Eh}}{b{AnBl}}}Bn}{{{b{Ej}}{b{AnBl}}}Bn}{cc{}}0{{{b{Cb}}}{{Bh{EjCd}}}}{{{b{AnCb}}}{{Bh{EjCd}}}}{{{b{c}}}c{}}0{{{b{j}}}{{Bh{Ehc}}}{}}`{{{b{j}}}l}{ce{}{}}0{c{{Cn{e}}}{}{}}0```````{{{b{c}}}e{}{}}0{{{b{c}}}Ab{}}5{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0{{{b{AnEj}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnEj}}{b{AnCb}}}{{Bh{fCd}}}}77```{{{b{c}}d}f{}}`{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{Fb}}}Fb}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Fb}{{}Fd}{{{b{Fb}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{FbCd}}}}{{{b{AnCb}}}{{Bh{FbCd}}}}{{{b{c}}}c{}}{{}{{Ah{Cf}}}}`{ce{}{}}{c{{Cn{e}}}{}{}}`````{{Fb{Ff{h}}FhDf}{{En{f}}}}`{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnFb}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnFb}}{b{AnCb}}}{{Bh{fCd}}}}7``{{{b{c}}d}f{}}{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{Fj}}}Fj}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}`{{{b{Fj}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{FjCd}}}}{{{b{AnCb}}}{{Bh{FjCd}}}}{{{b{c}}}c{}}{{{b{Fj}}}{{En{f}}}}{{}{{Ah{Cf}}}}{ce{}{}}{c{{Cn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnFj}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnFj}}{b{AnCb}}}{{Bh{fCd}}}}6```{{{b{c}}d}f{}}`{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{Fl}}}Fl}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Fd}{{{b{Fl}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{FlCd}}}}{{{b{AnCb}}}{{Bh{FlCd}}}}{{{b{c}}}c{}}{{}{{Ah{Cf}}}}{ce{}{}}{c{{Cn{e}}}{}{}}`````{{Fl{Ff{h}}FhDf}{{En{f}}}}`{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnFl}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnFl}}{b{AnCb}}}{{Bh{fCd}}}}7````>`````{{B`{Ff{h}}Fn{Ah{{El{f}}}}Df}{{En{f}}}}``````{{{b{c}}d}f{}}0`{AlAl}000{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{G`}}}G`}{{{b{Gb}}}Gb}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}0`{{{b{G`}}{b{AnBl}}}Bn}{{{b{Gb}}{b{AnBl}}}Bn}{cc{}}0{{{b{Cb}}}{{Bh{G`Cd}}}}{{{b{Cb}}}{{Bh{GbCd}}}}{{{b{AnCb}}}{{Bh{G`Cd}}}}{{{b{AnCb}}}{{Bh{GbCd}}}}{{{b{c}}}c{}}0{{}{{Ah{Cf}}}}{{{b{j}}}l}{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{Gb}}}{{En{f}}}}{{{b{c}}}e{}{}}0{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0{{{b{AnG`}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnGb}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnG`}}{b{AnCb}}}{{Bh{fCd}}}}{{{b{AnGb}}{b{AnCb}}}{{Bh{fCd}}}}99```{{{b{c}}d}f{}}{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{Gd}}}Gd}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Gd}{{{b{Gd}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{GdCd}}}}{{{b{AnCb}}}{{Bh{GdCd}}}}{{{b{c}}}c{}}{{}{{Ah{Cf}}}}`{ce{}{}}{c{{Cn{e}}}{}{}}``{{Gd{Ff{h}}GfDf}{{En{f}}}}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnGd}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnGd}}{b{AnCb}}}{{Bh{fCd}}}}7````{{{b{c}}}{{Bh{{A`{Gh}}Gj}}}Gl}{GnH`}{Hb{{Ah{{Hd{AbGn}}}}}}{HbGn}{HfH`}```````````{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}000{{{b{Anc}}}{{b{Ane}}}{}{}}000{{{b{Hh}}}Hh}{{{b{Hj}}}Hj}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}00{{}Hl}{{{b{Hl}}}{{b{c}}}{}}{{{b{Hj}}Hn}{{Ah{I`}}}}{{{b{Hj}}{b{AnHl}}}{{b{{Ad{Gh}}}}}}{{{b{Hh}}{b{AnBl}}}Bn}{{{b{Hj}}{b{AnBl}}}Bn}{{{b{Ib}}{b{AnBl}}}Bn}0{cc{}}000{{{b{c}}}c{}}0{ce{}{}}000{c{{Cn{e}}}{}{}}000{{{b{Hh}}Af}{{If{{Id{Dl}}}}}}{{}{{En{Hh}}}}{{{b{Hj}}}Gh}{{{b{{Ad{Gh}}}}}{{Bh{{Ah{Hj}}Ib}}}}{{}Hj}{{GhHnHn}Hj}{GhHj}{{{b{Hj}}Hn}{{Ah{Ih}}}}{{IjDf}{{En{f}}}}{{{b{c}}}e{}{}}0{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}0000000{{{b{c}}}Ed{}}000>>>>`````````{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}`{cc{}}{ce{}{}}{c{{Cn{e}}}{}{}}`````6651``````{{{b{c}}d}f{}}54{{{b{Il}}}Il}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{{b{Il}}{b{AnBl}}}Bn}7{{{b{c}}}c{}}{{{b{Il}}}Ef}87{{{b{Il}}{Ff{h}}{Ah{Af}}}{{J`{{In{f}}}}}}{{{b{c}}}e{}{}}??>:````8`==<<{{{b{Fh}}}Fh}76{{}Fh}{{{b{Fh}}{b{AnBl}}}Bn}>>6`==<<`{{{b{Fh}}}l}``````{{Jb{Jd{Fh}}}{{En{f}}}}5{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0{ce{}{}}0`````{{{b{c}}d}f{}}`{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{Jf}}}Jf}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{{b{Jf}}{b{Jf}}}Jh}{{{b{Jf}}}Ab}{{{b{c}}{b{e}}}Jh{}{}}{{}Jf}{c{{Bh{Jf}}}Bj}{{{b{Jf}}{b{Jf}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{Jf}}{b{AnBl}}}{{Bh{fF`}}}}0{JjJf}{cc{}}0{{{b{c}}}c{}}{{{b{j}}}{{Bh{Jf}}}}{{{b{Jf}}{b{Anc}}}fJl}{ce{}{}}0{c{{Cn{e}}}{}{}}0{{}l}{{{b{AnD`}}}Db}``{{ceg}Jf{{Jn{j}}}{{Jn{j}}}{{Jn{j}}}}{{{b{Jf}}{b{Jf}}}{{Ah{Jh}}}}`{{{b{Jf}}}{{b{j}}}}`{{K`{Jd{Fh}}}{{En{f}}}}{{}{{E`{j}}}}{{}Ab}{{{b{Jf}}c}BhEb}{{{b{Jf}}}{{Ah{{b{j}}}}}}{{{b{c}}}e{}{}}{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0??{cJf{{Jn{j}}}}5```````````````{{{b{c}}d}f{}}`{{{b{c}}}{{b{e}}}{}{}}000000{{{b{Anc}}}{{b{Ane}}}{}{}}000000{{{b{Fn}}}Fn}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}```{{}Kb}{{}Fn}`{{{b{Kd}}}{{b{j}}}}{{{b{AnKf}}}f}{{{b{Kd}}{b{Kd}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{Kd}}{b{AnBl}}}Bn}0{{{b{Fn}}{b{AnBl}}}Bn}{cc{}}00000{KhKd}1{{{b{c}}}c{}}`{{{b{Kd}}{b{Anc}}}fJl}`{ce{}{}}000000{c{{Cn{e}}}{}{}}000000{{{b{Fn}}}{{Ah{l}}}}```{{{Ff{h}}{Kn{Kj}}{Ff{L`}}Df}{{Ff{Kf}}}}`````{{Kb{Jd{Fn}}{Ah{{El{f}}}}}{{En{f}}}}`{{{b{Kf}}}{{b{{`{``}}}}}}```{{{b{c}}}e{}{}}{{{b{c}}}Ab{}}`{c{{Bh{e}}}{}{}}0000000000000{{{b{c}}}Ed{}}0000009999999``{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}```?;:``{{LdDf}{{In{{Lf{f}}}}}}{{{Ff{h}}IjLh{b{{Ff{Kf}}}}{Lj{Kj}}{Ff{L`}}Df}{{En{{A`{{Lf{f}}}}}}}}554`=```{{{b{c}}d}f{}}4433{{{b{Gf}}}Gf}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Gf}{{{b{Gf}}{b{AnBl}}}Bn}{cc{}}0{{{b{c}}}c{}}`{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{Gf}}}l}```{{Ll{Jd{Gf}}}{{En{f}}}}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}066````````````````````````````>>>>>>>>>>{{{b{h}}{b{j}}{A`{n}}{b{{Ad{Ab}}}}{Ah{Af}}}{{En{f}}}}{{{b{h}}}f}{{{b{Ln}}}{{b{j}}}}{{{b{c}}}{{b{e}}}{}{}}00000000000{{{b{Anc}}}{{b{Ane}}}{}{}}00000000000{{{b{M`}}}M`}{{{b{{Mb{c}}}}}{{Mb{c}}}Md}{{{b{Mf}}}Mf}{{{b{Mh}}}Mh}{{{b{Mj}}}Mj}{{{b{Ln}}}Ln}{{{b{Ml}}}Ml}{{{b{Mn}}}Mn}{{{b{N`}}}N`}{{{b{Nb}}}Nb}{{{b{c}}{b{Ane}}}f{}{}}000000000{{{b{c}}}f{}}00000000000```{{{b{h}}}{{b{{Nd{Mh}}}}}}{{}{{Mb{c}}}Nf}{{}Mh}{{}Ln}{{}Ml}{{}h}0{{{b{h}}{b{Bd}}}{{En{Bf}}}}{c{{Bh{M`}}}Bj}{{M`{b{j}}}{{Bh{{Cj{Gne}}Nh}}}{GlNf}{NjNl{Nn{c}}}}{c{{Bh{{Mb{e}}}}}BjNl}{c{{Bh{e}}}Bj{{O`{{A`{Gh}}}}}}{c{{Bh{Mf}}}Bj}{c{{Bh{Mh}}}Bj}{c{{Bh{Mj}}}Bj}{c{{Bh{Ln}}}Bj}{c{{Bh{Ml}}}Bj}{c{{Bh{Mn}}}Bj}{{}{{Mb{c}}}{}}{{{b{M`}}{b{M`}}}l}{{{b{{Mb{c}}}}{b{{Mb{c}}}}}lOb}{{{b{Mh}}{b{Mh}}}l}{{{b{Mj}}{b{Mj}}}l}{{{b{Ln}}{b{Ln}}}l}{{{b{Ml}}{b{Ml}}}l}{{{b{Mn}}{b{Mn}}}l}{{{b{c}}{b{e}}}l{}{}}00000000000`{{{b{M`}}{b{AnBl}}}Bn}{{{b{Od}}{b{AnBl}}}Bn}0{{{b{{Mb{c}}}}{b{AnBl}}}BnOf}{{{b{Mf}}{b{AnBl}}}Bn}{{{b{Mh}}{b{AnBl}}}Bn}{{{b{Mj}}{b{AnBl}}}Bn}{{{b{Ln}}{b{AnBl}}}Bn}0{{{b{Ml}}{b{AnBl}}}Bn}{{{b{Mn}}{b{AnBl}}}Bn}{{{b{N`}}{b{AnBl}}}Bn}{{{b{Nb}}{b{AnBl}}}Bn}{cc{}}{GnM`}1{NhOd}2{Ohc{}}{c{{Mb{c}}}{}}{{{Ah{c}}}{{Mb{c}}}{}}555555{{{Cj{AbOj}}}Mn}666{c{{Bh{hOl}}}On}{{{b{c}}}c{}}000000000{{{b{j}}}{{Bh{Lnc}}}{}}{{{b{Mh}}{b{A@`}}}{{Ah{{A@b{A@`Mj}}}}}}{{{b{Mh}}A@d}l}{{{b{Ln}}{b{Anc}}}fJl}``{{{b{Mh}}A@`Mj}{{Ah{Mj}}}}{ce{}{}}00000000000{c{{Cn{e}}}{}{}}00000000000{{{b{Mh}}}l}{{}l}00{{{b{{Mb{c}}}}}l{}}{{{b{Mh}}}{{A@f{A@`Mj}}}}{{{b{AnD`}}}Db}0000000``{{{b{Mh}}}Lh}{{{b{{Mb{c}}}}}{{Ff{c}}}Nf}{{{b{Mh}}}A@d}{{{b{{Mb{c}}}}e}f{MdNf}{{A@h{{b{Anc}}}}}}``{e{{Mb{c}}}{}{{A@j{{Ah{c}}}}}}``{{{b{{Mb{c}}}}{b{AnA@l}}}{{Bh{fA@n}}}{AA`Nf}}{{{b{{Mb{c}}}}}fNf}{{}{{E`{j}}}}0000{{}Ab}0000000{{{b{M`}}c}BhEb}{{{b{{Mb{c}}}}e}BhNjEb}{{ce}Bh{{Jn{{Ad{Gh}}}}}Eb}{{{b{Mf}}c}BhEb}{{{b{Mh}}c}BhEb}{{{b{Mj}}c}BhEb}{{{b{Ln}}c}BhEb}{{{b{Ml}}c}BhEb}{{{b{Mn}}c}BhEb}{{{b{Od}}}{{Ah{{b{AAb}}}}}}{{{b{{Mb{c}}}}{Ff{c}}}fNf}0{{{b{c}}}e{}{}}000000000{{{b{Nb}}}{{Ah{AAd}}}}{{{b{c}}}Ab{}}0{c{{Bh{e}}}{}{}}00000000{AAf{{Bh{Mnc}}}{}}{AAh{{Bh{Mnc}}}{}}222222222222222{{{b{{Mb{c}}}}{Mb{c}}}f{NfOb}}{{{b{c}}}Ed{}}00000000000{{}{{b{{Ad{Nb}}}}}}{{{b{Mh}}}AAj}`{ce{}{}}00000000000`{{{b{{Mb{c}}}}e}f{}{{AAl{{b{c}}}}DnAAn}}{{}{{Mb{c}}}Nf}{{{b{{Mb{c}}}}{b{AnAB`}}}{{Bh{fA@n}}}{AA`Nf}}``````{{{b{c}}d}f{}}{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{ABb}}}ABb}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{{b{ABb}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{ABbCd}}}}{{{b{AnCb}}}{{Bh{ABbCd}}}}{{{b{c}}}c{}}{{{b{j}}}l}{ce{}{}}{c{{Cn{e}}}{}{}}`{{ABb{Ff{h}}{Ff{ABd}}{Ah{Jf}}{Ah{N`}}l}{{ABf{{En{f}}}}}}{{{Ff{ABd}}e}{{En{f}}}{{Dl{}{{Dj{{En{f}}}}}}}{{A@h{}{{Dj{c}}}}}}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnABb}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnABb}}{b{AnCb}}}{{Bh{fCd}}}}8````{{ABhc{Ff{h}}{Ah{Jf}}{Ah{N`}}}{{`{{ABl{}{{Ch{{En{fABj}}}}}}}}}{{Jn{j}}}}{{ABhc{Ff{h}}}{{`{{ABl{}{{Ch{{En{fABj}}}}}}}}}{{Jn{j}}}}`````````````````````````````````````````````````{{{b{c}}d}f{}}000000000000000000000```{{{b{c}}}{{b{{ABn{AbAb}}}}}{}}0{{{b{Anc}}}{{b{An{ABn{AbAb}}}}}{}}0{{}AC`}0{{{b{f}}}{{E`{j}}}}0{{{b{c}}}{{b{e}}}{}{}}000000000000000000000{{{b{Anc}}}{{b{Ane}}}{}{}}000000000000000000000{{{b{ACb}}}ACb}{{{b{ACd}}}ACd}{{{b{ACf}}}ACf}{{{b{ACh}}}ACh}{{{b{ACj}}}ACj}{{{b{ACl}}}ACl}{{{b{ACn}}}ACn}{{{b{AD`}}}AD`}{{{b{ADb}}}ADb}{{{b{ADd}}}ADd}{{{b{ADf}}}ADf}{{{b{ADh}}}ADh}{{{b{ADj}}}ADj}{{{b{ADl}}}ADl}{{{b{ADn}}}ADn}{{{b{AE`}}}AE`}{{{b{AEb}}}AEb}{{{b{AEd}}}AEd}{{{b{AEf}}}AEf}{{{b{AEh}}}AEh}{{{b{AEj}}}AEj}{{{b{AEl}}}AEl}{{{b{c}}{b{Ane}}}f{}{}}000000000000000000000{{{b{c}}}f{}}000000000000000000000```{{}AEn}0{{}{{b{j}}}}0{{{b{c}}}{{Ah{AF`}}}{}}0{{}ACf}{{}ACh}{{}ADb}{{}ADd}{{}ADf}{{}ADj}{{}AE`}{{}AEj}{c{{Bh{ACb}}}Bj}{c{{Bh{ACd}}}Bj}{c{{Bh{ACf}}}Bj}{c{{Bh{ACh}}}Bj}{c{{Bh{ACj}}}Bj}{c{{Bh{ACl}}}Bj}{c{{Bh{ACn}}}Bj}{c{{Bh{AD`}}}Bj}{c{{Bh{ADb}}}Bj}{c{{Bh{ADd}}}Bj}{c{{Bh{ADf}}}Bj}{c{{Bh{ADh}}}Bj}{c{{Bh{ADj}}}Bj}{c{{Bh{ADl}}}Bj}{c{{Bh{ADn}}}Bj}{c{{Bh{AE`}}}Bj}{c{{Bh{AEb}}}Bj}{c{{Bh{AEd}}}Bj}{c{{Bh{AEf}}}Bj}{c{{Bh{AEh}}}Bj}{c{{Bh{AEj}}}Bj}{c{{Bh{AEl}}}Bj}{{{b{ACb}}{Ah{{b{N`}}}}}{{Ah{AFb}}}}{{{b{c}}}{{b{{Ad{Ab}}}}}{}}0{{{b{Anc}}}{{b{An{A`{Ab}}}}}{}}0{{{b{ACb}}{b{AnBl}}}Bn}{{{b{ACd}}{b{AnBl}}}Bn}{{{b{ACf}}{b{AnBl}}}Bn}{{{b{ACh}}{b{AnBl}}}Bn}{{{b{ACj}}{b{AnBl}}}Bn}{{{b{ACl}}{b{AnBl}}}Bn}{{{b{ACn}}{b{AnBl}}}Bn}{{{b{AD`}}{b{AnBl}}}Bn}{{{b{ADb}}{b{AnBl}}}Bn}{{{b{ADd}}{b{AnBl}}}Bn}{{{b{ADf}}{b{AnBl}}}Bn}{{{b{ADh}}{b{AnBl}}}Bn}{{{b{ADj}}{b{AnBl}}}Bn}{{{b{ADl}}{b{AnBl}}}Bn}{{{b{ADn}}{b{AnBl}}}Bn}{{{b{AE`}}{b{AnBl}}}Bn}{{{b{AEb}}{b{AnBl}}}Bn}{{{b{AEd}}{b{AnBl}}}Bn}{{{b{AEf}}{b{AnBl}}}Bn}{{{b{AEh}}{b{AnBl}}}Bn}{{{b{AEj}}{b{AnBl}}}Bn}{{{b{AEl}}{b{AnBl}}}Bn}{cc{}}000000000000000000000{{{b{c}}}c{}}000000000000000000000{b{{E`{j}}}}{{{b{f}}}{{E`{j}}}}01````{ce{}{}}000000000000000000000{c{{Cn{e}}}{}{}}000000000000000000000{{{b{ACb}}}l}{{{b{AnD`}}}Db}0000000000000000000004545{{{b{c}}}{{b{{ABn{AbAb}}}}}{}}0{{{b{Anc}}}{{b{An{ABn{AbAb}}}}}{}}0`{{{b{c}}}{{b{{Ad{AFd}}}}}{}}0{{{b{Anc}}}{{b{An{A`{AFd}}}}}{}}0``{{{b{ACb}}}{{b{AFf}}}}{{{b{ADl}}}{{b{AFf}}}}{{{b{AnACb}}}{{b{AnAFf}}}}{{{b{AnADl}}}{{b{AnAFf}}}}```{{{b{c}}}{{Ah{{E`{j}}}}}{}}0``{{{b{c}}}Ab{}}0001{{{b{c}}}{{Ah{Ab}}}{}}02{{{b{j}}ACf}ACb}{{{b{j}}AE`}ADl}`{{{b{c}}}{{b{{Ad{AFh}}}}}{}}0{{{b{Anc}}}{{b{An{A`{AFh}}}}}{}}0{b{{E`{j}}}}{{{b{f}}}{{E`{j}}}}01``````````6868```{{}{{E`{j}}}}000000000000000000000{{}Ab}000000000000000000000`{{{b{ACb}}c}BhEb}{{{b{ACf}}c}BhEb}{{{b{ACh}}c}BhEb}{{{b{ACj}}c}BhEb}{{{b{ACl}}c}BhEb}{{{b{ACn}}c}BhEb}{{{b{AD`}}c}BhEb}{{{b{ADb}}c}BhEb}{{{b{ADd}}c}BhEb}{{{b{ADf}}c}BhEb}{{{b{ADh}}c}BhEb}{{{b{ADj}}c}BhEb}{{{b{ADl}}c}BhEb}{{{b{AE`}}c}BhEb}{{{b{AEb}}c}BhEb}{{{b{AEd}}c}BhEb}{{{b{AEf}}c}BhEb}{{{b{AEh}}c}BhEb}{{{b{AEj}}c}BhEb}{{{b{AEl}}c}BhEb}{{}{{b{{Ad{{b{j}}}}}}}}0{{{b{ACb}}}{{b{ACf}}}}{{{b{ADl}}}{{b{AE`}}}}```{{{b{AnACb}}}{{b{AnACf}}}}{{{b{AnADl}}}{{b{AnAE`}}}}`{{{b{ADl}}}{{Ah{{b{AEl}}}}}}``{{{b{AnADl}}}{{b{An{Ah{AEl}}}}}}```{{{b{c}}}e{}{}}000000000000000000000{c{{Bh{e}}}{}{}}0000000000000000000000000000000000000000000`{{{b{c}}}Ed{}}000000000000000000000{{{b{c}}}{{Ah{Ab}}}{}}{{{b{c}}}{{Ah{{E`{j}}}}}{}}10{b{{E`{j}}}}{{{b{f}}}{{E`{j}}}}01{ce{}{}}000000000000000000000``````{{{b{c}}d}f{}}0``{{{b{c}}}{{b{e}}}{}{}}000{{{b{Anc}}}{{b{Ane}}}{}{}}000{{{b{{Nd{c}}}}}{{Nd{c}}}Md}{{{b{A@d}}}A@d}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}00{{{b{{Nd{c}}}}}{{Ff{c}}}{}}{{}{{Nd{c}}}{NfMd}}{{{b{{AFj{c}}}}}{{b{e}}}{AFlOf}{}}{{{b{{AFn{c}}}}}{{b{e}}}{AFlOf}{}}{c{{Bh{{Nd{e}}}}}Bj{NlMd}}{{{b{An{AFj{c}}}}}f{AFlOf}}{{{b{An{AFn{c}}}}}f{AFlOf}}{{{b{{Nd{c}}}}{b{AnBl}}}BnOf}{cc{}}000{{{b{c}}}c{}}0{{{Ff{h}}{Ff{ABd}}c{Ah{Jf}}}{{En{f}}}{{A@j{AG`}}}}{{{b{AFl}}A@d}l}{ce{}{}}000{c{{Cn{e}}}{}{}}000{{}l}{{{b{AnD`}}}Db}{{{b{c}}}{{AGb{e}}}{}{}}{{{b{c}}}{}{}}10{{{b{AFl}}}A@d}{{{b{{Nd{c}}}}g}e{AFlOf}{}{{AGd{{b{{AFn{c}}}}}{{Dj{e}}}}}}{c{{Nd{c}}}{}}{{{b{{Nd{c}}}}}{{AFj{c}}}{AFlOf}}{{}Ab}{{{b{{Nd{c}}}}e}BhNjEb}{{{b{c}}}e{}{}}0{c{{Bh{e}}}{}{}}0000000{{{b{c}}}Ed{}}000>>>>{{{b{{Nd{c}}}}}{{AGf{{Ff{c}}}}}{}}{{{b{{Nd{c}}}}}{{AFn{c}}}{AFlOf}}{{Ab{Ah{Ab}}{Ff{ABd}}{Ah{Jf}}{Ff{h}}{Ah{N`}}}{{En{f}}}}```````````````````````````````````````````````````````````````{{{b{c}}d}f{}}000{e{{Bh{MnNh}}}{}{{A@j{{Ah{c}}}}}}{{eAb}{{Bh{MnNh}}}{}{{A@j{{Ah{c}}}}}}{{{b{c}}}{{b{e}}}{}{}}00000000000000000000000{{{b{Anc}}}{{b{Ane}}}{}{}}00000000000000000000000`{{{b{AGh}}}AGh}{{{b{Oj}}}Oj}{{{b{AGj}}}AGj}{{{b{AGl}}}AGl}{{{b{c}}{b{Ane}}}f{}{}}000{{{b{c}}}f{}}000``{{{b{Oj}}}{{b{Gn}}}}`{{{b{AGn}}}AH`}``{{{b{AGn}}AHb}{{Bh{OjNh}}}}`{{}AGh}{{}AGj}{{}AHd}{cAGj{{AHh{}{{Ch{AHf}}}}}}{c{{Bh{AGh}}}Bj}``{{{b{A@n}}}{{b{j}}}}`{{{Ah{AHj}}}AHb}{{{b{AGn}}AHj}{{Bh{GnNh}}}}{{{b{AGn}}Gn}{{Bh{AHjNh}}}}`{{{Ah{c}}}{{Bh{cNh}}}{}}{{{b{AGh}}{b{AGh}}}l}{{{b{A@n}}{b{A@n}}}l}{{{b{Nh}}{b{Nh}}}l}{{{b{AHl}}{b{AHl}}}l}{{{b{c}}{b{e}}}l{}{}}00000000000{{}AHf}{{{b{Oj}}}{{b{AHn}}}}`{{{Ah{Gn}}}AHb}{{{b{AGh}}{b{AnBl}}}Bn}{{{b{A@n}}{b{AnBl}}}Bn}0{{{b{Nh}}{b{AnBl}}}Bn}0{{{b{AHl}}{b{AnBl}}}Bn}0{{{b{AI`}}{b{AnBl}}}Bn}{{{b{AIb}}{b{AnBl}}}Bn}{{{b{AGl}}{b{AnBl}}}Bn}{cc{}}0{AGjAId}1111111111111{KhA@n}2{AHlNh}{OlNh}{AIfNh}{GjNh}{AIhNh}{AIjNh}{AIlNh}999{cAGj{{Cl{}{{Ch{AHf}}}}}}::::{AInAHn}{AJ`AHn}{AJbAHn}{AJdAHn}{AIbAHn}{AJfAHn}{AJhAHn}{AJjAHn}{cc{}}{AHdAHn}{AGlAHn}{AJlAHn}{AJnAHn}{AK`AHn}{{{Ah{c}}}{{AKf{}{{AKb{c}}{AKd{e}}}}}{AKhNjNl{Nn{e}}}{GlNf{Nn{c}}DnAAnAKj}}{cAGj{{AHh{}{{Ch{AHf}}}}}}{{{b{c}}}c{}}000{{{b{j}}AHb}{{Bh{OjNh}}}}{{{b{AGj}}{b{j}}}{{Ah{{b{{Ff{AHf}}}}}}}}{{{b{j}}}{{Ah{{Ff{AHf}}}}}}{{{b{A@n}}{b{Anc}}}fJl}{{{b{AGh}}Lh}{{b{c}}}{}}{{{b{AnAGj}}AHf}{{Ah{{Ff{AHf}}}}}}{ce{}{}}00000000000000000000000{AGjc{}}{c{{Cn{e}}}{}{}}00000000000000000000000{{{b{AGh}}}l}{{}l}{{{b{AGh}}}{{`{{Cl{}{{Ch{Mn}}}}}}}}`{{{b{AnD`}}}Db}{{{b{Oj}}}{{Ah{{b{j}}}}}}{{{b{AGh}}}Lh}``````{{{b{j}}}AHl}{{{b{AGn}}}{{b{j}}}}{{{Ah{M`}}}AHb}{{{Ff{AKl}}AKnAL`{b{An{A`{AKn}}}}}A@l}{{AKnAKnAL`}AB`}{{{A`{{Cj{AbOj}}}}}{{Bh{AGhNh}}}}{{c{Ah{Ab}}}AHlALb}{{GnAHn}Oj}``{{{b{AJd}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AK`}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AJb}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AJj}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AJl}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AJf}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AJh}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AJ`}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AIn}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AJn}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AGh}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AIb}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AGl}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AHd}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AHn}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{AA`}}{b{AnA@l}}}{{Bh{fA@n}}}}{cf{{AHh{}{{Ch{AHf}}}}}}{{{b{AGn}}{Ah{M`}}}{{Bh{M`Nh}}}}0{{}Ab}{{{b{AGh}}c}BhEb}```{{{b{c}}}e{}{}}000{{{b{c}}}Ab{}}00`{c{{Bh{AGhNh}}}{{AHh{}{{Ch{Mn}}}}}}{e{{Bh{AGhNh}}}{{ALf{Mn}{{ALd{Nh}}}}}{{AHh{}{{Ch{c}}}}}}{c{{Bh{e}}}{}{}}000000000000000000000{ALh{{Bh{AGlc}}}{}}11{{{Ah{c}}}{{Bh{{AKf{}{{AKb{c}}{AKd{e}}}}Nh}}}{AKhNjNl{Nn{e}}}{GlNf{Nn{c}}DnAAnAKj}}{{{Ah{c}}}{{Bh{AJdNh}}}{}}{{{Ah{c}}}{{Bh{AK`Nh}}}{}}{{{Ah{c}}}{{Bh{AJbNh}}}{}}{{{Ah{c}}}{{Bh{AJjNh}}}{}}{{{Ah{c}}}{{Bh{AJlNh}}}{}}{{{Ah{c}}}{{Bh{AJfNh}}}{}}{{{Ah{c}}}{{Bh{AJhNh}}}{}}{{{Ah{c}}}{{Bh{AJ`Nh}}}{}}{{{Ah{c}}}{{Bh{AInNh}}}{}}{{{Ah{c}}}{{Bh{AJnNh}}}{}}{{{Ah{c}}}{{Bh{AIbNh}}}{}}{{{Ah{c}}}{{Bh{AGlNh}}}{}}{{{Ah{c}}}{{Bh{AHdNh}}}{}}???????????????????????{AHn{{Bh{AJhc}}}{}}{AHn{{Bh{AJfc}}}{}}{AHn{{Bh{AJbc}}}{}}{AHn{{Bh{AK`c}}}{}}{AHn{{Bh{AJdc}}}{}}{AHn{{Bh{AJlc}}}{}}{AHn{{Bh{AIbc}}}{}}{AHn{{Bh{AJ`c}}}{}}{AHn{{Bh{AInc}}}{}}{AHn{{Bh{AGlc}}}{}}{AHn{{Bh{AJjc}}}{}}{AHn{{Bh{AHdc}}}{}}{AHn{{Bh{AJnc}}}{}}{c{{Bh{e}}}{}{}}{{{b{c}}}Ed{}}00000000000000000000000{ce{}{}}00000000000000000000000{cAGj{{AHh{}{{Ch{AHf}}}}}}{{{b{AK`}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AJb}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AJj}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AJl}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AJ`}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AIn}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AGh}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AIb}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AGl}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AHn}}{b{AnAB`}}}{{Bh{fA@n}}}}{{{b{AA`}}{b{AnAB`}}}{{Bh{fA@n}}}}```````````````{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{ALj}}{b{AnAL`}}}{{Ah{ALl}}}}{{{b{ALn}}{b{AnAL`}}}{{Ah{ALl}}}}{{{b{AM`}}{b{AnAL`}}}{{Ah{ALl}}}}{{{b{AMb}}{b{AnAL`}}}{{Ah{ALl}}}}{c{{Bh{ALn}}}Bj}{c{{Bh{AM`}}}Bj}{c{{Bh{AMd}}}Bj}{c{{Bh{AMf}}}Bj}{c{{Bh{AMb}}}Bj}{{{b{ALn}}{b{ALn}}}l}{{{b{AM`}}{b{AM`}}}l}{{{b{AMd}}{b{AMd}}}l}{{{b{AMf}}{b{AMf}}}l}{{{b{AMb}}{b{AMb}}}l}{{{b{c}}{b{e}}}l{}{}}0000000{{{b{ALn}}{b{AnBl}}}Bn}{{{b{AM`}}{b{AnBl}}}Bn}{{{b{AMd}}{b{AnBl}}}Bn}{{{b{AMf}}{b{AnBl}}}Bn}{{{b{AMb}}{b{AnBl}}}Bn}{cc{}}0{AM`AMd}{AMbAMd}2{ALnAMd}33{ce{}{}}0000{AMd{{Id{ALj}}}}{c{{Cn{e}}}{}{}}0000{{{b{AnD`}}}Db}0000````{{}{{E`{j}}}}0000{{}Ab}0000{{{b{ALn}}c}BhEb}{{{b{AM`}}c}BhEb}{{{b{AMd}}c}BhEb}{{{b{AMf}}c}BhEb}{{{b{AMb}}c}BhEb}```{c{{Bh{e}}}{}{}}00{AMh{{Bh{AMdc}}}{}}{AMj{{Bh{AMfc}}}{}}2222222{{{b{c}}}Ed{}}0000>>>>>````````````````{{{b{c}}d}f{}}000{{{b{c}}}{{b{e}}}{}{}}00000{{{b{Anc}}}{{b{Ane}}}{}{}}00000{{{b{AMl}}}AMl}{{{b{AMn}}}AMn}{{{b{AN`}}}AN`}{{{b{ANb}}}ANb}{{{b{c}}{b{Ane}}}f{}{}}000{{{b{c}}}f{}}0000000{{{b{ANd}}{Ff{L`}}{b{AnAL`}}}{{ANf{f}}}}{{}AMl}{{}AMn}{{}AN`}{c{{Bh{AMl}}}Bj}{c{{Bh{AMn}}}Bj}{c{{Bh{AN`}}}Bj}6{{{b{ANh}}{b{ANh}}}l}{{{b{AMl}}{b{AMl}}}l}{{{b{AMn}}{b{AMn}}}l}{{{b{AN`}}{b{AN`}}}l}{{{b{ANb}}{b{ANb}}}l}{{{b{c}}{b{e}}}l{}{}}00000000000{{{b{ANh}}{b{AnBl}}}Bn}0{{{b{AMl}}{b{AnBl}}}Bn}{{{b{AMn}}{b{AnBl}}}Bn}{{{b{AN`}}{b{AnBl}}}Bn}{{{b{ANb}}{b{AnBl}}}Bn}{cc{}}{AMlANd}11{ANjAMl}{ANlAMn}33{ANnAN`}4{{{b{c}}}c{}}000{{{b{ANh}}{b{Anc}}}fJl}{ce{}{}}00000{c{{Cn{e}}}{}{}}00000{{{b{AnD`}}}Db}00```{{}{{E`{j}}}}00{{}Ab}00{{{b{AMl}}c}BhEb}{{{b{AMn}}c}BhEb}{{{b{AN`}}c}BhEb}{{{b{c}}}e{}{}}000{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}00000000000{{{b{c}}}Ed{}}00000;;;;;;``````{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0`{{}AO`}{c{{Bh{AO`}}}Bj}{c{{Bh{AOb}}}Bj}{{{b{AO`}}{b{AO`}}}l}{{{b{AOb}}{b{AOb}}}l}{{{b{c}}{b{e}}}l{}{}}0000000{{{b{AO`}}{b{AnBl}}}Bn}{{{b{AOb}}{b{AnBl}}}Bn}{cc{}}{AOdAO`}1{AOfAOb}{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{AnD`}}}Db}0{AObAJb}``{{}{{E`{j}}}}0{{}Ab}0{{{b{AO`}}c}BhEb}{{{b{AOb}}c}BhEb}{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}099``{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{}AOh}{c{{Bh{AOh}}}Bj}{{{b{AOh}}{b{AnBl}}}Bn}{cc{}}`?>=;:{{{b{AOh}}c}BhEb}{AOj{{Bh{AOhc}}}{}}998{ce{}{}}```87{c{{Bh{AOl}}}Bj}{{{b{AOl}}{b{AnBl}}}Bn}52{c{{Cn{e}}}{}{}}{{{b{AnD`}}}Db}{{}{{E`{j}}}}{{}Ab}{{{b{AOl}}c}BhEb}{c{{Bh{e}}}{}{}}{AOn{{Bh{AOlc}}}{}}1{{{b{c}}}Ed{}}:`````````{{{b{c}}d}f{}}000`{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{B@`}}}B@`}{{{b{B@b}}}B@b}{{{b{B@d}}}B@d}{{{b{B@f}}}B@f}{{{b{c}}{b{Ane}}}f{}{}}000{{{b{c}}}f{}}000{{{b{B@d}}Af}l}{{{b{B@f}}{b{Fd}}}l}{c{{Bh{B@`}}}Bj}{c{{Bh{B@b}}}Bj}{c{{Bh{B@d}}}Bj}{c{{Bh{B@f}}}Bj}{{{b{B@`}}{b{B@`}}}l}{{{b{B@b}}{b{B@b}}}l}{{{b{B@d}}{b{B@d}}}l}{{{b{B@f}}{b{B@f}}}l}{{{b{c}}{b{e}}}l{}{}}000000000000000{{{b{B@`}}{b{AnBl}}}Bn}{{{b{B@b}}{b{AnBl}}}Bn}{{{b{B@d}}{b{AnBl}}}Bn}{{{b{B@h}}{b{AnBl}}}Bn}0{{{b{B@f}}{b{AnBl}}}Bn}{cc{}}{B@jB@b}1111{{{b{c}}}c{}}000{ce{}{}}0000{c{{Cn{e}}}{}{}}0000{{{b{AnD`}}}Db}000{{FdFd}{{Bh{B@fB@h}}}}```{{}{{E`{j}}}}000{{}Ab}000{{{b{B@`}}c}BhEb}{{{b{B@b}}c}BhEb}{{{b{B@d}}c}BhEb}{{{b{B@f}}c}BhEb}`{{{b{c}}}e{}{}}000{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}{B@l{{Bh{B@`c}}}{}}111111111{{{b{c}}}Ed{}}0000>>>>>````````{{{b{B@n}}}{{Id{`}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{}B@n}{c{{Bh{BA`}}}Bj}{c{{Bh{B@n}}}Bj}{{{b{BA`}}{b{BA`}}}l}{{{b{B@n}}{b{B@n}}}l}{{{b{c}}{b{e}}}l{}{}}0000000{{{b{BA`}}{b{AnBl}}}Bn}{{{b{B@n}}{b{AnBl}}}Bn}{cc{}}{BAbBA`}{BAdB@n}2{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{AnD`}}}Db}0`{{}{{E`{j}}}}0{{}Ab}0{{{b{BA`}}c}BhEb}{{{b{B@n}}c}BhEb}{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}088```{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{c{{Bh{BAf}}}Bj}{{{b{BAf}}{b{BAf}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{BAf}}{b{AnBl}}}Bn}{cc{}}?>=``<;{{{b{BAf}}c}BhEb}{BAh{{Bh{BAfc}}}{}}::9{ce{}{}}`````99998888`{{}BAj}{c{{Bh{BAl}}}Bj}{c{{Bh{BAn}}}Bj}{c{{Bh{BB`}}}Bj}{c{{Bh{BAj}}}Bj}{{{b{BAl}}{b{BAl}}}l}{{{b{BAn}}{b{BAn}}}l}{{{b{BB`}}{b{BB`}}}l}{{{b{BAj}}{b{BAj}}}l}>>>>>>>>>>>>>>>>``{{{b{BAl}}{b{AnBl}}}Bn}{{{b{BAn}}{b{AnBl}}}Bn}{{{b{BB`}}{b{AnBl}}}Bn}{{{b{BAj}}{b{AnBl}}}Bn}{cc{}}000>>>>{c{{Cn{e}}}{}{}}000{{}l}{{{b{AnD`}}}Db}000```{{}{{E`{j}}}}000{{}Ab}000{{{b{BAl}}c}BhEb}{{{b{BAn}}c}BhEb}{{{b{BB`}}c}BhEb}{{{b{BAj}}c}BhEb}{c{{Bh{e}}}{}{}}{BBb{{Bh{BAlc}}}{}}{BBd{{Bh{BAnc}}}{}}2{BBf{{Bh{BB`c}}}{}}333333{{{b{c}}}Ed{}}000`{ce{}{}}000``{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{c{{Bh{BBh}}}Bj}{{{b{BBh}}{b{AnBl}}}Bn}{cc{}}5{c{{Cn{e}}}{}{}}{{{b{AnD`}}}Db}{{}{{E`{j}}}}{{}Ab}{{{b{BBh}}c}BhEb}{BBj{{Bh{BBhc}}}{}}{c{{Bh{e}}}{}{}}0=<```````````{{{b{c}}d}f{}}<;{{{b{ALh}}}ALh}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{c{{Bh{ALh}}}Bj}{{{b{ALh}}{b{ALh}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{ALh}}{b{AnBl}}}Bn}?{{{b{c}}}c{}}{ce{}{}}{c{{Cn{e}}}{}{}}{{{b{AnD`}}}Db}`{cALh{{Jn{j}}}}`{{}{{E`{j}}}}{{}Ab}{{{b{ALh}}c}BhEb}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}{BBn{{Bh{ALhc}}}{}}1{{{b{c}}}Ed{}}:``````{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{}BC`}{c{{Bh{BC`}}}Bj}{{{b{BCb}}}{{b{j}}}}{{{b{BCb}}{b{BCb}}}l}{{{b{BC`}}{b{BC`}}}l}{{{b{c}}{b{e}}}l{}{}}0000000{{{b{BCb}}{b{AnBl}}}Bn}0{{{b{BC`}}{b{AnBl}}}Bn}{cc{}}0{{{b{BCb}}{b{Anc}}}fJl}{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{AnD`}}}Db}`{{}{{E`{j}}}}{{}Ab}{{{b{BC`}}c}BhEb}{{{b{AHd}}{b{AnA@l}}}{{Bh{fA@n}}}}{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}0{BCd{{Bh{BC`c}}}{}}11{{{b{c}}}Ed{}}0::````````{{{Ah{Fd}}}{{Bh{BCfKh}}}}{Fd{{ANf{BCh}}}}{Fd{{ANf{BCj}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{Anc}}}{{b{Ane}}}{}{}}00``{{{b{BCj}}{b{AnBl}}}Bn}{cc{}}00{IjBCh}{ce{}{}}00{c{{Cn{e}}}{}{}}00{BCf{{Bh{BClKh}}}}{{{b{BCf}}}Af}{{{b{BCj}}}{{ANf{Af}}}}{{{b{BCh}}}{{ANf{Af}}}}101{BChBCn}=<`{{{b{BCf}}}Fd}{{{b{BCh}}}BD`}{Fd{{ANf{Ij}}}}{Af{{ANf{Ij}}}}{{{b{BCj}}{b{An{Ad{Gh}}}}}{{ANf{{Cj{LhAf}}}}}}{{{b{BCj}}{b{{Ad{Gh}}}}c}{{ANf{Lh}}}BDb}{{{b{Ij}}}Fd}{c{{Bh{e}}}{}{}}00000{{{b{c}}}Ed{}}00???```````{{{b{c}}d}f{}}000{{{b{{AKl{c}}}}BDd{b{An{A`{AKn}}}}}f{NfBDfMd}}{{{b{{AKl{c}}}}{Ah{Jf}}BDh}f{NfBDfMd}}{{Lhc}{{AKl{c}}}{NfBDfMd}}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{AnBDh}}}BDj}{{{b{AKl}}}AKl}{{{b{BDd}}}BDd}{{{b{BDl}}}BDl}{{{b{BDh}}}BDh}{{{b{c}}{b{Ane}}}f{}{}}000{{{b{c}}}f{}}00000{{{b{BDh}}{b{AFb}}}l}{{}{{AKl{c}}}{NfBDfMd}}{c{{Bh{AKl}}}Bj}{c{{Bh{BDn}}}Bj}{{{b{{AKl{c}}}}}{{A`{AFb}}}{NfBDfMd}}`{{{b{{AKl{c}}}}{Ah{Jf}}}{{BE`{{Ah{Jf}}BDh}}}{NfBDfMd}}{{{b{BDl}}{b{BDl}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{{AKl{c}}}}e}{{A`{AFb}}}{NfBDfMd}{{AAl{{b{AFb}}}{{Dj{l}}}}}}{{{b{{AKl{c}}}}{b{AnBl}}}Bn{NfBDfMd}}{{{b{BDl}}{b{AnBl}}}Bn}0{{{b{BDh}}{b{AnBl}}}Bn}{{{BEb{{Ah{Jf}}BDhc}}}{{AKl{c}}}{NfBDfMd}}{BDn{{AKl{c}}}{NfBDfMd}}{cc{}}0000{AAjBDl}{{{b{c}}}c{}}000{{{b{j}}}{{Bh{BDlc}}}{}}{{{b{{AKl{c}}}}{b{{Ah{Jf}}}}}{{Ah{{A@b{{Ah{Jf}}BDh}}}}}{NfBDfMd}}{{{b{{AKl{c}}}}}{{Ah{{A@b{{Ah{Jf}}BDh}}}}}{NfBDfMd}}{{{b{{AKl{c}}}}}{{Ah{{BEd{{Ah{Jf}}BDh}}}}}{NfBDfMd}}{{{b{{AKl{c}}}}{b{{Ah{Jf}}}}}{{Ah{{BEd{{Ah{Jf}}BDh}}}}}{NfBDfMd}}{{{b{{AKl{c}}}}A@d}l{}}{{{b{{AKl{c}}}}}l{NfBDfMd}}{{{b{{AKl{c}}}}{Ah{Jf}}{BEf{AFb}}}f{NfBDfMd}}{{{b{{AKl{c}}}}{BEf{AFb}}}f{NfBDfMd}}{ce{}{}}0000{c{{Cn{e}}}{}{}}00004{{{b{BDh}}}l}{{}l}{{{b{{AKl{c}}}}}{{A@f{{Ah{Jf}}BDhc}}}{NfBDfMd}}{{{b{AnD`}}}Db}{{{b{{AKl{c}}}}}Lh{NfBDfMd}}{{{b{BDh}}}Lh}{{{b{{AKl{c}}}}}A@d{}}{{}AKl}{{{b{{Ad{Gh}}}}}BDd}{{{BEf{AFb}}}BDh}{{{BEf{AFb}}}AKl}{{{b{{AKl{c}}}}Lh}{{Ah{AFb}}}{NfBDfMd}}7{{{b{BDl}}}AAj}`{{{b{{AKl{c}}}}{b{AFb}}}l{NfBDfMd}}{{{b{{AKl{c}}}}e}l{NfBDfMd}{{AAl{{b{AFb}}}{{Dj{l}}}}}}{{{b{{AKl{c}}}}{b{{Ah{Jf}}}}}{{Ah{BDh}}}{NfBDfMd}}{{{b{{AKl{c}}}}{Ah{Jf}}AFb}{{Ah{AFb}}}{NfBDfMd}}{{{b{AnBDh}}BDh}{{Cj{Lh{BEh{AAj{Ah{{A`{AKn}}}}}}}}}}{{}Ab}{{{b{AKl}}c}BhEb}{{{b{c}}}e{}{}}000{{{b{c}}}Ab{}}`{c{{Bh{e}}}{}{}}000000000{{{b{c}}}Ed{}}0000{{{b{AnBDh}}}BDj}{{{b{{AKl{c}}}}Jf}f{NfBDfMd}}{{{b{{AKl{c}}}}}AAj{}}{{{b{BDh}}}BDl}{ce{}{}}0000{{{BEf{AFb}}BDl}BDh}`````````{{{b{c}}d}f{}}00000000{{{b{c}}}{{b{e}}}{}{}}00000000{{{b{Anc}}}{{b{Ane}}}{}{}}00000000{{{b{AnBEj}}}f}{{{b{AnBEl}}}f}{{{b{AnJj}}}f}{{{b{AnBEn}}}f}{{{b{AnBF`}}}f}{{{b{AnBFb}}}f}{{{b{AnBFd}}}f}{{{b{AnAAf}}}f}{{{b{AnBFf}}}f}{{{b{BEj}}}BEj}{{{b{BEl}}}BEl}{{{b{Jj}}}Jj}{{{b{BEn}}}BEn}{{{b{BF`}}}BF`}{{{b{BFb}}}BFb}{{{b{BFd}}}BFd}{{{b{AAf}}}AAf}{{{b{BFf}}}BFf}{{{b{c}}{b{Ane}}}f{}{}}00000000{{{b{c}}}f{}}00000000`{{{b{AAf}}}{{b{j}}}}`{{}BEj}{{}BEl}{{}Jj}{{}BEn}{{}BF`}{{}BFb}{{}BFd}{{}AAf}{{}BFf}{{{b{BEj}}}Lh}{{{b{BEl}}}Lh}{{{b{Jj}}}Lh}{{{b{BEn}}}Lh}{{{b{BF`}}}Lh}{{{b{BFb}}}Lh}{{{b{BFd}}}Lh}{{{b{AAf}}}Lh}{{{b{BFf}}}Lh}`{{{b{BEj}}{b{BEj}}}l}{{{b{BEl}}{b{BEl}}}l}{{{b{Jj}}{b{Jj}}}l}{{{b{BEn}}{b{BEn}}}l}{{{b{BF`}}{b{BF`}}}l}{{{b{BFb}}{b{BFb}}}l}{{{b{BFd}}{b{BFd}}}l}{{{b{AAf}}{b{AAf}}}l}{{{b{BFf}}{b{BFf}}}l}``{{{b{BEj}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BEl}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{Jj}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BEn}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BF`}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BFb}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BFd}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{AAf}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BFf}}{b{AnBl}}}{{Bh{fF`}}}}{cc{}}0{JfJj}111{AFbBFb}2{{{b{AFb}}}BFb}333{{{b{c}}}c{}}00000000``````{ce{}{}}00000000{c{{Cn{e}}}{}{}}00000000{{{b{AAf}}}{{b{j}}}}`````````{{{b{c}}}e{}{}}00000000{c{{Bh{e}}}{}{}}0000000{{{b{AGh}}}{{Bh{BFfc}}}{}}1111111111{{{b{c}}}Ed{}}00000000666666666`````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{BFh}}}BFh}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{{b{BFh}}{b{Anc}}}fBFj}{{{b{BFh}}}Lh}{{{b{BFh}}{b{BFh}}}l}{{{b{BFh}}{b{AnBl}}}{{Bh{fF`}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cn{e}}}{}{}}{{{b{An{Ah{BFh}}}}BFlBFn{b{Anc}}BG`}{{Bh{fAIj}}}BGb}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}5````````````````{{{b{c}}d}f{}}0000`{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{AKn}}}AKn}{{{b{BGd}}}BGd}{{{b{AFb}}}AFb}{{{b{BGf}}}BGf}{{{b{BGh}}}BGh}{{{b{c}}{b{Ane}}}f{}{}}0000{{{b{c}}}f{}}0000{{{b{AKn}}{b{AKn}}}Jh}{{{b{BGd}}{b{BGd}}}Jh}{{{b{AFb}}{b{AFb}}}Jh}{{{b{c}}{b{e}}}Jh{}{}}00{{}AFb}{{}BGf}{c{{Bh{AKn}}}Bj}{c{{Bh{BGd}}}Bj}{c{{Bh{AFb}}}Bj}{c{{Bh{BGf}}}Bj}{{{b{AKn}}{b{AKn}}}l}{{{b{BGd}}{b{BGd}}}l}{{{b{AFb}}{b{AFb}}}l}{{{b{AFb}}{b{AKn}}}l}{{{b{BGf}}{b{BGf}}}l}{{{b{c}}{b{e}}}l{}{}}000000000000000{{{b{AKn}}{b{AnBl}}}Bn}0{{{b{BGd}}{b{AnBl}}}Bn}0{{{b{AFb}}{b{AnBl}}}Bn}{{{b{BGf}}{b{AnBl}}}Bn}{{{b{BGh}}{b{AnBl}}}Bn}0{AfAKn}{{{Cj{BGjFd}}}AKn}{cc{}}{{{Cj{BGdFd}}}AKn}{{{Cj{BGlFd}}}AKn}{{{Cj{AbFd}}}AKn}{{{Cj{{BGn{Gh}}Fd}}}AKn}{{{Cj{A@`Fd}}}AKn}5{cAFb{{A@j{AKn}}}}666{BFb{{In{AFb}}}}{{{b{c}}}c{}}0000{{{b{j}}}{{Bh{AKnc}}}{}}{{{b{j}}}{{Bh{BGdc}}}{}}{{{b{j}}}{{Bh{AFbc}}}{}}{{{b{AKn}}{b{Anc}}}fJl}{{{b{BGd}}{b{Anc}}}fJl}{{{b{AFb}}{b{Anc}}}fJl}`{ce{}{}}0000{AFbBFb}{c{{Cn{e}}}{}{}}0000{{{b{AnD`}}}Db}0```{AKnAFb}{{{b{AKn}}{b{AKn}}}{{Ah{Jh}}}}{{{b{BGd}}{b{BGd}}}{{Ah{Jh}}}}{{{b{AFb}}{b{AFb}}}{{Ah{Jh}}}}{{{b{BGf}}{b{BGf}}}{{Ah{Jh}}}}{{{b{AKn}}}Fd}`{{}{{E`{j}}}}0{{}Ab}0{{{b{AKn}}c}BhEb}{{{b{BGd}}c}BhEb}{{{b{AFb}}c}BhEb}{{{b{BGf}}c}BhEb}{{{b{c}}}e{}{}}0000{{{b{AKn}}}{{ANf{Af}}}}{{{b{c}}}Ab{}}00`{BH`{{Bh{AKnc}}}{}}{BHb{{Bh{AKnc}}}{}}{BHd{{Bh{AKnc}}}{}}{c{{Bh{e}}}{}{}}{BHf{{Bh{AKnc}}}{}}11{BFb{{Bh{AFbc}}}{}}2{Hf{{Bh{BGfc}}}{}}333333{{{b{c}}}Ed{}}0000`{ce{}{}}0000{{AKnc}AFb{{A@j{BHh}}}}````````````````{{{b{c}}d}f{}}0000{{{b{ALl}}}{{Ah{{b{BHj}}}}}}{{{b{BHl}}}{{Ah{{b{ALl}}}}}}{{{b{AnALl}}}{{Ah{{b{AnAb}}}}}}{{{b{BHl}}}{{Ah{{b{BHn}}}}}}{{{b{ALl}}}{{Ah{{b{j}}}}}}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{BI`}}}BI`}{{{b{BHl}}}BHl}{{{b{BHn}}}BHn}{{{b{ALl}}}ALl}{{{b{{BIb{c}}}}}{{BIb{c}}}{MdNf}}{{{b{c}}{b{Ane}}}f{}{}}0000{{{b{c}}}f{}}000000{{{b{BI`}}{b{BI`}}}Jh}{{{b{BHl}}{b{BHl}}}Jh}{{{b{BHn}}{b{BHn}}}Jh}{{{b{ALl}}{b{ALl}}}Jh}{{{b{c}}{b{e}}}Jh{}{}}000{{}{{BIb{c}}}{NfNf}}{c{{Bh{BI`}}}Bj}{c{{Bh{BHl}}}Bj}{c{{Bh{BHn}}}Bj}{c{{Bh{ALl}}}Bj}{c{{Bh{{BIb{e}}}}}Bj{NlNfNf}}{{{b{BI`}}{b{BI`}}}l}{{{b{BHl}}{b{BHl}}}l}{{{b{BHn}}{b{BHn}}}l}{{{b{ALl}}{b{ALl}}}l}{{{b{{BIb{c}}}}{b{{BIb{c}}}}}l{ObNf}}{{{b{c}}{b{e}}}l{}{}}0000000000000000000{{{b{BI`}}{b{AnBl}}}Bn}0{{{b{BHl}}{b{AnBl}}}Bn}{{{b{BHn}}{b{AnBl}}}Bn}0{{{b{ALl}}{b{AnBl}}}Bn}0{{{b{{BIb{c}}}}{b{AnBl}}}Bn{OfNf}}{cc{}}{AbBI`}{BIdBI`}{{{b{j}}}BI`}3{ALlBHl}{BHnBHl}5{lALl}{{{BGn{Gh}}}ALl}{BHjALl}{{{A`{ALl}}}ALl}{{{b{{BGn{Gh}}}}}ALl}{AAjALl};{{{b{j}}}ALl}{AbALl}={BGf{{BIb{BGf}}}}<{{{b{c}}}c{}}0000<{{{b{BI`}}{b{Anc}}}fJl}{ce{}{}}0000{c{{Cn{e}}}{}{}}0000{{}l}{{{b{AnD`}}}Db}0000{BHnBI`}`{cBI`{{Jn{j}}}}{cBHn{{Jn{j}}}}{e{{BIb{c}}}Nf{{A@j{c}}}}{{{b{BI`}}{b{BI`}}}{{Ah{Jh}}}}{{{b{BHl}}{b{BHl}}}{{Ah{Jh}}}}{{{b{BHn}}{b{BHn}}}{{Ah{Jh}}}}{{{b{ALl}}{b{ALl}}}{{Ah{Jh}}}}{{{b{BHl}}{b{BBl}}}{{Ah{{b{ALl}}}}}}{{{b{BHl}}{b{BBl}}}{{Ah{BHj}}}}{{}{{E`{j}}}}0000{{}Ab}0000{{{b{BI`}}c}BhEb}{{{b{BHl}}c}BhEb}{{{b{BHn}}c}BhEb}{{{b{ALl}}c}BhEb}{{{b{{BIb{c}}}}e}Bh{NjNf}Eb}{{{b{c}}}e{}{}}0000{{{b{c}}}Ab{}}00{c{{Bh{e}}}{}{}}000{H`{{Bh{ALlc}}}{}}1{Hf{{Bh{{BIb{e}}g}}}{DnAAnAAb}{{Nn{Hf}{{ALd{c}}}}Nf}{}}22222{{{b{c}}}Ed{}}0000`{ce{}{}}0000{{e{Hd{AbGn}}}{{BIb{c}}}Nf{{A@j{c}}}}``````{{{b{c}}d}f{}}00{{{b{{BIf{c}}}}AfLn}fBIh}0{{{b{{BIf{c}}}}{b{h}}}fBIh}{{{BIj{c}}Ef}{{BIj{c}}}BIh}{{{b{{BIf{c}}}}}fBIh}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{BIj{c}}}{{BIf{c}}}BIh}{c{{BIj{c}}}BIh}{{{b{I`}}}I`}{{{b{{BIf{c}}}}}{{BIf{c}}}Md}{{{b{BIl}}}BIl}{{{b{c}}{b{Ane}}}f{}{}}00{{{b{c}}}f{}}0000{{}I`}{{{b{{BIf{c}}}}}{{b{e}}}{}{}}{{{b{{BIf{c}}}}{b{AnBl}}}BnOf}{{{b{{BIn{c}}}}{b{AnBl}}}BnOf}{{{b{BIl}}{b{AnBl}}}Bn}{cc{}}{{{Cj{BJ`BJ`}}}I`}1111{{{b{c}}}c{}}00{{{b{{BIf{c}}}}{b{Af}}}{{Ah{BIl}}}BIh}`{{{BIj{c}}{BJb{Ef}}}{{BIj{c}}}BIh}{ce{}{}}0000{c{{Cn{e}}}{}{}}0000{{{b{BIh}}Af}{{If{{Id{Dl}}}}}}{c{{BIj{c}}}BIh}{c{{BIf{c}}}BIh}{{{b{{BIf{c}}}}}{{A`{{Cj{LnBJd}}}}}BIh}`{{BCf{Ff{h}}Df{BIf{c}}}{{En{f}}}{MdBIhAAnDn}}{{{BIj{c}}Ef}{{BIj{c}}}BIh}{{{BIj{c}}BJd}{{BIj{c}}}BIh}{{{b{c}}}e{}{}}00{I`Ef}{I`BJ`}{c{{Bh{e}}}{}{}}000000000{{{b{c}}}Ed{}}0000=====```{{{b{c}}d}f{}}{{{Ff{L`}}}AL`}{{{Ff{L`}}Lh}AL`}{{{Ff{L`}}{b{{Ad{Gh}}}}}AL`}{{{b{AnAL`}}{BJb{Lh}}}{{b{An{Ad{Gh}}}}}}{{{b{AL`}}}{{b{{Ad{Gh}}}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{Anc}}}{{b{Ane}}}{}{}}00{{{b{AL`}}}Lh}{{{b{Lb}}}Lb}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}L`}{{{b{AL`}}}{{b{c}}}{}}{{{b{Lb}}}{{b{c}}}{}}{{{b{AnAL`}}}{{b{Anc}}}{}}{{{b{AnAL`}}}f}{{{b{AnAL`}}{b{{Ad{Gh}}}}}f}{{{b{L`}}{b{AnBl}}}Bn}{{{b{AL`}}{b{AnBl}}}Bn}{AL`Lb}{cc{}}00{{{b{c}}}c{}}{ce{}{}}00{c{{Cn{e}}}{}{}}00{{{b{AL`}}}l}{{{b{Lb}}}l}{{{b{AL`}}}Lh}{{{b{Lb}}}Lh}{{LhLh}L`}<{{{b{AnAL`}}Lh}{{b{{Ad{Gh}}}}}}0{{{b{c}}}e{}{}}{{{b{AnAL`}}Lh}f}{c{{Bh{e}}}{}{}}00000{{{b{c}}}Ed{}}00;;;``{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{Hn}}}Hn}{{{b{Ih}}}Ih}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}000{{{b{Ih}}{b{Ih}}}Jh}{{{b{c}}{b{e}}}Jh{}{}}{IhEf}{{{b{Ih}}{b{Ih}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{Hn}}{b{AnBl}}}Bn}{cc{}}0{BJ`Hn}{BJ`Ih}{{{b{c}}}c{}}0{ce{}{}}0{c{{Cn{e}}}{}{}}0{IhBJ`}{{}Hn}{{{b{Ih}}{b{Ih}}}{{Ah{Jh}}}}{{HnHn}c{}}{{{b{c}}}e{}{}}0{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0{HnBJ`}099``````````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{BJf}}}BJf}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}0{cc{}}0{{{b{c}}}c{}}{{{b{j}}}{{Bh{BJfc}}}{}}{ce{}{}}0{c{{Cn{e}}}{}{}}0>{AHj{{Bh{BJhABj}}}}{{{b{BJh}}}{{Bh{AHjGj}}}}????>>{{{b{BJh}}}{{b{j}}}}44","D":"EKd","p":[[1,"reference"],[5,"Private",4266],[1,"unit"],[5,"Config",0,831],[1,"str"],[1,"bool"],[5,"Resource",4267],[5,"Vec",4268],[5,"String",4269],[1,"slice"],[6,"SocketAddr",4270],[6,"Option",4271],[8,"Result",4272],[5,"Command",4273],[0,"mut"],[5,"Proxy",0,319],[6,"ShutdownKind",0],[5,"ClientState",4274],[5,"DeltaDiscoveryRes",4274],[6,"Result",4275],[10,"Deserializer",4276],[5,"Formatter",4277],[8,"Result",4277],[5,"Cli",0,136],[5,"ArgMatches",4278],[8,"Error",4279],[5,"Id",4280],[17,"Item"],[1,"tuple"],[10,"Iterator",4281],[5,"Request",4282],[5,"SchemaGenerator",4283],[6,"Schema",4284],[8,"ShutdownTx",0],[8,"ShutdownRx",0],[5,"ControlPlane",4285],[17,"Output"],[10,"Future",4286],[10,"Send",4287],[6,"Cow",4288],[10,"Serializer",4289],[5,"TypeId",4290],[5,"Duration",4291],[6,"LogFormats",136],[6,"Commands",136],[5,"Sender",4292],[8,"Result",0],[5,"Error",4277],[5,"Agent",218],[1,"u16"],[5,"Arc",4293],[5,"Ready",550],[5,"GenerateConfigSchema",256],[5,"Manage",283],[5,"Ready",653],[6,"Qcmp",332],[5,"Ping",332],[5,"Relay",384],[5,"Ready",796],[1,"u8"],[5,"EncodeError",4294],[10,"Message",4295],[6,"Value",4296],[5,"Value",4297],[6,"Kind",4298],[5,"Map",4299],[5,"Struct",4297],[5,"QcmpMeasurement",424],[6,"Protocol",424],[5,"QcmpPacket",424],[5,"UtcTimestamp",4172],[5,"DistanceMeasure",4015],[6,"Error",424],[5,"Box",4300],[5,"Pin",4301],[5,"DurationNanos",4172],[5,"Socket",4302],[6,"Admin",526],[8,"Result",4303],[5,"JoinHandle",4304],[5,"Agent",550],[5,"RunArgs",508],[5,"Locality",591,4305],[6,"Ordering",4306],[5,"Locality",3391,4307],[10,"Hasher",4308],[10,"AsRef",4309],[5,"Manage",591],[5,"Proxy",653],[6,"PipelineError",653,4310],[5,"SessionPool",653,4311],[5,"Error",4312],[5,"SendPacket",653],[5,"Sender",4313],[5,"Sender",4314],[5,"BufferPool",4112],[5,"FrozenPoolBuffer",4112],[5,"DownstreamReceiveWorkerConfig",777],[5,"Receiver",4315],[1,"usize"],[5,"Receiver",4314],[5,"Relay",796],[5,"IcaoCode",831],[6,"ConfigType",831,4316],[5,"Slot",831,4317],[10,"Clone",4318],[6,"DatacenterConfig",831],[5,"DatacenterMap",831],[5,"Datacenter",831],[6,"Version",831],[5,"Filter",831],[5,"AddressSelector",831],[6,"AddrKind",831],[5,"Watch",1843],[10,"Default",4319],[6,"CreationError",1925,4320],[10,"Serialize",4289],[10,"Deserialize",4276],[10,"TryFrom",4309],[10,"From",4309],[10,"PartialEq",4306],[6,"ValidationError",831,4321],[10,"Debug",4277],[1,"never"],[5,"FilterInstance",1925,4322],[5,"Error",4323],[10,"Read",4324],[6,"IpAddr",4325],[5,"Ref",4326],[6,"Marker",1843],[5,"Iter",4327],[10,"FnMut",4328],[10,"Into",4309],[5,"ReadContext",1925,4329],[6,"FilterError",1925,4320],[10,"Filter",1925],[10,"Error",4330],[5,"PossibleValue",4331],[5,"Filter",3391,4307],[5,"Filter",4332],[1,"u64"],[10,"Fn",4328],[10,"Sync",4287],[5,"WriteContext",1925,4333],[6,"Providers",1168],[5,"AtomicBool",4334],[5,"JoinHandle",4335],[5,"Client",4336],[5,"Report",4303],[10,"Stream",4337],[5,"BTreeMap",4338],[5,"ApiResource",4339],[5,"GameServer",1203],[5,"Inner",1203],[5,"GameServerSpec",1203],[5,"Health",1203],[5,"GameServerPort",1203],[5,"GameServerStatus",1203],[6,"GameServerState",1203],[5,"GameServerStatusPort",1203],[5,"SdkServer",1203],[6,"SdkServerLogLevel",1203],[6,"PortPolicy",1203],[6,"SchedulingStrategy",1203],[6,"Protocol",1203],[5,"Fleet",1203],[5,"FleetInner",1203],[5,"FleetSpec",1203],[6,"FleetScheduling",1203],[5,"FleetStrategy",1203],[5,"FleetStrategyRollingUpdate",1203],[6,"FleetStrategyType",1203],[5,"GameServerTemplateSpec",1203],[5,"FleetStatus",1203],[5,"CustomResourceDefinition",4340],[5,"Time",4341],[5,"Endpoint",3631],[5,"ManagedFieldsEntry",4342],[5,"ObjectMeta",4343],[5,"OwnerReference",4344],[5,"ReadGuard",1843],[10,"Watchable",1843],[5,"WatchGuard",1843],[5,"PathBuf",4345],[5,"DynGuard",4346],[10,"FnOnce",4328],[5,"Receiver",4347],[5,"FilterChain",1925,4348],[5,"FilterSet",1925,4349],[5,"Timestamp",1925,3109],[10,"FilterFactory",1925,4322],[5,"RootSchema",4284],[5,"CreateFilterArgs",1925,4322],[5,"TokenRouter",1925,3141],[8,"DynFilterFactory",1925,4322],[10,"IntoIterator",4350],[5,"Any",4297],[5,"ConvertProtoConfigError",1925,4320],[6,"FilterKind",1925],[5,"FilterRegistry",1925,4351],[5,"Debug",1925,2732],[8,"FilterMap",1925,4349],[6,"Infallible",4309],[6,"Error",4352],[5,"DecodeError",4294],[5,"Error",4353],[5,"Pass",1925,3082],[5,"Match",1925,2985],[5,"Concatenate",1925,2679],[5,"Capture",1925,2413],[5,"LoadBalancer",1925,2908],[5,"LocalRateLimit",1925,2959],[5,"Drop",1925,2752],[5,"Firewall",1925,2771],[5,"HashedTokenRouter",1925,3141],[5,"Compress",1925,2529],[17,"Configuration"],[17,"BinaryConfiguration"],[10,"StaticFilter",1925],[10,"JsonSchema",4354],[10,"Sized",4287],[5,"ClusterMap",3251],[5,"EndpointAddress",3631,4355],[5,"PoolBuffer",4112],[10,"Display",4277],[17,"Error"],[10,"TryInto",4309],[5,"Config",3109],[10,"CaptureStrategy",2413],[6,"Value",3816],[5,"Prefix",2413,4356],[5,"Suffix",2413,4356],[5,"Regex",2413,4357],[6,"Strategy",2413,4358],[5,"Config",2413,4358],[6,"Strategy",4359],[5,"Capture",4360],[6,"Mode",2529,4361],[6,"Action",2529,4361],[5,"Config",2529,4361],[6,"Direction",2529],[6,"Compressor",2529,4362],[8,"Result",4312],[5,"CompressionError",2529],[6,"Mode",4363],[6,"Action",4363],[5,"Compress",4364],[6,"Strategy",2679,4365],[5,"Config",2679,4365],[6,"Strategy",4366],[5,"Concatenate",4367],[5,"Config",2732],[5,"Debug",4368],[5,"Config",2752],[5,"Drop",4369],[5,"Config",2771,4370],[6,"Action",2771,4370],[5,"Rule",2771,4370],[5,"PortRange",2771,4370],[6,"PortRangeError",2771,4370],[6,"Action",4371],[5,"Firewall",4372],[6,"Policy",2908,4373],[5,"Config",2908,4373],[5,"LoadBalancer",4374],[6,"Policy",4375],[5,"Config",2959],[5,"LocalRateLimit",4376],[5,"Fallthrough",2985,4377],[5,"Config",2985,4377],[5,"DirectionalConfig",2985,4377],[5,"Branch",2985,4377],[5,"Match",4378],[5,"Config",4379],[5,"Branch",4379],[5,"Config",3082],[5,"Pass",4380],[8,"DynamicMetadata",3816],[5,"Timestamp",4381],[5,"Config",3141],[6,"RouterError",3141],[5,"TokenRouter",4382],[5,"TcpListener",3191,4383],[5,"DualStackLocalSocket",3191],[5,"DualStackEpollSocket",3191],[5,"TcpListenerStream",4384],[8,"DualStackLocalSocketRc",3191],[5,"Fd",4385],[10,"ToSocketAddrs",4386],[5,"Token",3251],[10,"BuildHasher",4308],[5,"EndpointSet",3251],[8,"TokenAddressMap",3251],[5,"EndpointSetVersion",3251],[5,"ClusterMapDeser",3251],[6,"Entry",4387],[5,"DashMap",4388],[5,"RefMut",4326],[5,"BTreeSet",4389],[5,"HashMap",4390],[5,"ClusterMap",3391,4307],[5,"Cluster",3391,4307],[5,"Ipv6",3391,4307],[5,"Host",3391,4307],[5,"Endpoint",3391,4307],[5,"Datacenter",3391,4307],[5,"FilterChain",3391,4307],[6,"Inner",3607,4391],[10,"BufMut",4392],[1,"u32"],[6,"WireType",4393],[5,"DecodeContext",4394],[10,"Buf",4395],[6,"AddressKind",3631,4355],[5,"Metadata",3631],[6,"MetadataError",3631],[5,"Ipv4Addr",4325],[5,"Ipv6Addr",4325],[1,"array"],[5,"Address",4396],[5,"Endpoint",4397],[6,"Address",4398],[5,"SocketAddress",4396],[8,"EndpointMetadata",3631],[5,"Bytes",4399],[6,"Symbol",3816,4400],[5,"Reference",3816,4400],[5,"Key",3816,4400],[5,"MetadataView",3816],[5,"Spur",4401],[5,"Phoenix",4015],[10,"Measurement",4015],[5,"Builder",4015],[5,"Coordinates",4015],[5,"Inner",4015],[1,"i64"],[5,"Range",4402],[1,"f64"],[6,"ResourceType",4223],[6,"Resource",4223],[15,"Ping",502],[15,"PingReply",502],[5,"RecvPacket",653],[5,"ToTokens",653],[6,"Base64Standard",831],[15,"NonAgent",1165],[15,"Agent",1165],[15,"Agones",1197],[15,"File",1197],[15,"MismatchedTypes",2409],[15,"FieldInvalid",2409],[15,"InvalidRange",2906],[15,"NoEndpointMatch",3190],[15,"InvalidType",3814]],"r":[[1,136],[2,831],[6,319],[80,4403],[135,4404],[136,218],[141,256],[145,283],[149,319],[151,332],[153,384],[220,550],[285,550],[321,653],[385,796],[551,3191],[552,4305],[591,3191],[592,4305],[594,1168],[595,550],[656,4310],[660,4310],[666,4311],[837,4316],[850,1168],[851,4317],[854,4321],[857,1843],[1926,2413],[1928,2529],[1931,2679],[1935,4320],[1936,4322],[1937,4320],[1939,2732],[1942,2752],[1945,4322],[1948,4348],[1949,4320],[1950,4322],[1951,4322],[1953,4349],[1954,4351],[1955,4349],[1956,2771],[1959,3141],[1964,2908],[1966,2959],[1968,2985],[1976,3082],[1979,4329],[1982,3109],[1984,3141],[1987,4333],[2416,4358],[2417,4356],[2419,4357],[2421,4358],[2422,4356],[2529,4361],[2533,4362],[2534,4361],[2540,4361],[2681,4365],[2684,4365],[2771,4370],[2773,4370],[2777,4370],[2778,4370],[2779,4370],[2908,4373],[2911,4373],[2985,4377],[2986,4377],[2987,4377],[2988,4377],[3100,4320],[3101,4322],[3102,4320],[3103,1925],[3104,4320],[3105,4322],[3106,4329],[3107,1925],[3108,4333],[3191,3251],[3195,3631],[3196,4355],[3197,4383],[3391,4307],[3392,4307],[3393,4307],[3394,4307],[3395,4307],[3396,4307],[3397,4307],[3398,4307],[3399,4307],[3526,4307],[3607,4391],[3631,4355],[3632,3816],[3634,4355],[3640,4305],[3645,4405],[3820,4400],[3825,4400],[3828,4400]],"b":[[19,"impl-Configuration-for-Config"],[54,"impl-Configuration-for-Config"],[181,"impl-Display-for-LogFormats"],[182,"impl-Debug-for-LogFormats"],[458,"impl-Debug-for-Error"],[459,"impl-Display-for-Error"],[615,"impl-Debug-for-Locality"],[616,"impl-Display-for-Locality"],[700,"impl-Debug-for-PipelineError"],[701,"impl-Display-for-PipelineError"],[868,"impl-Config"],[937,"impl-Config"],[938,"impl-Deserialize%3C\'de%3E-for-ConfigType"],[939,"impl-ConfigType"],[970,"impl-Display-for-ValidationError"],[971,"impl-Debug-for-ValidationError"],[976,"impl-Debug-for-IcaoCode"],[977,"impl-Display-for-IcaoCode"],[988,"impl-From%3CT%3E-for-Slot%3CT%3E"],[989,"impl-From%3COption%3CT%3E%3E-for-Slot%3CT%3E"],[1116,"impl-TryFrom%3CFilter%3E-for-Filter"],[1117,"impl-TryFrom%3CFilter%3E-for-Filter"],[2099,"impl-Display-for-FilterError"],[2100,"impl-Debug-for-FilterError"],[2101,"impl-Display-for-CreationError"],[2102,"impl-Debug-for-CreationError"],[2103,"impl-Debug-for-ConvertProtoConfigError"],[2104,"impl-Display-for-ConvertProtoConfigError"],[2126,"impl-From%3CConvertProtoConfigError%3E-for-CreationError"],[2127,"impl-From%3CError%3E-for-CreationError"],[2128,"impl-From%3CInfallible%3E-for-CreationError"],[2129,"impl-From%3CEncodeError%3E-for-CreationError"],[2130,"impl-From%3CError%3E-for-CreationError"],[2131,"impl-From%3CDecodeError%3E-for-CreationError"],[2132,"impl-From%3CError%3E-for-CreationError"],[2141,"impl-From%3CPass%3E-for-FilterKind"],[2142,"impl-From%3CMatch%3E-for-FilterKind"],[2143,"impl-From%3CConcatenate%3E-for-FilterKind"],[2144,"impl-From%3CCapture%3E-for-FilterKind"],[2145,"impl-From%3CDebug%3E-for-FilterKind"],[2146,"impl-From%3CLoadBalancer%3E-for-FilterKind"],[2147,"impl-From%3CLocalRateLimit%3E-for-FilterKind"],[2148,"impl-From%3CDrop%3E-for-FilterKind"],[2150,"impl-From%3CTokenRouter%3E-for-FilterKind"],[2151,"impl-From%3CTimestamp%3E-for-FilterKind"],[2152,"impl-From%3CFirewall%3E-for-FilterKind"],[2153,"impl-From%3CHashedTokenRouter%3E-for-FilterKind"],[2154,"impl-From%3CCompress%3E-for-FilterKind"],[2335,"impl-TryInto%3CLocalRateLimit%3E-for-FilterKind"],[2336,"impl-TryInto%3CLoadBalancer%3E-for-FilterKind"],[2337,"impl-TryInto%3CConcatenate%3E-for-FilterKind"],[2338,"impl-TryInto%3CCompress%3E-for-FilterKind"],[2339,"impl-TryInto%3CCapture%3E-for-FilterKind"],[2340,"impl-TryInto%3CFirewall%3E-for-FilterKind"],[2341,"impl-TryInto%3CDebug%3E-for-FilterKind"],[2342,"impl-TryInto%3CMatch%3E-for-FilterKind"],[2343,"impl-TryInto%3CPass%3E-for-FilterKind"],[2344,"impl-TryInto%3CTimestamp%3E-for-FilterKind"],[2345,"impl-TryInto%3CDrop%3E-for-FilterKind"],[2346,"impl-TryInto%3CTokenRouter%3E-for-FilterKind"],[2347,"impl-TryInto%3CHashedTokenRouter%3E-for-FilterKind"],[2463,"impl-From%3CSuffix%3E-for-Strategy"],[2464,"impl-From%3CRegex%3E-for-Strategy"],[2466,"impl-From%3CPrefix%3E-for-Strategy"],[2602,"impl-Display-for-CompressionError"],[2603,"impl-Debug-for-CompressionError"],[2836,"impl-Debug-for-PortRangeError"],[2837,"impl-Display-for-PortRangeError"],[3164,"impl-Debug-for-RouterError"],[3165,"impl-Display-for-RouterError"],[3303,"impl-Debug-for-EndpointSetVersion"],[3304,"impl-Display-for-EndpointSetVersion"],[3306,"impl-From%3CDashMap%3COption%3CLocality%3E,+EndpointSet,+S%3E%3E-for-ClusterMap%3CS%3E"],[3307,"impl-From%3CClusterMapDeser%3E-for-ClusterMap%3CS%3E"],[3511,"impl-From%3CEndpoint%3E-for-Endpoint"],[3513,"impl-From%3C%26Endpoint%3E-for-Endpoint"],[3692,"impl-PartialEq-for-Endpoint"],[3693,"impl-PartialEq%3CEndpointAddress%3E-for-Endpoint"],[3711,"impl-Display-for-EndpointAddress"],[3712,"impl-Debug-for-EndpointAddress"],[3713,"impl-Debug-for-AddressKind"],[3714,"impl-Display-for-AddressKind"],[3717,"impl-Debug-for-MetadataError"],[3718,"impl-Display-for-MetadataError"],[3719,"impl-From%3CSocketAddr%3E-for-EndpointAddress"],[3720,"impl-From%3C(Ipv4Addr,+u16)%3E-for-EndpointAddress"],[3722,"impl-From%3C(AddressKind,+u16)%3E-for-EndpointAddress"],[3723,"impl-From%3C(Ipv6Addr,+u16)%3E-for-EndpointAddress"],[3724,"impl-From%3C(String,+u16)%3E-for-EndpointAddress"],[3725,"impl-From%3C(%5Bu8;+4%5D,+u16)%3E-for-EndpointAddress"],[3726,"impl-From%3C(IpAddr,+u16)%3E-for-EndpointAddress"],[3786,"impl-TryFrom%3CAddress%3E-for-EndpointAddress"],[3787,"impl-TryFrom%3CEndpoint%3E-for-EndpointAddress"],[3788,"impl-TryFrom%3CAddress%3E-for-EndpointAddress"],[3790,"impl-TryFrom%3CSocketAddress%3E-for-EndpointAddress"],[3906,"impl-Display-for-Key"],[3907,"impl-Debug-for-Key"],[3909,"impl-Display-for-Reference"],[3910,"impl-Debug-for-Reference"],[3911,"impl-Debug-for-Value"],[3912,"impl-Display-for-Value"],[3915,"impl-From%3CString%3E-for-Key"],[3916,"impl-From%3CSpur%3E-for-Key"],[3917,"impl-From%3C%26str%3E-for-Key"],[3919,"impl-From%3CValue%3E-for-Symbol"],[3920,"impl-From%3CReference%3E-for-Symbol"],[3922,"impl-From%3Cbool%3E-for-Value"],[3923,"impl-From%3C%5Bu8;+N%5D%3E-for-Value"],[3924,"impl-From%3CBytes%3E-for-Value"],[3925,"impl-From%3CVec%3CValue%3E%3E-for-Value"],[3926,"impl-From%3C%26%5Bu8;+N%5D%3E-for-Value"],[3927,"impl-From%3Cu64%3E-for-Value"],[3929,"impl-From%3C%26str%3E-for-Value"],[3930,"impl-From%3CString%3E-for-Value"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAANANRgEAAAAACAABAAsAAAANAAIAEgAaAC4AAwA0AAUAOwAEAEQACwBSAAAAVwAGAGAAAABiAAEAZwACAGsAAABtAAIAcQAUAIcABACOAAIAkgALAJ8ADgCvAAAAsQAHALsABgDEAAMAyQABAMwADgDcAAIA4AAJAOsAAwDxAAAA9wAAAPkABgACAQcACwEAAA0BBAATAQAAFQEGAB0BAgAhAQgAKwEDADABAAA2AQAAOAEGAEABAABCAQEATgEDAFMBDQBiAQEAZgEHAHABEgCEAQkAjwEDAJUBAACXAQgAoQEAAKQBBwCyARQAyQEDANEBAQDXAQUA4wETAP4BAwAFAgIACQIAAAsCAwAQAgsAHQIBACACCAAqAgsAOAIBADwCAQA/AhEAUgIYAG0CAgByAhsAjwILAJwCEwCxAg4AxgIAAMgCAADKAgEA0wIHANwCAQDfAgUA5wIiAAsDBAASAwMAFwMCABsDAAAdAwsAKwMBAC8DFQBHAwIASwMAAE0DBgBWAwAAWANKAKQDBQCrAwAArQMHALYDIADYAwAA2gMAANwDAgDlAwAA6gMQAAcEDwAYBAsAJQQAACcEAQAqBAIALgQWAEcEJgBvBBsAjQQDAJQECACeBAMAowQKALEEAgC4BAAAvAQBAMEEAgDGBAEAywQAAM0EAQDQBAAA0wQBANYEAADZBAAA3QQAAOEEAgDlBI4AdwU+AMwFGQAABjQANgYOAEYGCQBRBgkAXQYAAF8GCQBqBiwAmAYZALMGAQC2BgQAvQaXAFkHAwBhByQAhwcBAIoHAQCNBwAAjwcAAJMHAACVBwEAmAcBAJsHAAChBwAApgcGAK4HAACwBwUAtwcBALoHAQC+BwAAwAcAAMIHAQDFB0UAEAgDABUIAAAYCAEAHwgPADAIAQAzCAkAPwgAAE0IAABPCAYAWQgAAF4IBwBnCAQAbQgEAHUIAQCQCBsArQgFALUIAQC7CAEAvggAAMAIDQDTCAEA1wgIAOIIGAD8CGEAXwkIAGoJAwBvCQAAcQkAAHkJCQCECRkAoAkBAKMJAACrCQoAugkOAMwJFQDkCQEA5wkFAO4JQgAyCgAANQoBADkKAAA7CgQARgoyAHsKFgCTCgAAlQoAAJgKBACfCg0ArwoEALcKCQDDCgQAygoJANkKAADdChoA+goCAP4KGQAZCwAAHgsDACcLCAAxCw0AQQsbAGMLEwB4CwEAfQsSAJMLCACeCwEAogsHAK4LCAC4CxgA0wsDAN8LCADrCxoABwwDAA0MAwATDBIAKAwMADYMAAA4DAEAOwwAAD0MDQBMDBMAYgwAAGUMAgBpDAIAbQwLAHsMAgCADAgAigwAAI4MAACSDAMAlwwHAKEMEgC1DBUAzAwgAPIMDQAFDQ4AFQ0gADcNAQA6DQQAQA1IAIoNJwC0DQAAuA0AALoNAAC+DQgAyA0EANYNCADgDUEAJA4BACcOAAApDgAAKw4EADEOAAA0DgQAOw5OAIsOBACRDgAAlQ4LAKcOBwCwDgEAsw4DALkODADHDhgA4Q4EAOcOAwDsDgAA7g4BAPEOAADzDgEA9g4FAP0OAAD/DgAAAQ9JAEwPAgBQDwEAUw8FAFoPAQBdDwgAaw8LAHgPBgCBDycAqg8GALIPAQC2DwUAvg8bANsPAADgDwQA6w8EAPIPAwD4Dx4AGBAUADAQAAA0EAgAPxAOAE8QFgBoEAMAbhANAH4QGACZEAEAnRANAA=="}],\ +["qt",{"t":"FPPFFJFTFTTIFFGGIPPFFPPFFFFFPPFFTTNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOONOONNNNNNNOONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNOOONONOOOONNOOOONNOOQNOOONNNOOOOOQNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNO","n":["AdminPailConfig","Agent","Agent","AgentPail","AgentPailConfig","BUFFER_POOL","ConfigFile","DEBUG","DefaultGuard","ERROR","INFO","JoinHandle","Level","ManagementPailConfig","Pail","PailConfig","Pails","Proxy","Proxy","ProxyPail","ProxyPailConfig","Relay","Relay","RelayPail","RelayPailConfig","Sandbox","SandboxConfig","SandboxPailConfig","Server","Server","ServerPail","ServerPailConfig","TRACE","WARN","__clone_box","alloc_buffer","as_log","as_serde","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","client","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","config","config","config","config","config","config","config","config","config_file","config_file","config_file","construct","default","default","default","default","default","default","delta_applies","dependencies","drop","drop","drop","drop","drop","endpoints","eq","eq","equivalent","equivalent","equivalent","equivalent","expect_timeout","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_str","func_name","ge","ge","gt","gt","hash","icao_code","init_logging","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","json","le","le","lt","lt","maybe_timeout","mds_port","name","name","new","num_packets","packet_rx","packet_rx","packet_size","pails","pails","partial_cmp","partial_cmp","path","phoenix_port","port","port","proxy","push","qcmp_port","qcmp_port","sandbox_config","server","shutdown","shutdown","shutdown","sleep","socket","spinup","task","task","task","task","td","temp_file","timeout","to_owned","to_string","trace_test","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","update","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","xds_port"],"q":[[0,"qt"],[304,"dyn_clone::sealed"],[305,"quilkin::pool"],[306,"core::convert"],[307,"tracing_core::metadata"],[308,"log"],[309,"quilkin::net"],[310,"core::cmp"],[311,"quilkin::config"],[312,"alloc::sync"],[313,"std::path"],[314,"tokio::sync::oneshot"],[315,"core::option"],[316,"tracing_core::dispatcher"],[317,"core::future::future"],[318,"core::fmt"],[319,"core::result"],[320,"core::hash"],[321,"tonic::request"],[322,"alloc::string"],[323,"tokio::sync::mpsc::bounded"],[324,"core::net::socket_addr"],[325,"tokio::sync::mpsc::unbounded"],[326,"socket2::socket"],[327,"core::any"],[328,"quilkin::test"],[329,"core::ops::function"],[330,"serde_json"]],"i":[0,43,15,0,0,0,0,8,0,8,8,0,0,0,0,0,0,43,15,0,0,43,15,0,0,0,0,0,43,15,0,0,8,8,8,0,8,8,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,12,8,8,8,8,8,8,15,18,19,32,33,34,27,28,12,32,33,15,25,26,27,28,29,30,34,19,31,32,33,34,35,30,8,8,8,8,8,8,12,35,8,8,25,43,43,43,43,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,8,8,0,8,8,8,8,8,30,0,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,0,8,8,8,8,12,32,19,47,47,25,12,31,25,47,12,8,8,18,34,31,34,12,47,33,34,0,12,32,33,34,12,12,47,31,32,33,34,12,0,12,8,8,0,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,18,25,43,18,19,47,31,32,33,34,15,12,26,27,28,29,30,35,8,32],"f":"``````````````````````````````````{{{b{c}}d}f{}}{ch{{n{{l{j}}}}}}{{{b{A`}}}Ab}{{{b{A`}}}}{{{b{A`}}}{{b{Ad}}}}{{{b{c}}}{{b{e}}}{}{}}00000000000000000{{{b{Afc}}}{{b{Afe}}}{}{}}00000000000000000{{{b{Ah}}}Aj}{{{b{A`}}}A`}{{{b{c}}{b{Afe}}}f{}{}}{{{b{c}}}f{}}0{{{b{A`}}{b{A`}}}Al}{{{b{c}}{b{e}}}Al{}{}}{{{b{An}}}{{Bb{B`}}}}```````{{{b{AfAh}}{b{Ad}}}Bd}``{{Bf{b{Bh}}{b{Bj}}}{{C`{An{Bn{{Bl{f}}}}}}}}{{}Cb}{{}Cd}{{}Cf}{{}Ch}{{}Cj}{{}Cl}``{{{b{AfCn}}}f}{{{b{AfD`}}}f}{{{b{AfDb}}}f}{{{b{AfDd}}}f}{{{b{AfDf}}}f}`{{{b{A`}}{b{Dh}}}Dj}{{{b{A`}}{b{A`}}}Dj}{{{b{c}}{b{e}}}Dj{}{}}000{{{b{Ah}}Dlc}fDn}{{{b{Df}}{b{AfE`}}}{{Ed{fEb}}}}{{{b{A`}}{b{AfE`}}}{{Ed{fEb}}}}0{cc{}}{ChEf}{CfEf}{CbEf}{ClEf}44444444444444444{{{b{c}}}c{}}{{{b{Ad}}}{{Ed{A`Eh}}}}`<;<;{{{b{A`}}{b{Afc}}}fEj}`{{A`{b{Ad}}}Df}{ce{}{}}00000000000000000{c{{El{e}}}{}{}}00000000000000000`{{{b{A`}}{b{Dh}}}Dj}{{{b{A`}}{b{A`}}}Dj}01{{{b{Ah}}Dlc}BnDn}```{cEn{{Fb{F`}}}}`{{{b{AfAh}}{b{Ad}}}{{Fd{F`}}}}````{{{b{A`}}{b{A`}}}{{Bn{Al}}}}{{{b{A`}}{b{Dh}}}{{Bn{Al}}}}````{{{b{AfAh}}{b{Ad}}}{{C`{Ff{Fh{F`}}}}}}{{{b{AfEn}}{b{Ad}}c{b{{l{{b{Ad}}}}}}}f{{Fb{Ef}}}}```{{{b{AfAh}}{b{Ad}}}{{C`{{Fd{F`}}Ff}}}}```{{{b{Ah}}Dl}f}{{{b{Ah}}}{{C`{FjFf}}}}{EnAh}``````{{{b{Ah}}Dlc}{}Dn}{{{b{c}}}e{}{}}{{{b{c}}}F`{}}`{c{{Ed{e}}}{}{}}00000000000000000000000000000000000{{{b{c}}}Fl{}}00000000000000000{{{b{AfBd}}c}f{{G`{{b{AfFn}}}}}}{ce{}{}}00000000000000000`","D":"Fl","p":[[1,"reference"],[5,"Private",304],[1,"unit"],[5,"PoolBuffer",305],[1,"u8"],[1,"slice"],[10,"AsRef",306],[5,"Level",0,307],[6,"Level",308],[1,"str"],[0,"mut"],[5,"Sandbox",0],[5,"DualStackEpollSocket",309],[6,"Ordering",310],[6,"Pail",0],[5,"Config",311],[5,"Arc",312],[5,"ConfigFile",0],[5,"SandboxPailConfig",0],[8,"Pails",0],[5,"Path",313],[5,"Receiver",314],[6,"Option",315],[1,"tuple"],[5,"ServerPailConfig",0],[5,"AdminPailConfig",0],[5,"RelayPailConfig",0],[5,"ProxyPailConfig",0],[5,"ManagementPailConfig",0],[5,"AgentPailConfig",0],[5,"ServerPail",0],[5,"RelayPail",0],[5,"AgentPail",0],[5,"ProxyPail",0],[5,"DefaultGuard",0,316],[5,"LevelFilter",307],[1,"bool"],[1,"u64"],[10,"Future",317],[5,"Formatter",318],[5,"Error",318],[6,"Result",319],[6,"PailConfig",0],[5,"ParseLevelError",307],[10,"Hasher",320],[5,"Request",321],[5,"SandboxConfig",0],[5,"String",322],[10,"Into",306],[5,"Receiver",323],[6,"SocketAddr",324],[5,"UnboundedReceiver",325],[5,"Socket",326],[5,"TypeId",327],[5,"TestConfig",328],[10,"FnOnce",329]],"r":[[8,316],[12,307],[186,330]],"b":[[108,"impl-PartialEq%3CLevelFilter%3E-for-Level"],[109,"impl-PartialEq-for-Level"],[116,"impl-Debug-for-Level"],[117,"impl-Display-for-Level"],[119,"impl-From%3CProxyPailConfig%3E-for-PailConfig"],[120,"impl-From%3CRelayPailConfig%3E-for-PailConfig"],[121,"impl-From%3CServerPailConfig%3E-for-PailConfig"],[122,"impl-From%3CAgentPailConfig%3E-for-PailConfig"],[143,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[144,"impl-PartialOrd-for-Level"],[145,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[146,"impl-PartialOrd-for-Level"],[187,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[188,"impl-PartialOrd-for-Level"],[189,"impl-PartialOrd-for-Level"],[190,"impl-PartialOrd%3CLevelFilter%3E-for-Level"],[202,"impl-PartialOrd-for-Level"],[203,"impl-PartialOrd%3CLevelFilter%3E-for-Level"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAPoAEQAAAAcADAAAAA4ADgAeAAIAIwADACgAIwBNACUAdAACAHgAAwCNAAEAkAAGAKkAEQC8ABIA0AAJANsAAQDeAAMA5ABMAA=="}],\ +["quilkin",{"t":"PFFPPPFIGIIPNNNQOCNNNNNNNNNNNNNNCNNNNNNNNNNOCNONCCOONNNNNCONNNNNNNNNNNNNNNENNONOQNNNNNNNNNNOHOOCONCOOONNNQCONNNONNNNNNNNNNNNNNNNONNNNOCHEPPFGEPPGEPPPEPEPEPNNOCNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNCNNNNNOCOCCOCNNNNNNNNNNNNNNFSENONNNNNNNNHNNNNNNONNOOOOONONNNNNNNOFNNNNNNNNONNNNNNNNNONNNNNNNFSENONNNNNNNHNNNNNNNNOOOOONONNNNNNNOSFEHOOOOONOOOFPGNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSEFNNNNNNNNNNNNNNNONNOONNNNNNNNOCCCHHHHHGPPSSPPGFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNOOOOOOFCCNNONNNCCOCONNNNGPPSPPNNNNNNNNNNNNNNNNNNFEFFNONNNNNNNNNNNNONNNNONOOOOOONNNNNNNNNNEFFEENONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNONONNNNNNNNNNNNNNNNNPPPIPPPFGFFFFPFFNNONNNNNNNNNNNNNNNNNNNNNNOOONNONNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOONNOOCOONNNOONONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOFNNOOONNNOONHNNNNOFFNNNNNNNNNNNNNONNNNNOOONNNNNNNNNNOGFPPGFGFGFPPFPFPPPPEFPPGPGENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOONCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNCNNNOOOPPGNNNNNNNNNNNNNNNNCNNNNNNNNNOOOCHHPPPPPPPPFFGFFFFGFFFGFFFFPFPPPPPGGPPPPPPGFGPPPPPPPNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNOOONNOONNNNNNNNNNONNNNNNNNOOOOOOOOOONNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNOOONNONOONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPFFKNNCENNNNNNNNNNNNNNNNNNNNNNNNNNNNNHMNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHRFPFPPFPRPFFGPFPPFPPIPKFGKFGIFFFPPFPPPPFPFPFPPPPTPPFPPFKPFPFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNCCNOMOOMCNNNNNOONCNMMONNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCOOCNMNNNNNNCCNNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOSFKFFPFPGFPNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNGFPFGFPGPPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFPPGNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNFFNNNNNNONNNNNNNNNNNFFSNNNNNNNNNNNNNNNNGPFPFPFGFNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNOOFPFGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNFFSNNNNNNNNNNNNNOONNNNNNNNFFFFFNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNFFNNNNNNNNNNNNNNNNEEEEEEEEEFFNNNNNNNNNNNNNNNNNNONNNNNNNNNNNFFPPGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOEFFIEEFNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNCNNHHNNHNNNNNNNNNNNNEFFFFFINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNONNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOONNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGPPPNNNNNNNNNNNNNNNNNNNNGEFFIPPPTFFGPPITNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNOCONNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNONNNNNNOOPPISFPPFPFPPGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNFFFFKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNMNNNOHNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSPPSPPSPPSPPGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Benching","Cli","Config","Err","Normal","Ok","Proxy","Result","ShutdownKind","ShutdownRx","ShutdownTx","Testing","__clone_box","__clone_box","__clone_box","__func_name","admin_address","alloc","allow_request_processing","apply_delta","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cli","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clusters","codec","command","command","command_for_update","components","config","config","datacenter","default","default","delta_discovery_request","deserialize","eq","filters","filters","fmt","fmt","fmt","fmt","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_ref","from_ref","from_ref","generated","group_id","group_id","id","identifier","idle_request_interval_secs","include_proto","interested_resources","into","into","into","into","into_request","into_request","into_request","into_request","json_schema","log_format","make_shutdown_channel","management_server","mmdb","net","no_admin","on_changed","pool","port","qcmp_port","quiet","schema_id","schema_name","serialize","temp_file","time","to","to_owned","to_owned","to_owned","to_tokens","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","version","vzip","vzip","vzip","vzip","workers","xds","spawn_heap_stats_updates","Agent","Agent","Auto","Cli","Commands","GenerateConfigSchema","GenerateConfigSchema","Json","LogFormats","Manage","Manage","Plain","Pretty","Proxy","Proxy","Qcmp","Qcmp","Relay","Relay","__clone_box","__clone_box","admin_address","agent","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","command","config","default","drive","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_ref","from_ref","from_str","generate_config_schema","has_subcommand","into","into","into_request","into_request","log_format","manage","no_admin","proxy","qcmp","quiet","relay","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","Agent","PORT","Ready","__clone_box","address_type","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","default","default_port","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","icao_code","into","into_request","ip_kind","provider","qcmp_port","region","relay","run","sub_zone","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","zone","GenerateConfigSchema","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","filter_ids","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","generate_config_schema","group_id","into","into_request","output_directory","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Manage","PORT","Ready","__clone_box","address_type","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","default_port","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","into","into_request","ip_kind","port","provider","region","relay","run","sub_zone","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","zone","PORT","Proxy","Ready","default_port","idle_request_interval_secs","management_server","mmdb","port","qcmp_port","run","to","to_tokens","workers","Ping","Ping","Qcmp","__clone_box","__clone_box","amount","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","endpoint","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_ref","from_ref","group_id","has_subcommand","into","into","into_request","into_request","run","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","PORT","Ready","Relay","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","default","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","idle_request_interval_secs","into","into_request","mds_port","providers","run","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","xds_port","base64","prost","qcmp","encode","from_json","mapping_from_kind","value_from_kind","value_from_struct","Error","InvalidCommand","LengthMismatch","MAX_QCMP_PACKET_LEN","MIN_QCMP_PACKET_LEN","Ping","PingReply","Protocol","QcmpMeasurement","QcmpPacket","UnknownVersion","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","default","deref","distance","encode","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","into","into","into","into","into_request","into_request","into_request","into_request","measure_distance","new","nonce","parse","ping","ping_reply","ping_with_nonce","round_trip_delay","spawn","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","client_timestamp","client_timestamp","nonce","nonce","server_start_timestamp","server_transmit_timestamp","RunArgs","admin","agent","borrow","borrow_mut","config","from","into","into_request","manage","proxy","ready","relay","shutdown_rx","try_from","try_into","type_id","vzip","Admin","Agent","Manage","PORT","Proxy","Relay","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","fmt","from","from_ref","idle_request_interval","into","into_request","server","to_owned","try_from","try_into","type_id","vzip","Agent","DualStackLocalSocket","Locality","Ready","__clone_box","address_selector","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","default","fmt","from","from","from_ref","icao_code","into","into","into_request","into_request","is_manage","is_ready","locality","provider","provider_is_healthy","qcmp_socket","relay_is_healthy","relay_servers","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","DualStackLocalSocket","Locality","Manage","Providers","Ready","__clone_box","address_selector","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","cmp","colon_separated_string","compare","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_ref","from_str","hash","into","into","into_request","into_request","is_referenceable","json_schema","listener","locality","new","partial_cmp","provider","region","relay_servers","run","schema_id","schema_name","serialize","sub_zone","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with_region","zone","AccumulatorOverflow","ChannelClosed","ChannelFull","ErrorMap","Filter","Io","NoUpstreamEndpoints","PendingSends","PipelineError","Proxy","Ready","RecvPacket","SendPacket","Session","SessionPool","ToTokens","__clone_box","__clone_box","asn_info","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","count","data","data","default","default","destination","discriminant","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_ref","from_ref","get","hash","idle_request_interval","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_ready","length","management_servers","mmdb","new","new","notifier","num_workers","packet_router","phoenix","qcmp","run","send","sessions","socket","source","swap","to","to_owned","to_owned","to_string","to_tokens","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","xds_is_healthy","DownstreamReceiveWorkerConfig","borrow","borrow_mut","buffer_pool","config","error_sender","from","into","into_request","port","sessions","spawn","spawn_receivers","try_from","try_into","type_id","vzip","worker_id","Ready","Relay","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","default","fmt","from","from","from_ref","idle_request_interval","into","into","into_request","into_request","is_ready","mds_listener","provider","provider_is_healthy","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","xds_listener","AddrKind","AddressSelector","Agent","Any","Base64Standard","Config","ConfigType","Datacenter","DatacenterConfig","DatacenterMap","Dynamic","EmptyList","Filter","FilterInvalid","IcaoCode","Ipv4","Ipv6","NonAgent","NotUnique","Providers","Slot","Static","V1Alpha1","ValidationError","ValueInvalid","Version","Watch","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","apply_delta","apply_metrics","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clusters","config","datacenter","datacenters","default","default","default","default","default_agent","default_non_agent","delta_discovery_request","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","empty","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filters","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_reader","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str","get","has_changed","hash","icao_code","id","insert","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_empty","is_referenceable","is_referenceable","is_referenceable","is_some","iter","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","kind","label","len","load","mark","modify","name","name","new","providers","qcmp_port","read","remove","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","source","store","store_if_unset","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_possible_value","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_replace","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value_variants","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","watch","watch","with_default","write","datacenters","icao_code","qcmp_port","Agones","File","Providers","__clone_box","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","clone","clone_into","clone_to_uninit","fmt","from","from_arg_matches","from_arg_matches_mut","from_ref","has_subcommand","into","into_request","k8s","spawn","task","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","config_namespace","gameservers_namespace","path","agones","update_endpoints_from_gameservers","update_filters_from_configmap","Allocated","Creating","Debug","Distributed","Distributed","Dynamic","Error","Error","Fleet","FleetInner","FleetScheduling","FleetSpec","FleetStatus","FleetStrategy","FleetStrategyRollingUpdate","FleetStrategyType","GameServer","GameServerPort","GameServerSpec","GameServerState","GameServerStatus","GameServerStatusPort","GameServerTemplateSpec","Health","Info","Inner","None","Packed","Packed","Passthrough","PortAllocation","PortPolicy","Protocol","Ready","Recreate","RequestReady","Reserved","RollingUpdate","Scheduled","SchedulingStrategy","SdkServer","SdkServerLogLevel","Shutdown","Starting","Static","Tcp","Udp","UdpTcp","Unhealthy","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","addresses","allocated_replicas","annotations","annotations","annotations_mut","annotations_mut","api_resource","api_resource","api_version","api_version","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","container","container","container_port","crd","crd","crd_name","crd_name","creation_timestamp","creation_timestamp","default","default","default","default","default","default","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","endpoint","finalizers","finalizers","finalizers_mut","finalizers_mut","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","group","group","group","group","grpc_port","health","host_port","http_port","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_allocated","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","kind","kind","kind","kind","labels","labels","labels_mut","labels_mut","log_level","managed_fields","managed_fields","managed_fields_mut","managed_fields_mut","max_surge","max_unavailable","meta","meta","meta_mut","meta_mut","metadata","metadata","metadata","name","name","name","name","name_any","name_any","name_unchecked","name_unchecked","namespace","namespace","namespace","namespace","new","new","node_name","owner_references","owner_references","owner_references_mut","owner_references_mut","plural","plural","plural","plural","port","port_policy","ports","ports","protocol","ready_replicas","replicas","replicas","reserved_replicas","reserved_until","resource_version","resource_version","resource_version","resource_version","rolling_update","scheduling","scheduling","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","sdk_server","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","shortnames","shortnames","spec","spec","spec","spec","spec","spec_mut","spec_mut","state","status","status","status","status_mut","strategy","template","template","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uid","uid","uid","uid","version","version","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Marker","ReadGuard","Version","Watch","WatchGuard","Watchable","__clone_box","__clone_box","agones","agones","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_value","default","deref","deref","deserialize","drop","drop","fmt","from","from","from","from","from_ref","from_ref","fs","has_changed","into","into","into","into","into_request","into_request","into_request","into_request","is_referenceable","json_schema","load","load","load","load","mark","modify","new","read","schema_name","serialize","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","watch","write","watch","BinaryConfiguration","Capture","Capture","Compress","Compress","Compression","Concatenate","Concatenate","Configuration","ConvertProtoConfig","ConvertProtoConfigError","CreateFilterArgs","CreationError","Custom","Debug","Debug","DeserializeFailed","Drop","Drop","Dropped","DynFilterFactory","FieldInvalid","Filter","FilterChain","FilterError","FilterFactory","FilterInstance","FilterKind","FilterMap","FilterRegistry","FilterSet","Firewall","Firewall","FirewallDenied","HashedTokenRouter","HashedTokenRouter","Infallible","InitializeMetricsFailed","Io","LoadBalancer","LoadBalancer","LocalRateLimit","LocalRateLimit","Match","Match","MatchNoMetadata","MismatchedTypes","MissingConfig","NAME","NoValueCaptured","NotFound","Pass","Pass","RateLimitExceeded","ReadContext","StaticFilter","TestFilter","Timestamp","Timestamp","TokenRouter","TokenRouter","TokenRouter","WriteContext","__clone_box","__clone_box","__clone_box","__clone_box","as_filter_config","as_labeled_filter_config","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","capture","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","compress","concatenate","config","config","config_schema","contents","contents","create_filter","debug","default","default","default","default_with","deserialize","dest","destinations","discriminant","drop","dynamic","encode_config_to_json","encode_config_to_protobuf","endpoints","ensure_config_exists","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_config","from_iter","from_ref","from_ref","from_ref","from_ref","get","get","get_factory","hash","index","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","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","into_request","into_request","is_empty","is_referenceable","iter","iter","json_schema","label","len","load_balancer","local_rate_limit","match","metadata","metadata","metrics","missing_field","name","new","new","new","new","new","new","pass","prelude","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","register","require_config","require_config","schema_name","serialize","source","source","timestamp","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","token_router","try_create","try_create_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_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","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","type_id","vzip","vzip","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","write","actual","expected","field","reason","CAPTURED_BYTES","Capture","CaptureStrategy","Config","Prefix","Prefix","Regex","Regex","Strategy","Suffix","Suffix","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capture","capture","capture","capture","deserialize","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","into","into","into_capture","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","json_schema","json_schema","metadata_key","pattern","remove","remove","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","size","size","strategy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","Action","Compress","Compress","CompressionError","Compressor","Config","Decompress","Direction","DoNothing","Lz4","Lz4","Mode","Read","Snappy","Snappy","Write","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","decode","default","default","default","deserialize","deserialize","deserialize","encode","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","hash","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","mode","on_read","on_write","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Append","Concatenate","Config","DoNothing","Prepend","Strategy","borrow","borrow","borrow_mut","borrow_mut","bytes","default","deserialize","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","into","into","into_request","into_request","json_schema","json_schema","new","on_read","on_write","schema_id","schema_id","schema_name","schema_name","serialize","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","Debug","borrow","borrow_mut","default","deserialize","fmt","from","id","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Config","Drop","NAME","borrow","borrow_mut","deserialize","fmt","from","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Action","Allow","Config","Deny","Firewall","InvalidRange","PortRange","PortRangeError","Rule","__clone_box","__clone_box","__clone_box","__clone_box","action","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","json_schema","new","on_read","on_write","ports","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","sources","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","max","min","Config","Hash","LoadBalancer","Policy","Random","RoundRobin","as_endpoint_chooser","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","into","into","into_request","into_request","json_schema","json_schema","policy","schema_id","schema_id","schema_name","schema_name","serialize","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","LocalRateLimit","SESSION_TIMEOUT_SECONDS","borrow","borrow_mut","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","into","into_request","json_schema","max_packets","period","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","Branch","Config","DirectionalConfig","Fallthrough","Match","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","branches","default","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fallthrough","filter","fmt","fmt","fmt","fmt","from","from","from","from","into","into","into","into","into_request","into_request","into_request","into_request","is_referenceable","json_schema","json_schema","json_schema","json_schema","metadata_key","on_read","on_write","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","value","vzip","vzip","vzip","vzip","Config","Pass","borrow","borrow_mut","deserialize","fmt","from","into","into_request","json_schema","schema_id","schema_name","serialize","try_from","try_from","try_into","type_id","vzip","ConvertProtoConfigError","CreateFilterArgs","CreationError","Filter","FilterError","FilterInstance","ReadContext","StaticFilter","WriteContext","Config","Timestamp","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_ref","into","into_request","json_schema","metadata_key","new","observe","schema_id","schema_name","serialize","to_owned","try_from","try_from","try_into","type_id","vzip","Config","HashedTokenRouter","NoEndpointMatch","NoTokenFound","RouterError","TokenRouter","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","discriminant","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","hash","into","into","into_request","into_request","json_schema","metadata_key","schema_id","schema_name","serialize","sync_read","to_string","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","token","ClusterMap","DualStackEpollSocket","DualStackLocalSocket","DualStackLocalSocketRc","Endpoint","EndpointAddress","TcpListener","bind","bind_local","bind_local","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cluster","endpoint","fmt","from","from","from","from_raw","into","into","into","into_request","into_request","into_request","into_stream","local_addr","local_addr","local_ipv4_addr","local_ipv4_addr","local_ipv6_addr","local_ipv6_addr","make_refcnt","new","new","phoenix","port","raw_fd","raw_socket_with_reuse","raw_socket_with_reuse_and_address","recv_from","send_to","socket_port","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","xds","ClusterMap","ClusterMapDeser","EndpointSet","EndpointSetVersion","Token","TokenAddressMap","__clone_box","__clone_box","__clone_box","__clone_box","addresses_for_token","apply","benchmarking","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_token_map","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","contains","default","deserialize","deserialize","endpoints","endpoints","entry","eq","equivalent","equivalent","equivalent","equivalent","filter_endpoints","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_number","from_ref","from_ref","from_ref","from_ref","from_str","get","get_default","get_default_mut","get_mut","has_changed","has_endpoints","insert","insert_default","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","is_empty","is_empty","is_referenceable","iter","json_schema","len","len","mark","new","new","new","new_default","nth_endpoint","num_of_endpoints","number","proto","remove_endpoint","remove_endpoint_if","remove_locality","replace","replace","schema_name","serialize","to_owned","to_owned","to_owned","to_owned","to_string","token_map","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","update","update_unlocated_endpoints","version","version","vzip","vzip","vzip","vzip","vzip","with_version","Cluster","ClusterMap","Datacenter","Endpoint","Filter","FilterChain","Host","Ipv6","Locality","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clusters","config","config","default","default","default","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","endpoints","eq","eq","eq","eq","eq","eq","eq","eq","eq","filters","first","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","host","host","host","host2","icao_code","inner","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","label","label","locality","metadata","name","port","qcmp_port","region","second","sub_zone","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zone","Inner","Ipv4","Ipv6","Name","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","AddressKind","DynamicMetadata","Endpoint","EndpointAddress","EndpointMetadata","InvalidBase64","InvalidType","Ip","LOCALHOST","Locality","Metadata","MetadataError","MissingKey","Name","Set","UNSPECIFIED","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","cmp","cmp","compare","compare","compare","default","default","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from_proto","from_ref","from_ref","from_ref","from_ref","from_ref","from_str","from_str","from_str","hash","hash","hash","host","into","into","into","into","into","into_proto","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","known","metadata","metadata","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","port","port","schema_id","schema_id","schema_name","schema_name","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_socket_addr","to_string","to_string","to_string","tokens","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unknown","vzip","vzip","vzip","vzip","vzip","with_metadata","expected","key","Bool","Bytes","DynamicMetadata","KEY","Key","List","Literal","MetadataView","Number","Reference","Reference","String","Symbol","Value","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_bytes","as_literal","as_mut_string","as_reference","as_string","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_raw","from_ref","from_ref","from_ref","from_ref","from_ref","from_static","hash","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","is_referenceable","json_schema","json_schema","json_schema","json_schema","json_schema","key","known","new","new","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","resolve","resolve_to_bytes","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unknown","vzip","vzip","vzip","vzip","vzip","with_unknown","Builder","Coordinates","DistanceMeasure","Inner","Measurement","Phoenix","__clone_box","__clone_box","__clone_box","add_node","add_node_if_not_exists","add_nodes_from_config","adjustment_duration","background_update_task","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","default","deref","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","get_coordinates","incoming","interval_range","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","measure_distance","new","new","ordered_nodes_by_latency","outgoing","spawn","stability_threshold","subset_percentage","to_owned","to_owned","to_owned","total","total_nanos","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","BufferPool","FrozenPoolBuffer","PoolBuffer","__clone_box","alloc","alloc_sized","alloc_slice","as_mut_slice","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","capacity","clone","clone_into","clone_to_uninit","default","deref","deref","deref_mut","drop","extend_from_slice","fmt","fmt","freeze","from","from","from","from_ref","into","into","into","into_request","into_request","into_request","is_empty","is_empty","len","len","new","prepend_from_slice","split_prefix","split_suffix","to_owned","truncate","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","DurationNanos","UtcTimestamp","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","duration","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from_nanos","from_nanos","from_ref","from_ref","into","into","into_request","into_request","nanos","now","partial_cmp","sub","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unix","unix_nanos","vzip","vzip","CLUSTER_TYPE","Cluster","Cluster","DATACENTER_TYPE","Datacenter","Datacenter","FILTER_CHAIN_TYPE","FilterChain","FilterChain","LISTENER_TYPE","Listener","Listener","Resource","ResourceType","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","from","from","from_ref","from_str","into","into","into_request","into_request","to_owned","try_decode","try_encode","try_from","try_from","try_into","try_into","type_id","type_id","type_url","vzip","vzip"],"q":[[0,"quilkin"],[135,"quilkin::alloc"],[136,"quilkin::cli"],[218,"quilkin::cli::agent"],[256,"quilkin::cli::generate_config_schema"],[283,"quilkin::cli::manage"],[319,"quilkin::cli::proxy"],[332,"quilkin::cli::qcmp"],[384,"quilkin::cli::relay"],[416,"quilkin::codec"],[419,"quilkin::codec::prost"],[424,"quilkin::codec::qcmp"],[502,"quilkin::codec::qcmp::Protocol"],[508,"quilkin::components"],[526,"quilkin::components::admin"],[550,"quilkin::components::agent"],[591,"quilkin::components::manage"],[653,"quilkin::components::proxy"],[795,"quilkin::components::proxy::packet_router"],[813,"quilkin::components::relay"],[848,"quilkin::config"],[1182,"quilkin::config::DatacenterConfig"],[1185,"quilkin::config::providers"],[1214,"quilkin::config::providers::Providers"],[1217,"quilkin::config::providers::k8s"],[1220,"quilkin::config::providers::k8s::agones"],[1860,"quilkin::config::watch"],[1941,"quilkin::config::watch::agones"],[1942,"quilkin::filters"],[2426,"quilkin::filters::CreationError"],[2430,"quilkin::filters::capture"],[2546,"quilkin::filters::compress"],[2696,"quilkin::filters::concatenate"],[2749,"quilkin::filters::debug"],[2769,"quilkin::filters::drop"],[2788,"quilkin::filters::firewall"],[2923,"quilkin::filters::firewall::PortRangeError"],[2925,"quilkin::filters::load_balancer"],[2976,"quilkin::filters::local_rate_limit"],[3002,"quilkin::filters::match"],[3099,"quilkin::filters::pass"],[3117,"quilkin::filters::prelude"],[3126,"quilkin::filters::timestamp"],[3158,"quilkin::filters::token_router"],[3207,"quilkin::filters::token_router::RouterError"],[3208,"quilkin::net"],[3268,"quilkin::net::cluster"],[3408,"quilkin::net::cluster::proto"],[3624,"quilkin::net::cluster::proto::host"],[3648,"quilkin::net::endpoint"],[3831,"quilkin::net::endpoint::MetadataError"],[3833,"quilkin::net::endpoint::metadata"],[4032,"quilkin::net::phoenix"],[4129,"quilkin::pool"],[4189,"quilkin::time"],[4240,"quilkin::xds"],[4283,"dyn_clone::sealed"],[4284,"quilkin_proto::generated::envoy::service::discovery::v3"],[4285,"alloc::vec"],[4286,"alloc::string"],[4287,"core::net::socket_addr"],[4288,"core::option"],[4289,"quilkin_xds"],[4290,"clap_builder::builder::command"],[4291,"quilkin_xds::config"],[4292,"core::result"],[4293,"serde::de"],[4294,"core::fmt"],[4295,"clap_builder::parser::matches::arg_matches"],[4296,"clap_builder"],[4297,"clap_builder::util::id"],[4298,"core::iter::traits::iterator"],[4299,"tonic::request"],[4300,"schemars::gen"],[4301,"schemars::schema"],[4302,"quilkin_xds::server"],[4303,"core::future::future"],[4304,"core::marker"],[4305,"alloc::borrow"],[4306,"serde::ser"],[4307,"core::any"],[4308,"core::time"],[4309,"tokio::sync::oneshot"],[4310,"alloc::sync"],[4311,"prost::error"],[4312,"prost::message"],[4313,"serde_json::value"],[4314,"prost_types::protobuf"],[4315,"prost_types::protobuf::value"],[4316,"serde_json::map"],[4317,"alloc::boxed"],[4318,"core::pin"],[4319,"socket2::socket"],[4320,"eyre"],[4321,"std::thread"],[4322,"quilkin_xds::locality"],[4323,"core::cmp"],[4324,"quilkin_proto::generated::quilkin::config::v1alpha1"],[4325,"core::hash"],[4326,"core::convert"],[4327,"quilkin::components::proxy::error"],[4328,"quilkin::components::proxy::sessions"],[4329,"std::io::error"],[4330,"quilkin::config::config_type"],[4331,"quilkin::config::slot"],[4332,"core::clone"],[4333,"core::default"],[4334,"quilkin::filters::error"],[4335,"quilkin::config::error"],[4336,"quilkin::filters::factory"],[4337,"serde_yaml::error"],[4338,"std::io"],[4339,"core::net::ip_addr"],[4340,"dashmap::mapref::one"],[4341,"dashmap::iter"],[4342,"core::ops::function"],[4343,"quilkin::filters::read"],[4344,"core::error"],[4345,"clap_builder::builder::possible_value"],[4346,"quilkin_proto::generated::envoy::config::listener::v3"],[4347,"quilkin::filters::write"],[4348,"core::sync::atomic"],[4349,"tokio::runtime::task::join"],[4350,"kube_client::client"],[4351,"futures_core::stream"],[4352,"alloc::collections::btree::map"],[4353,"kube_core::discovery"],[4354,"k8s_openapi::v1_29::apiextensions_apiserver::pkg::apis::apiextensions::v1::custom_resource_definition"],[4355,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::time"],[4356,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::managed_fields_entry"],[4357,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::object_meta"],[4358,"k8s_openapi::v1_29::apimachinery::pkg::apis::meta::v1::owner_reference"],[4359,"std::path"],[4360,"arc_swap::access"],[4361,"tokio::sync::watch"],[4362,"quilkin::filters::chain"],[4363,"quilkin::filters::set"],[4364,"core::iter::traits::collect"],[4365,"quilkin::filters::registry"],[4366,"serde_json::error"],[4367,"prometheus::errors"],[4368,"schemars"],[4369,"quilkin::net::endpoint::address"],[4370,"quilkin::filters::capture::affix"],[4371,"quilkin::filters::capture::regex"],[4372,"quilkin::filters::capture::config"],[4373,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture"],[4374,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1"],[4375,"quilkin::filters::compress::config"],[4376,"quilkin::filters::compress::compressor"],[4377,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress"],[4378,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1"],[4379,"quilkin::filters::concatenate::config"],[4380,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate"],[4381,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1"],[4382,"quilkin_proto::generated::quilkin::filters::debug::v1alpha1"],[4383,"quilkin_proto::generated::quilkin::filters::drop::v1alpha1"],[4384,"quilkin::filters::firewall::config"],[4385,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall"],[4386,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1"],[4387,"quilkin::filters::load_balancer::config"],[4388,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1"],[4389,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer"],[4390,"quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1"],[4391,"quilkin::filters::match::config"],[4392,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1"],[4393,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match"],[4394,"quilkin_proto::generated::quilkin::filters::pass::v1alpha1"],[4395,"quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1"],[4396,"quilkin_proto::generated::quilkin::filters::token_router::v1alpha1"],[4397,"quilkin_xds::net"],[4398,"tokio_stream::wrappers::tcp_listener"],[4399,"io_uring::types"],[4400,"tokio::net::addr"],[4401,"dashmap::mapref::entry"],[4402,"dashmap"],[4403,"alloc::collections::btree::set"],[4404,"std::collections::hash::map"],[4405,"quilkin_proto::generated::quilkin::config::v1alpha1::host"],[4406,"bytes::buf::buf_mut"],[4407,"prost::encoding::wire_type"],[4408,"prost::encoding"],[4409,"bytes::buf::buf_impl"],[4410,"quilkin_proto::generated::envoy::config::core::v3"],[4411,"quilkin_proto::generated::envoy::config::core::v3::address"],[4412,"quilkin_proto::generated::envoy::config::endpoint::v3"],[4413,"bytes::bytes"],[4414,"quilkin::net::endpoint::metadata::symbol"],[4415,"lasso::keys"],[4416,"core::ops::range"],[4417,"quilkin_macros"],[4418,"quilkin::alloc::metrics"],[4419,"quilkin::net::endpoint::base64_set"]],"i":[17,0,0,47,17,47,0,0,0,0,0,17,16,4,17,0,24,0,4,4,16,24,16,24,16,24,4,17,16,24,4,17,0,16,4,17,16,4,17,16,4,17,17,4,0,24,24,24,0,0,24,4,16,17,4,4,17,0,4,16,24,4,17,16,24,4,17,16,24,16,24,16,4,17,0,16,24,4,4,16,0,4,16,24,4,17,16,24,4,17,4,24,0,16,16,0,24,4,0,16,16,24,4,4,4,0,0,16,16,4,17,16,16,24,4,17,16,24,4,17,16,24,4,17,16,24,16,24,4,16,24,4,17,16,0,0,0,45,44,0,0,0,45,44,0,0,45,44,44,0,45,0,45,0,45,44,45,24,0,45,45,44,45,44,45,44,45,44,45,44,44,45,24,24,44,24,44,44,44,44,44,44,44,45,44,45,45,45,44,45,44,0,45,44,45,44,45,24,0,24,0,0,24,0,44,45,44,44,44,45,44,45,44,45,45,45,44,45,0,0,0,49,49,49,49,49,49,49,49,49,49,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,54,54,54,54,54,54,54,54,54,0,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,0,0,0,0,16,16,16,16,16,16,16,16,16,0,56,0,56,57,57,57,57,56,56,56,57,56,57,56,57,56,57,56,57,57,56,57,56,57,56,57,56,57,56,57,57,56,56,57,56,57,57,56,57,56,57,56,57,56,57,56,57,56,57,56,57,0,0,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,0,0,0,0,0,0,0,0,0,73,73,0,0,69,69,0,0,0,73,68,69,70,68,69,73,70,68,69,73,68,69,68,69,68,69,69,70,70,69,69,68,69,73,73,70,68,69,73,68,69,70,68,69,73,70,68,69,73,68,68,69,69,69,69,69,69,0,68,69,73,70,68,69,73,70,68,69,73,70,68,69,73,70,68,69,73,338,339,338,339,339,339,0,0,0,82,82,82,82,82,82,0,0,82,0,82,82,82,82,82,0,78,78,0,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,0,0,0,0,52,81,81,52,81,52,52,52,52,52,52,81,52,52,81,81,52,81,52,52,52,81,81,52,81,52,81,81,52,81,52,81,52,81,52,81,52,0,0,0,0,0,83,88,83,88,83,88,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,88,83,83,83,83,88,83,88,83,83,88,88,83,83,88,83,88,88,83,83,83,83,83,83,83,88,83,88,83,88,83,88,83,83,91,91,91,0,91,91,91,0,0,0,0,0,0,91,0,0,89,55,98,92,98,340,341,90,91,89,55,92,98,340,341,90,91,89,55,89,55,89,55,89,55,341,98,340,90,55,98,91,92,91,91,91,91,91,91,91,55,92,98,340,341,90,91,91,89,55,89,55,92,91,55,92,98,340,341,90,91,89,55,92,98,340,341,90,91,89,55,55,341,90,90,92,89,90,90,0,90,90,90,92,92,90,340,89,90,89,55,91,90,92,98,340,341,90,91,89,55,92,98,340,341,90,91,89,55,92,98,340,341,90,91,89,55,92,98,340,341,90,91,89,55,55,0,99,99,99,99,99,99,99,99,99,99,99,0,99,99,99,99,99,0,0,59,100,59,100,59,59,59,59,59,59,100,59,59,59,100,59,100,59,59,100,100,59,100,59,100,59,100,59,100,59,100,59,100,0,0,105,111,0,0,0,0,0,0,102,120,0,120,0,111,111,105,120,0,0,102,108,0,120,0,0,102,103,105,106,107,101,108,109,110,111,4,4,101,102,120,103,342,105,106,107,101,108,109,110,111,102,120,103,342,105,106,107,101,108,109,110,111,102,103,105,106,107,101,108,109,110,111,102,103,105,106,107,101,108,109,110,111,102,103,105,106,107,101,101,108,109,110,111,111,4,109,4,4,103,106,101,108,4,4,4,102,102,103,342,105,106,107,101,108,109,103,102,103,106,107,101,108,109,101,101,101,101,108,108,108,108,109,109,109,109,4,102,120,120,103,105,106,107,101,101,108,109,110,111,102,102,120,120,103,103,103,103,342,105,106,107,101,108,109,109,110,111,4,102,103,105,106,107,101,108,109,110,111,101,106,106,101,107,4,106,102,120,103,342,105,106,107,101,108,109,110,111,102,120,103,342,105,106,107,101,108,109,110,111,106,103,106,101,103,106,102,103,105,106,107,101,108,109,110,109,106,103,106,103,109,110,103,0,107,103,103,102,105,107,108,109,102,103,105,106,107,101,108,109,102,103,342,105,106,107,101,108,109,120,103,103,102,103,105,106,107,101,108,109,110,111,111,120,101,102,120,103,342,105,106,107,101,108,109,109,109,110,111,102,120,103,342,105,106,107,101,108,109,110,111,103,102,120,103,342,105,106,107,101,108,109,110,111,111,106,4,102,120,103,342,105,106,107,101,108,109,110,111,0,103,103,103,343,344,344,143,143,0,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,0,143,143,143,143,143,143,143,143,143,345,345,346,0,0,0,157,157,160,162,167,161,157,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,161,162,167,161,157,0,0,157,170,157,157,170,157,0,0,0,157,157,161,163,163,163,157,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,156,156,172,151,164,151,164,151,164,151,164,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,153,155,155,151,164,151,164,151,164,153,154,159,160,161,163,166,171,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,151,164,151,164,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,151,164,164,159,153,155,159,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,151,164,164,151,164,151,164,159,151,164,151,164,169,169,151,164,151,164,151,164,171,151,164,155,158,151,164,151,164,151,151,164,164,151,164,156,151,164,151,164,151,151,164,164,158,155,153,156,155,172,166,172,172,156,151,151,164,164,168,153,166,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,153,151,153,154,155,156,157,158,159,160,161,162,163,164,166,167,168,169,170,171,172,151,164,151,164,151,164,171,151,164,156,164,151,164,164,166,153,166,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,168,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,151,151,164,164,151,151,164,164,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,0,0,128,0,0,0,112,128,0,0,179,181,112,128,179,181,112,128,112,128,112,128,112,128,128,112,112,179,181,112,179,181,112,179,181,112,128,112,128,0,180,179,181,112,128,179,181,112,128,112,112,179,179,181,181,180,112,112,112,112,112,112,128,179,181,112,128,179,181,112,128,179,181,112,128,179,181,112,128,112,112,0,217,0,197,0,197,133,0,197,217,114,0,0,0,133,0,197,114,0,197,133,0,114,0,0,0,0,0,0,0,0,0,0,197,133,0,197,114,114,133,0,197,0,197,0,197,133,114,114,217,133,114,0,197,133,0,0,197,0,197,0,133,197,0,186,123,187,188,217,217,191,132,142,205,211,213,209,208,212,206,207,210,214,186,133,114,196,123,198,187,199,188,192,197,191,132,142,205,211,213,209,208,212,206,207,210,214,186,133,114,196,123,198,187,199,188,192,197,0,186,123,187,188,186,123,187,188,186,123,187,188,0,0,123,191,189,132,142,189,0,186,187,192,187,186,142,132,133,0,191,189,189,132,217,186,133,114,196,133,133,133,133,114,114,114,114,196,196,196,196,217,123,0,191,186,133,133,114,114,196,196,198,199,188,191,132,200,142,205,211,213,209,208,212,206,207,210,214,186,133,133,114,114,114,114,114,114,114,114,196,123,198,187,187,199,188,192,197,197,197,197,197,197,197,197,197,197,197,197,197,197,217,187,186,123,187,188,198,187,198,133,186,187,191,132,142,205,211,213,209,208,212,206,207,210,214,186,133,114,196,123,198,187,199,188,192,197,187,191,132,142,205,211,213,209,208,212,206,207,210,214,186,133,114,196,123,198,187,199,188,192,197,186,186,186,187,186,123,186,0,0,0,132,142,0,196,189,191,132,142,186,196,123,0,0,205,211,213,209,208,212,206,207,210,214,186,199,188,192,197,134,198,189,189,186,186,132,142,0,186,123,187,188,133,114,196,0,186,186,191,132,142,205,211,213,209,208,212,206,207,210,214,186,133,114,196,123,198,187,199,188,188,192,197,217,205,211,213,209,208,212,206,207,210,214,199,188,192,191,132,142,205,211,213,209,208,212,206,207,210,214,186,133,114,196,123,198,187,199,188,192,197,197,197,197,197,197,197,197,197,197,197,197,197,197,191,132,142,205,211,213,209,208,212,206,207,210,214,186,133,114,196,123,198,187,199,188,192,197,191,132,142,205,211,213,209,208,212,206,207,210,214,186,133,114,196,123,198,187,199,188,192,197,187,211,213,209,208,207,210,186,199,188,197,134,347,347,348,348,0,0,0,0,0,232,0,232,0,0,232,229,230,232,233,231,229,230,232,233,231,227,229,230,231,229,230,232,233,231,229,230,232,233,231,229,229,229,229,230,230,230,230,229,230,232,233,231,229,230,232,232,232,232,233,231,229,230,232,233,231,232,229,230,232,233,231,229,230,232,233,231,233,231,229,230,229,230,232,233,231,229,230,232,233,231,229,230,232,233,231,229,230,233,229,230,232,232,233,233,231,229,230,232,233,231,229,230,232,233,231,229,230,232,233,231,0,0,237,0,0,0,237,0,237,240,236,0,239,240,236,239,236,237,238,239,240,241,236,237,238,239,240,241,236,237,238,239,236,237,238,239,236,237,238,239,236,236,237,237,238,238,239,239,240,236,237,238,236,237,238,240,241,236,237,238,239,236,236,236,236,237,237,237,237,238,238,238,238,241,241,236,237,238,239,240,240,241,236,236,237,237,238,238,239,236,237,238,239,241,240,241,236,237,238,239,240,241,236,237,238,239,236,237,238,238,238,238,236,237,238,236,237,238,236,237,238,236,237,238,239,241,240,241,236,237,238,239,240,241,236,237,238,239,240,241,236,237,238,239,240,241,236,237,238,239,245,0,0,245,245,0,245,246,245,246,246,245,245,246,245,246,245,245,245,245,246,246,246,246,245,246,245,245,246,246,245,246,245,246,245,246,213,246,246,245,246,245,246,245,246,245,246,245,246,245,246,245,246,0,0,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,0,0,0,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,0,254,0,254,0,257,0,0,0,253,254,255,256,255,253,254,255,257,256,253,254,255,257,256,253,254,255,256,253,254,255,256,253,254,255,256,255,256,253,254,255,256,253,254,255,256,253,253,253,253,254,254,254,254,255,255,255,255,256,256,256,256,253,254,255,257,257,256,253,254,254,255,257,256,253,254,255,256,253,254,255,257,256,253,254,255,257,256,253,254,255,256,256,253,253,255,253,254,255,256,253,254,255,256,253,254,255,256,255,253,254,255,256,257,253,253,254,255,257,256,253,254,255,257,256,253,254,255,257,256,253,254,255,257,256,349,349,0,260,0,0,260,260,260,261,260,261,260,260,261,260,261,260,261,261,261,261,260,260,260,260,261,260,261,261,260,260,261,260,261,260,261,260,261,261,260,261,260,261,260,261,260,261,260,261,260,261,260,0,0,0,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,0,0,0,0,0,267,268,269,266,267,268,269,266,268,266,267,268,269,266,267,268,269,266,267,267,267,267,268,268,268,268,269,269,269,269,266,266,266,266,268,269,267,268,269,266,267,268,269,266,267,268,269,266,267,268,269,266,266,267,268,269,266,268,267,267,267,268,269,266,267,268,269,266,267,268,269,266,267,267,268,268,269,269,266,267,268,269,266,267,268,269,266,269,267,268,269,266,0,0,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,273,0,0,0,0,0,0,0,0,0,0,0,226,226,226,226,226,226,226,226,226,226,226,226,226,226,226,226,226,226,226,226,188,226,226,226,226,226,226,226,226,226,0,0,278,278,0,0,278,277,278,277,277,277,278,278,277,278,278,278,278,277,277,277,277,278,278,277,278,277,278,278,277,278,277,277,277,277,277,277,192,278,278,277,277,278,277,278,277,278,277,350,0,0,0,0,0,0,0,280,281,282,280,281,282,280,281,282,0,0,282,280,281,282,281,280,281,282,280,281,282,280,280,282,281,282,281,282,281,281,282,0,280,281,0,0,282,282,0,280,281,282,280,281,282,280,281,282,280,281,282,0,0,0,0,0,0,0,220,287,291,289,220,220,220,220,292,287,291,289,220,292,287,291,289,289,220,287,291,289,220,287,291,289,220,287,287,291,291,289,289,220,220,292,220,289,220,291,291,291,291,291,220,220,291,291,289,220,220,220,292,287,291,289,291,220,287,291,289,291,220,220,220,220,220,220,220,220,220,292,287,291,289,220,292,287,291,289,220,289,220,220,220,220,289,220,220,287,289,220,220,220,291,0,220,220,220,220,289,220,220,220,287,291,289,291,289,220,292,287,291,289,220,292,287,291,289,220,292,287,291,289,289,220,220,289,220,292,287,291,289,289,0,0,0,0,0,0,0,0,0,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,298,138,138,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,299,298,299,85,300,301,302,303,138,304,304,300,298,299,85,300,301,302,303,138,304,298,299,85,85,300,301,302,302,302,303,138,304,298,299,85,300,301,302,303,138,304,0,302,303,302,303,301,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,138,138,299,302,138,302,303,85,300,85,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,304,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,298,299,85,300,301,302,303,138,304,85,0,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,305,0,0,0,0,0,313,313,311,221,0,0,0,313,311,0,221,221,311,175,312,313,175,221,311,175,312,313,221,311,175,312,313,221,311,175,312,313,221,311,175,312,313,221,311,175,312,313,221,311,175,221,311,175,175,312,221,311,175,312,221,311,175,175,312,221,221,221,221,311,311,311,311,175,175,175,175,312,312,312,312,221,221,311,311,175,312,313,313,221,221,221,221,221,221,221,221,311,175,175,312,313,175,221,311,175,312,313,221,311,175,221,311,175,221,221,311,175,312,313,175,221,311,175,312,313,175,312,321,0,175,175,221,311,175,312,221,221,175,312,175,312,221,311,175,312,221,311,175,312,313,221,221,311,313,312,221,221,221,221,221,311,175,175,312,312,313,221,311,175,312,313,221,311,175,312,313,321,221,311,175,312,313,175,351,351,228,228,0,0,0,228,323,0,228,0,323,228,0,0,325,323,324,228,326,228,323,228,323,228,325,323,324,228,326,325,323,324,228,326,325,323,324,228,326,325,323,324,228,326,325,325,323,324,324,228,326,325,323,324,228,325,323,324,228,326,325,323,324,228,326,325,323,324,228,326,325,325,325,325,323,323,323,323,324,324,324,324,228,228,228,228,326,326,326,326,325,325,323,324,324,228,228,326,325,325,325,325,323,323,323,324,228,228,228,228,228,228,228,228,228,326,326,325,325,323,324,228,326,325,325,325,323,324,228,326,325,323,324,228,326,324,325,323,324,228,326,324,326,325,324,326,325,323,324,228,323,323,325,323,324,228,326,325,323,324,228,326,325,323,324,228,326,325,323,324,228,326,325,324,228,325,323,324,228,228,326,326,325,323,324,228,326,325,323,324,228,326,326,325,323,324,228,326,326,0,0,0,0,0,0,72,328,331,328,328,328,330,328,330,72,328,332,331,330,72,328,332,331,330,328,72,328,331,72,328,331,72,72,328,331,331,72,328,328,332,331,330,72,72,328,332,331,72,328,331,328,72,330,330,72,328,332,331,330,72,328,332,331,329,330,328,328,72,0,330,330,72,328,331,72,72,330,72,328,332,331,330,72,328,332,331,330,72,328,332,331,330,72,328,332,331,0,0,0,97,94,94,94,222,222,94,222,97,94,222,97,222,97,97,97,94,222,97,222,222,222,94,222,222,94,222,97,97,94,222,97,94,222,97,222,97,222,97,94,222,222,222,97,222,94,222,97,94,222,97,94,222,97,94,222,97,0,0,71,76,71,76,71,76,71,76,71,76,71,71,76,76,76,76,76,76,76,76,76,76,71,71,76,71,76,71,76,71,76,71,76,76,71,76,71,71,76,71,76,71,76,71,76,71,71,71,76,0,337,336,0,337,336,0,337,336,0,337,336,0,0,336,337,336,337,336,336,336,336,336,337,336,336,336,337,336,337,336,336,337,337,337,336,337,336,337,336,337,337,336],"f":"````````````{{{b{c}}d}f{}}00```{{{b{h}}{b{j}}}l}{{{b{h}}{b{j}}{A`{n}}{b{{Ad{Ab}}}}{Ah{Af}}}{{Aj{f}}}}{AlAl}000{{{b{c}}}{{b{e}}}{}{}}000{{{b{Anc}}}{{b{Ane}}}{}{}}000`{{{b{B`}}}B`}{{{b{h}}}h}{{{b{Bb}}}Bb}{{{b{c}}{b{Ane}}}f{}{}}00{{{b{c}}}f{}}000``{{}Al}`0````{{}B`}{{}Bb}{{{b{h}}{b{Bd}}}{{Aj{Bf}}}}{c{{Bh{h}}}Bj}{{{b{Bb}}{b{Bb}}}l}``{{{b{B`}}{b{AnBl}}}Bn}{{{b{C`}}{b{AnBl}}}Bn}{{{b{h}}{b{AnBl}}}Bn}{{{b{Bb}}{b{AnBl}}}Bn}{cc{}}000{{{b{Cb}}}{{Bh{B`Cd}}}}{{{b{Cb}}}{{Bh{C`Cd}}}}{{{b{AnCb}}}{{Bh{B`Cd}}}}{{{b{AnCb}}}{{Bh{C`Cd}}}}{{{b{c}}}c{}}00`{{}{{Ah{Cf}}}}0`{{{b{h}}}Ab}``{{{b{h}}{b{j}}}{{`{{Cl{}{{Ch{{Cj{{b{j}}{A`{Ab}}}}}}}}}}}}{ce{}{}}000{c{{Cn{e}}}{}{}}000{{{b{AnD`}}}Db}`{Bb{{Cj{DdDf}}}}````{{{b{h}}{Dh{h}}}{{`{{Dl{}{{Dj{f}}}}Dn}}}}````{{}{{E`{j}}}}{{}Ab}{{{b{h}}c}BhEb}```{{{b{c}}}e{}{}}00`{c{{Bh{e}}}{}{}}0000000{{{b{c}}}Ed{}}000{{{b{AnB`}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnC`}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnB`}}{b{AnCb}}}{{Bh{fCd}}}}{{{b{AnC`}}{b{AnCb}}}{{Bh{fCd}}}}`>>>>``{{EfDf}f}```````````````````{{{b{c}}d}f{}}0``{AlAl}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{Eh}}}Eh}{{{b{Ej}}}Ej}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}00``{{}Eh}{{C`{Ah{{El{f}}}}}{{En{f}}}}{{{b{Eh}}{b{Eh}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{Eh}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{Eh}}{b{AnBl}}}Bn}{{{b{Ej}}{b{AnBl}}}Bn}{cc{}}0{{{b{Cb}}}{{Bh{EjCd}}}}{{{b{AnCb}}}{{Bh{EjCd}}}}{{{b{c}}}c{}}0{{{b{j}}}{{Bh{Ehc}}}{}}`{{{b{j}}}l}{ce{}{}}0{c{{Cn{e}}}{}{}}0```````{{{b{c}}}e{}{}}0{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}6000{{{b{c}}}Ed{}}0{{{b{AnEj}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnEj}}{b{AnCb}}}{{Bh{fCd}}}}77```{{{b{c}}d}f{}}`{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{Fb}}}Fb}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Fb}{{}Fd}{{{b{Fb}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{FbCd}}}}{{{b{AnCb}}}{{Bh{FbCd}}}}{{{b{c}}}c{}}{{}{{Ah{Cf}}}}`{ce{}{}}{c{{Cn{e}}}{}{}}`````{{Fb{Ff{h}}FhDf}{{En{f}}}}`{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnFb}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnFb}}{b{AnCb}}}{{Bh{fCd}}}}7``{{{b{c}}d}f{}}{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{Fj}}}Fj}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}`{{{b{Fj}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{FjCd}}}}{{{b{AnCb}}}{{Bh{FjCd}}}}{{{b{c}}}c{}}{{{b{Fj}}}{{En{f}}}}{{}{{Ah{Cf}}}}{ce{}{}}{c{{Cn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnFj}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnFj}}{b{AnCb}}}{{Bh{fCd}}}}6```{{{b{c}}d}f{}}`{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{Fl}}}Fl}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Fd}{{{b{Fl}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{FlCd}}}}{{{b{AnCb}}}{{Bh{FlCd}}}}{{{b{c}}}c{}}{{}{{Ah{Cf}}}}{ce{}{}}{c{{Cn{e}}}{}{}}`````{{Fl{Ff{h}}FhDf}{{En{f}}}}`{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnFl}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnFl}}{b{AnCb}}}{{Bh{fCd}}}}7````>`````{{B`{Ff{h}}Fn{Ah{{El{f}}}}Df}{{En{f}}}}``````{{{b{c}}d}f{}}0`{AlAl}000{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{G`}}}G`}{{{b{Gb}}}Gb}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}0`{{{b{G`}}{b{AnBl}}}Bn}{{{b{Gb}}{b{AnBl}}}Bn}{cc{}}0{{{b{Cb}}}{{Bh{G`Cd}}}}{{{b{Cb}}}{{Bh{GbCd}}}}{{{b{AnCb}}}{{Bh{G`Cd}}}}{{{b{AnCb}}}{{Bh{GbCd}}}}{{{b{c}}}c{}}0{{}{{Ah{Cf}}}}{{{b{j}}}l}{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{Gb}}}{{En{f}}}}{{{b{c}}}e{}{}}0{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0{{{b{AnG`}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnGb}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnG`}}{b{AnCb}}}{{Bh{fCd}}}}{{{b{AnGb}}{b{AnCb}}}{{Bh{fCd}}}}99```{{{b{c}}d}f{}}{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{Gd}}}Gd}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Gd}{{{b{Gd}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{GdCd}}}}{{{b{AnCb}}}{{Bh{GdCd}}}}{{{b{c}}}c{}}{{}{{Ah{Cf}}}}`{ce{}{}}{c{{Cn{e}}}{}{}}``{{Gd{Ff{h}}GfDf}{{En{f}}}}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnGd}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnGd}}{b{AnCb}}}{{Bh{fCd}}}}7````{{{b{c}}}{{Bh{{A`{Gh}}Gj}}}Gl}{GnH`}{Hb{{Ah{{Hd{AbGn}}}}}}{HbGn}{HfH`}```````````{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}000{{{b{Anc}}}{{b{Ane}}}{}{}}000{{{b{Hh}}}Hh}{{{b{Hj}}}Hj}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}00{{}Hl}{{{b{Hl}}}{{b{c}}}{}}{{{b{Hj}}Hn}{{Ah{I`}}}}{{{b{Hj}}{b{AnHl}}}{{b{{Ad{Gh}}}}}}{{{b{Hh}}{b{AnBl}}}Bn}{{{b{Hj}}{b{AnBl}}}Bn}{{{b{Ib}}{b{AnBl}}}Bn}0{cc{}}000{{{b{c}}}c{}}0{ce{}{}}000{c{{Cn{e}}}{}{}}000{{{b{Hh}}Af}{{If{{Id{Dl}}}}}}{{}{{En{Hh}}}}{{{b{Hj}}}Gh}{{{b{{Ad{Gh}}}}}{{Bh{{Ah{Hj}}Ib}}}}{{}Hj}{{GhHnHn}Hj}{GhHj}{{{b{Hj}}Hn}{{Ah{Ih}}}}{{IjDf}{{En{f}}}}{{{b{c}}}e{}{}}0{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}0000000{{{b{c}}}Ed{}}000>>>>`````````{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}`{cc{}}{ce{}{}}{c{{Cn{e}}}{}{}}`````6651``````{{{b{c}}d}f{}}54{{{b{Il}}}Il}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{{b{Il}}{b{AnBl}}}Bn}7{{{b{c}}}c{}}{{{b{Il}}}Ef}87{{{b{Il}}{Ff{h}}{Ah{Af}}}{{J`{{In{f}}}}}}{{{b{c}}}e{}{}}??>:````8`==<<{{{b{Fh}}}Fh}76{{}Fh}{{{b{Fh}}{b{AnBl}}}Bn}>>6`==<<`{{{b{Fh}}}l}``````{{Jb{Jd{Fh}}}{{En{f}}}}5{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0{ce{}{}}0`````{{{b{c}}d}f{}}`{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{Jf}}}Jf}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{{b{Jf}}{b{Jf}}}Jh}{{{b{Jf}}}Ab}{{{b{c}}{b{e}}}Jh{}{}}{{}Jf}{c{{Bh{Jf}}}Bj}{{{b{Jf}}{b{Jf}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{Jf}}{b{AnBl}}}{{Bh{fF`}}}}0{JjJf}{cc{}}0{{{b{c}}}c{}}{{{b{j}}}{{Bh{Jf}}}}{{{b{Jf}}{b{Anc}}}fJl}{ce{}{}}0{c{{Cn{e}}}{}{}}0{{}l}{{{b{AnD`}}}Db}``{{ceg}Jf{{Jn{j}}}{{Jn{j}}}{{Jn{j}}}}{{{b{Jf}}{b{Jf}}}{{Ah{Jh}}}}`{{{b{Jf}}}{{b{j}}}}`{{K`{Jd{Fh}}}{{En{f}}}}{{}{{E`{j}}}}{{}Ab}{{{b{Jf}}c}BhEb}{{{b{Jf}}}{{Ah{{b{j}}}}}}{{{b{c}}}e{}{}}{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0??{cJf{{Jn{j}}}}5````````````````{{{b{c}}d}f{}}0`{{{b{c}}}{{b{e}}}{}{}}0000000{{{b{Anc}}}{{b{Ane}}}{}{}}0000000{{{b{Kb}}}Kb}{{{b{Fn}}}Fn}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}0```{{}Kd}{{}Fn}`{{{b{Kf}}}{{b{j}}}}{{{b{AnKh}}}f}{{{b{Kf}}{b{Kf}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{Kf}}{b{AnBl}}}Bn}0{{{b{Fn}}{b{AnBl}}}Bn}{cc{}}00000{KjKf}11{{{b{c}}}c{}}0`{{{b{Kf}}{b{Anc}}}fJl}`{ce{}{}}0000000{c{{Cn{e}}}{}{}}0000000{{{b{Fn}}}{{Ah{l}}}}```{{{Ff{h}}{A`{Kb}}{Ff{Kl}}}{{Ff{Kh}}}}{Kn{{L`{{Cj{Kb`}}}}}}`````{{Kd{Jd{Fn}}{Ah{{El{f}}}}}{{En{f}}}}`{{{b{Kh}}}{{b{{`{``}}}}}}``{{{b{Kb}}{A`{Ld}}}{{A`{Ld}}}}`{{{b{c}}}e{}{}}0{{{b{c}}}Ab{}}`{c{{Bh{e}}}{}{}}000000000000000{{{b{c}}}Ed{}}0000000;;;;;;;;``{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}```{cc{}}>=``{{Lf{Cj{Kb`}}}{{In{f}}}}{{{Ff{h}}Ij{A`{{Cj{Kb`}}}}{b{{Ff{Kh}}}}{Ff{Kl}}}{{En{f}}}}665{ce{}{}}```{{{b{c}}d}f{}}6655{{{b{Gf}}}Gf}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Gf}{{{b{Gf}}{b{AnBl}}}Bn}99{{{b{c}}}c{}}`77{c{{Cn{e}}}{}{}}0{{{b{Gf}}}l}```{{Lh{Jd{Gf}}}{{En{f}}}}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0==````````````````````````````<<<<<<<<<<{{{b{h}}{b{j}}{A`{n}}{b{{Ad{Ab}}}}{Ah{Af}}}{{En{f}}}}{{{b{h}}}f}{{{b{Lj}}}{{b{j}}}}{{{b{c}}}{{b{e}}}{}{}}00000000000{{{b{Anc}}}{{b{Ane}}}{}{}}00000000000{{{b{Ll}}}Ll}{{{b{{Ln{c}}}}}{{Ln{c}}}M`}{{{b{Mb}}}Mb}{{{b{Md}}}Md}{{{b{Mf}}}Mf}{{{b{Lj}}}Lj}{{{b{Mh}}}Mh}{{{b{Mj}}}Mj}{{{b{Ml}}}Ml}{{{b{Mn}}}Mn}{{{b{c}}{b{Ane}}}f{}{}}000000000{{{b{c}}}f{}}00000000000```{{{b{h}}}{{b{{N`{Md}}}}}}{{}{{Ln{c}}}Nb}{{}Md}{{}Lj}{{}Mh}{{}h}0{{{b{h}}{b{Bd}}}{{En{Bf}}}}{{Ll{b{j}}}{{Bh{{Cj{Gne}}Nd}}}{GlNb}{NfNh{Nj{c}}}}{c{{Bh{Ll}}}Bj}{c{{Bh{{Ln{e}}}}}BjNh}{c{{Bh{e}}}Bj{{Nl{{A`{Gh}}}}}}{c{{Bh{Mb}}}Bj}{c{{Bh{Md}}}Bj}{c{{Bh{Mf}}}Bj}{c{{Bh{Lj}}}Bj}{c{{Bh{Mh}}}Bj}{c{{Bh{Mj}}}Bj}{{}{{Ln{c}}}{}}{{{b{Ll}}{b{Ll}}}l}{{{b{{Ln{c}}}}{b{{Ln{c}}}}}lNn}{{{b{Md}}{b{Md}}}l}{{{b{Mf}}{b{Mf}}}l}{{{b{Lj}}{b{Lj}}}l}{{{b{Mh}}{b{Mh}}}l}{{{b{Mj}}{b{Mj}}}l}{{{b{c}}{b{e}}}l{}{}}00000000000`{{{b{Ll}}{b{AnBl}}}Bn}{{{b{O`}}{b{AnBl}}}Bn}0{{{b{{Ln{c}}}}{b{AnBl}}}BnOb}{{{b{Mb}}{b{AnBl}}}Bn}{{{b{Md}}{b{AnBl}}}Bn}{{{b{Mf}}{b{AnBl}}}Bn}{{{b{Lj}}{b{AnBl}}}Bn}0{{{b{Mh}}{b{AnBl}}}Bn}{{{b{Mj}}{b{AnBl}}}Bn}{{{b{Ml}}{b{AnBl}}}Bn}{{{b{Mn}}{b{AnBl}}}Bn}{cc{}}{GnLl}{NdO`}2{{{Ah{c}}}{{Ln{c}}}{}}{Odc{}}{c{{Ln{c}}}{}}5555555{{{Cj{AbOf}}}Mj}666{c{{Bh{hOh}}}Oj}{{{b{c}}}c{}}000000000{{{b{j}}}{{Bh{Ljc}}}{}}{{{b{Md}}{b{Ol}}}{{Ah{{On{OlMf}}}}}}{{{b{Md}}A@`}l}{{{b{Lj}}{b{Anc}}}fJl}``{{{b{Md}}OlMf}{{Ah{Mf}}}}{ce{}{}}00000000000{c{{Cn{e}}}{}{}}00000000000{{{b{Md}}}l}{{}l}00{{{b{{Ln{c}}}}}l{}}{{{b{Md}}}{{A@b{OlMf}}}}{{{b{AnD`}}}Db}0000000``{{{b{Md}}}Kn}{{{b{{Ln{c}}}}}{{Ff{c}}}Nb}{{{b{Md}}}A@`}{{{b{{Ln{c}}}}e}f{M`Nb}{{A@d{{b{Anc}}}}}}``{e{{Ln{c}}}{}{{A@f{{Ah{c}}}}}}``{{{b{{Ln{c}}}}{b{AnA@h}}}{{Bh{fA@j}}}{A@lNb}}{{{b{{Ln{c}}}}}fNb}{{}{{E`{j}}}}0000{{}Ab}0000000{{{b{Ll}}c}BhEb}{{{b{{Ln{c}}}}e}BhNfEb}{{ce}Bh{{Jn{{Ad{Gh}}}}}Eb}{{{b{Mb}}c}BhEb}{{{b{Md}}c}BhEb}{{{b{Mf}}c}BhEb}{{{b{Lj}}c}BhEb}{{{b{Mh}}c}BhEb}{{{b{Mj}}c}BhEb}{{{b{O`}}}{{Ah{{b{A@n}}}}}}{{{b{{Ln{c}}}}{Ff{c}}}fNb}0{{{b{c}}}e{}{}}000000000{{{b{Mn}}}{{Ah{AA`}}}}{{{b{c}}}Ab{}}0{c{{Bh{e}}}{}{}}000000000{AAb{{Bh{Mjc}}}{}}{AAd{{Bh{Mjc}}}{}}22222222222222{{{b{{Ln{c}}}}{Ln{c}}}f{NbNn}}{{{b{c}}}Ed{}}00000000000{{}{{b{{Ad{Mn}}}}}}{{{b{Md}}}AAf}`{ce{}{}}00000000000`{{{b{{Ln{c}}}}e}f{}{{AAh{{b{c}}}}DnAAj}}{{}{{Ln{c}}}Nb}{{{b{{Ln{c}}}}{b{AnAAl}}}{{Bh{fA@j}}}{A@lNb}}``````{{{b{c}}d}f{}}{AlAl}0{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{AAn}}}AAn}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{{b{AAn}}{b{AnBl}}}Bn}{cc{}}{{{b{Cb}}}{{Bh{AAnCd}}}}{{{b{AnCb}}}{{Bh{AAnCd}}}}{{{b{c}}}c{}}{{{b{j}}}l}{ce{}{}}{c{{Cn{e}}}{}{}}`{{AAn{Ff{h}}{Ff{AB`}}{Ah{Jf}}{Ah{Ml}}l}{{ABb{{En{f}}}}}}{{{Ff{AB`}}e}{{En{f}}}{{Dl{}{{Dj{{En{f}}}}}}}{{A@d{}{{Dj{c}}}}}}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}{{{b{AnAAn}}{b{Cb}}}{{Bh{fCd}}}}{{{b{AnAAn}}{b{AnCb}}}{{Bh{fCd}}}}8````{{ABdc{Ff{h}}{Ah{Jf}}{Ah{Ml}}}{{`{{ABh{}{{Ch{{En{fABf}}}}}}}}}{{Jn{j}}}}{{ABdc{Ff{h}}}{{`{{ABh{}{{Ch{{En{fABf}}}}}}}}}{{Jn{j}}}}`````````````````````````````````````````````````{{{b{c}}d}f{}}000000000000000000000```{{{b{c}}}{{b{{ABj{AbAb}}}}}{}}0{{{b{Anc}}}{{b{An{ABj{AbAb}}}}}{}}0{{}ABl}0{{{b{f}}}{{E`{j}}}}0{{{b{c}}}{{b{e}}}{}{}}000000000000000000000{{{b{Anc}}}{{b{Ane}}}{}{}}000000000000000000000{{{b{ABn}}}ABn}{{{b{AC`}}}AC`}{{{b{ACb}}}ACb}{{{b{ACd}}}ACd}{{{b{ACf}}}ACf}{{{b{ACh}}}ACh}{{{b{ACj}}}ACj}{{{b{ACl}}}ACl}{{{b{ACn}}}ACn}{{{b{AD`}}}AD`}{{{b{ADb}}}ADb}{{{b{ADd}}}ADd}{{{b{ADf}}}ADf}{{{b{ADh}}}ADh}{{{b{ADj}}}ADj}{{{b{ADl}}}ADl}{{{b{ADn}}}ADn}{{{b{AE`}}}AE`}{{{b{AEb}}}AEb}{{{b{AEd}}}AEd}{{{b{AEf}}}AEf}{{{b{AEh}}}AEh}{{{b{c}}{b{Ane}}}f{}{}}000000000000000000000{{{b{c}}}f{}}000000000000000000000```{{}AEj}0{{}{{b{j}}}}0{{{b{c}}}{{Ah{AEl}}}{}}0{{}ACb}{{}ACd}{{}ACn}{{}AD`}{{}ADb}{{}ADf}{{}ADl}{{}AEf}{c{{Bh{ABn}}}Bj}{c{{Bh{AC`}}}Bj}{c{{Bh{ACb}}}Bj}{c{{Bh{ACd}}}Bj}{c{{Bh{ACf}}}Bj}{c{{Bh{ACh}}}Bj}{c{{Bh{ACj}}}Bj}{c{{Bh{ACl}}}Bj}{c{{Bh{ACn}}}Bj}{c{{Bh{AD`}}}Bj}{c{{Bh{ADb}}}Bj}{c{{Bh{ADd}}}Bj}{c{{Bh{ADf}}}Bj}{c{{Bh{ADh}}}Bj}{c{{Bh{ADj}}}Bj}{c{{Bh{ADl}}}Bj}{c{{Bh{ADn}}}Bj}{c{{Bh{AE`}}}Bj}{c{{Bh{AEb}}}Bj}{c{{Bh{AEd}}}Bj}{c{{Bh{AEf}}}Bj}{c{{Bh{AEh}}}Bj}{{{b{ABn}}{Ah{{b{Ml}}}}}{{Ah{AEn}}}}{{{b{c}}}{{b{{Ad{Ab}}}}}{}}0{{{b{Anc}}}{{b{An{A`{Ab}}}}}{}}0{{{b{ABn}}{b{AnBl}}}Bn}{{{b{AC`}}{b{AnBl}}}Bn}{{{b{ACb}}{b{AnBl}}}Bn}{{{b{ACd}}{b{AnBl}}}Bn}{{{b{ACf}}{b{AnBl}}}Bn}{{{b{ACh}}{b{AnBl}}}Bn}{{{b{ACj}}{b{AnBl}}}Bn}{{{b{ACl}}{b{AnBl}}}Bn}{{{b{ACn}}{b{AnBl}}}Bn}{{{b{AD`}}{b{AnBl}}}Bn}{{{b{ADb}}{b{AnBl}}}Bn}{{{b{ADd}}{b{AnBl}}}Bn}{{{b{ADf}}{b{AnBl}}}Bn}{{{b{ADh}}{b{AnBl}}}Bn}{{{b{ADj}}{b{AnBl}}}Bn}{{{b{ADl}}{b{AnBl}}}Bn}{{{b{ADn}}{b{AnBl}}}Bn}{{{b{AE`}}{b{AnBl}}}Bn}{{{b{AEb}}{b{AnBl}}}Bn}{{{b{AEd}}{b{AnBl}}}Bn}{{{b{AEf}}{b{AnBl}}}Bn}{{{b{AEh}}{b{AnBl}}}Bn}{cc{}}000000000000000000000{{{b{c}}}c{}}000000000000000000000{{{b{f}}}{{E`{j}}}}{b{{E`{j}}}}01````{ce{}{}}000000000000000000000{c{{Cn{e}}}{}{}}000000000000000000000{{{b{ABn}}}l}{{{b{AnD`}}}Db}0000000000000000000005454{{{b{c}}}{{b{{ABj{AbAb}}}}}{}}0{{{b{Anc}}}{{b{An{ABj{AbAb}}}}}{}}0`{{{b{c}}}{{b{{Ad{AF`}}}}}{}}0{{{b{Anc}}}{{b{An{A`{AF`}}}}}{}}0``{{{b{ABn}}}{{b{AFb}}}}{{{b{ADh}}}{{b{AFb}}}}{{{b{AnABn}}}{{b{AnAFb}}}}{{{b{AnADh}}}{{b{AnAFb}}}}```{{{b{c}}}{{Ah{{E`{j}}}}}{}}0``{{{b{c}}}Ab{}}000{{{b{c}}}{{Ah{Ab}}}{}}202{{{b{j}}ACb}ABn}{{{b{j}}ADl}ADh}`{{{b{c}}}{{b{{Ad{AFd}}}}}{}}0{{{b{Anc}}}{{b{An{A`{AFd}}}}}{}}0{{{b{f}}}{{E`{j}}}}{b{{E`{j}}}}01``````````6868```{{}{{E`{j}}}}000000000000000000000{{}Ab}000000000000000000000`{{{b{ABn}}c}BhEb}{{{b{ACb}}c}BhEb}{{{b{ACd}}c}BhEb}{{{b{ACf}}c}BhEb}{{{b{ACh}}c}BhEb}{{{b{ACj}}c}BhEb}{{{b{ACl}}c}BhEb}{{{b{ACn}}c}BhEb}{{{b{AD`}}c}BhEb}{{{b{ADb}}c}BhEb}{{{b{ADd}}c}BhEb}{{{b{ADf}}c}BhEb}{{{b{ADh}}c}BhEb}{{{b{ADl}}c}BhEb}{{{b{ADn}}c}BhEb}{{{b{AE`}}c}BhEb}{{{b{AEb}}c}BhEb}{{{b{AEd}}c}BhEb}{{{b{AEf}}c}BhEb}{{{b{AEh}}c}BhEb}{{}{{b{{Ad{{b{j}}}}}}}}0{{{b{ABn}}}{{b{ACb}}}}{{{b{ADh}}}{{b{ADl}}}}```{{{b{AnABn}}}{{b{AnACb}}}}{{{b{AnADh}}}{{b{AnADl}}}}`{{{b{ADh}}}{{Ah{{b{AEh}}}}}}``{{{b{AnADh}}}{{b{An{Ah{AEh}}}}}}```{{{b{c}}}e{}{}}000000000000000000000{c{{Bh{e}}}{}{}}0000000000000000000000000000000000000000000`{{{b{c}}}Ed{}}000000000000000000000{{{b{c}}}{{Ah{Ab}}}{}}{{{b{c}}}{{Ah{{E`{j}}}}}{}}10{b{{E`{j}}}}{{{b{f}}}{{E`{j}}}}01{ce{}{}}000000000000000000000``````{{{b{c}}d}f{}}0``{{{b{c}}}{{b{e}}}{}{}}000{{{b{Anc}}}{{b{Ane}}}{}{}}000{{{b{{N`{c}}}}}{{N`{c}}}M`}{{{b{A@`}}}A@`}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}00{{{b{{N`{c}}}}}{{Ff{c}}}{}}{{}{{N`{c}}}{NbM`}}{{{b{{AFf{c}}}}}{{b{e}}}{AFhOb}{}}{{{b{{AFj{c}}}}}{{b{e}}}{AFhOb}{}}{c{{Bh{{N`{e}}}}}Bj{NhM`}}{{{b{An{AFf{c}}}}}f{AFhOb}}{{{b{An{AFj{c}}}}}f{AFhOb}}{{{b{{N`{c}}}}{b{AnBl}}}BnOb}{cc{}}000{{{b{c}}}c{}}0{{{Ff{h}}{Ff{AB`}}c{Ah{Jf}}}{{En{f}}}{{A@f{AFl}}}}{{{b{AFh}}A@`}l}{ce{}{}}000{c{{Cn{e}}}{}{}}000{{}l}{{{b{AnD`}}}Db}{{{b{c}}}{{AFn{e}}}{}{}}{{{b{c}}}{}{}}10{{{b{AFh}}}A@`}{{{b{{N`{c}}}}g}e{AFhOb}{}{{AG`{{b{{AFj{c}}}}}{{Dj{e}}}}}}{c{{N`{c}}}{}}{{{b{{N`{c}}}}}{{AFf{c}}}{AFhOb}}{{}Ab}{{{b{{N`{c}}}}e}BhNfEb}{{{b{c}}}e{}{}}0{c{{Bh{e}}}{}{}}0000000{{{b{c}}}Ed{}}000>>>>{{{b{{N`{c}}}}}{{AGb{{Ff{c}}}}}{}}{{{b{{N`{c}}}}}{{AFj{c}}}{AFhOb}}{{Ab{Ah{Ab}}{Ff{AB`}}{Ah{Jf}}{Ff{h}}{Ah{Ml}}}{{En{f}}}}```````````````````````````````````````````````````````````````{{{b{c}}d}f{}}000{e{{Bh{MjNd}}}{}{{A@f{{Ah{c}}}}}}{{eAb}{{Bh{MjNd}}}{}{{A@f{{Ah{c}}}}}}{{{b{c}}}{{b{e}}}{}{}}00000000000000000000000{{{b{Anc}}}{{b{Ane}}}{}{}}00000000000000000000000`{{{b{AGd}}}AGd}{{{b{Of}}}Of}{{{b{AGf}}}AGf}{{{b{AGh}}}AGh}{{{b{c}}{b{Ane}}}f{}{}}000{{{b{c}}}f{}}000``{{{b{Of}}}{{b{Gn}}}}`{{{b{AGj}}}AGl}``{{{b{AGj}}AGn}{{Bh{OfNd}}}}`{{}AGd}{{}AGf}{{}AH`}{cAGf{{AHd{}{{Ch{AHb}}}}}}{c{{Bh{AGd}}}Bj}``{{{b{A@j}}}{{b{j}}}}`{{{Ah{AHf}}}AGn}{{{b{AGj}}AHf}{{Bh{GnNd}}}}{{{b{AGj}}Gn}{{Bh{AHfNd}}}}`{{{Ah{c}}}{{Bh{cNd}}}{}}{{{b{AGd}}{b{AGd}}}l}{{{b{A@j}}{b{A@j}}}l}{{{b{Nd}}{b{Nd}}}l}{{{b{AHh}}{b{AHh}}}l}{{{b{c}}{b{e}}}l{}{}}00000000000{{}AHb}{{{b{Of}}}{{b{AHj}}}}`{{{Ah{Gn}}}AGn}{{{b{AGd}}{b{AnBl}}}Bn}{{{b{A@j}}{b{AnBl}}}Bn}0{{{b{Nd}}{b{AnBl}}}Bn}0{{{b{AHh}}{b{AnBl}}}Bn}0{{{b{AHl}}{b{AnBl}}}Bn}{{{b{AHn}}{b{AnBl}}}Bn}{{{b{AGh}}{b{AnBl}}}Bn}{cc{}}0{AGfAI`}1111111111111{KjA@j}{GjNd}{OhNd}4{AIbNd}{AIdNd}{AIfNd}{AIhNd}{AHhNd}999{cAGf{{Cl{}{{Ch{AHb}}}}}}::::{AGhAHj}{AIjAHj}{AIlAHj}{AH`AHj}{AInAHj}{AJ`AHj}{AJbAHj}{AJdAHj}{AHnAHj}{AJfAHj}{AJhAHj}{cc{}}{AJjAHj}{AJlAHj}{{{Ah{c}}}{{AKb{}{{AJn{c}}{AK`{e}}}}}{AKdNfNh{Nj{e}}}{GlNb{Nj{c}}DnAAjAKf}}{cAGf{{AHd{}{{Ch{AHb}}}}}}{{{b{c}}}c{}}000{{{b{j}}AGn}{{Bh{OfNd}}}}{{{b{AGf}}{b{j}}}{{Ah{{b{{Ff{AHb}}}}}}}}{{{b{j}}}{{Ah{{Ff{AHb}}}}}}{{{b{A@j}}{b{Anc}}}fJl}{{{b{AGd}}Kn}{{b{c}}}{}}{{{b{AnAGf}}AHb}{{Ah{{Ff{AHb}}}}}}{ce{}{}}00000000000000000000000{AGfc{}}{c{{Cn{e}}}{}{}}00000000000000000000000{{{b{AGd}}}l}{{}l}{{{b{AGd}}}{{`{{Cl{}{{Ch{Mj}}}}}}}}`{{{b{AnD`}}}Db}{{{b{Of}}}{{Ah{{b{j}}}}}}{{{b{AGd}}}Kn}``````{{{b{j}}}AHh}{{{b{AGj}}}{{b{j}}}}{{{Ah{Ll}}}AGn}{{{Ff{AKh}}AKjAKl{b{An{A`{AKj}}}}}A@h}{{AKjAKjAKl}AAl}{{{A`{{Cj{AbOf}}}}}{{Bh{AGdNd}}}}{{c{Ah{Ab}}}AHhAKn}{{GnAHj}Of}``{{{b{AIj}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AJf}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AJj}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AJb}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AJ`}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AJh}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AIl}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AIn}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AJd}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AJl}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AGd}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AHn}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AGh}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AH`}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{AHj}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{A@l}}{b{AnA@h}}}{{Bh{fA@j}}}}{cf{{AHd{}{{Ch{AHb}}}}}}{{{b{AGj}}{Ah{Ll}}}{{Bh{LlNd}}}}0{{}Ab}{{{b{AGd}}c}BhEb}```{{{b{c}}}e{}{}}000{{{b{c}}}Ab{}}00`{c{{Bh{AGdNd}}}{{AHd{}{{Ch{Mj}}}}}}{e{{Bh{AGdNd}}}{{ALb{Mj}{{AL`{Nd}}}}}{{AHd{}{{Ch{c}}}}}}{c{{Bh{e}}}{}{}}000000000000000000000{ALd{{Bh{AGhc}}}{}}11{{{Ah{c}}}{{Bh{{AKb{}{{AJn{c}}{AK`{e}}}}Nd}}}{AKdNfNh{Nj{e}}}{GlNb{Nj{c}}DnAAjAKf}}{{{Ah{c}}}{{Bh{AIjNd}}}{}}{{{Ah{c}}}{{Bh{AJfNd}}}{}}{{{Ah{c}}}{{Bh{AJjNd}}}{}}{{{Ah{c}}}{{Bh{AJbNd}}}{}}{{{Ah{c}}}{{Bh{AJ`Nd}}}{}}{{{Ah{c}}}{{Bh{AJhNd}}}{}}{{{Ah{c}}}{{Bh{AIlNd}}}{}}{{{Ah{c}}}{{Bh{AInNd}}}{}}{{{Ah{c}}}{{Bh{AJdNd}}}{}}{{{Ah{c}}}{{Bh{AJlNd}}}{}}{{{Ah{c}}}{{Bh{AHnNd}}}{}}{{{Ah{c}}}{{Bh{AGhNd}}}{}}{{{Ah{c}}}{{Bh{AH`Nd}}}{}}???????????????????????{AHj{{Bh{AJ`c}}}{}}{c{{Bh{e}}}{}{}}{AHj{{Bh{AJbc}}}{}}{AHj{{Bh{AGhc}}}{}}{AHj{{Bh{AJhc}}}{}}{AHj{{Bh{AIlc}}}{}}{AHj{{Bh{AIjc}}}{}}{AHj{{Bh{AH`c}}}{}}{AHj{{Bh{AInc}}}{}}{AHj{{Bh{AJlc}}}{}}{AHj{{Bh{AJjc}}}{}}{AHj{{Bh{AHnc}}}{}}{AHj{{Bh{AJfc}}}{}}{AHj{{Bh{AJdc}}}{}}{{{b{c}}}Ed{}}00000000000000000000000{ce{}{}}00000000000000000000000{cAGf{{AHd{}{{Ch{AHb}}}}}}{{{b{AJf}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AJj}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AJb}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AJ`}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AIn}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AJd}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AGd}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AHn}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AGh}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{AHj}}{b{AnAAl}}}{{Bh{fA@j}}}}{{{b{A@l}}{b{AnAAl}}}{{Bh{fA@j}}}}```````````````{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{ALf}}{b{AnAKl}}}{{Ah{ALh}}}}{{{b{ALj}}{b{AnAKl}}}{{Ah{ALh}}}}{{{b{ALl}}{b{AnAKl}}}{{Ah{ALh}}}}{{{b{ALn}}{b{AnAKl}}}{{Ah{ALh}}}}{c{{Bh{ALj}}}Bj}{c{{Bh{ALl}}}Bj}{c{{Bh{AM`}}}Bj}{c{{Bh{AMb}}}Bj}{c{{Bh{ALn}}}Bj}{{{b{ALj}}{b{ALj}}}l}{{{b{ALl}}{b{ALl}}}l}{{{b{AM`}}{b{AM`}}}l}{{{b{AMb}}{b{AMb}}}l}{{{b{ALn}}{b{ALn}}}l}{{{b{c}}{b{e}}}l{}{}}0000000{{{b{ALj}}{b{AnBl}}}Bn}{{{b{ALl}}{b{AnBl}}}Bn}{{{b{AM`}}{b{AnBl}}}Bn}{{{b{AMb}}{b{AnBl}}}Bn}{{{b{ALn}}{b{AnBl}}}Bn}{cc{}}0{ALjAM`}1{ALnAM`}{ALlAM`}33{ce{}{}}0000{AM`{{Id{ALf}}}}{c{{Cn{e}}}{}{}}0000{{{b{AnD`}}}Db}0000````{{}{{E`{j}}}}0000{{}Ab}0000{{{b{ALj}}c}BhEb}{{{b{ALl}}c}BhEb}{{{b{AM`}}c}BhEb}{{{b{AMb}}c}BhEb}{{{b{ALn}}c}BhEb}```{c{{Bh{e}}}{}{}}0{AMd{{Bh{AM`c}}}{}}11{AMf{{Bh{AMbc}}}{}}222222{{{b{c}}}Ed{}}0000>>>>>````````````````{{{b{c}}d}f{}}000{{{b{c}}}{{b{e}}}{}{}}00000{{{b{Anc}}}{{b{Ane}}}{}{}}00000{{{b{AMh}}}AMh}{{{b{AMj}}}AMj}{{{b{AMl}}}AMl}{{{b{AMn}}}AMn}{{{b{c}}{b{Ane}}}f{}{}}000{{{b{c}}}f{}}0000000{{{b{AN`}}{Ff{Kl}}{b{AnAKl}}}{{L`{f}}}}{{}AMh}{{}AMj}{{}AMl}{c{{Bh{AMh}}}Bj}{c{{Bh{AMj}}}Bj}{c{{Bh{AMl}}}Bj}6{{{b{ANb}}{b{ANb}}}l}{{{b{AMh}}{b{AMh}}}l}{{{b{AMj}}{b{AMj}}}l}{{{b{AMl}}{b{AMl}}}l}{{{b{AMn}}{b{AMn}}}l}{{{b{c}}{b{e}}}l{}{}}00000000000{{{b{ANb}}{b{AnBl}}}Bn}0{{{b{AMh}}{b{AnBl}}}Bn}{{{b{AMj}}{b{AnBl}}}Bn}{{{b{AMl}}{b{AnBl}}}Bn}{{{b{AMn}}{b{AnBl}}}Bn}{AMhAN`}{cc{}}0{ANdAMh}11{ANfAMj}{ANhAMl}33{{{b{c}}}c{}}000{{{b{ANb}}{b{Anc}}}fJl}{ce{}{}}00000{c{{Cn{e}}}{}{}}00000{{{b{AnD`}}}Db}00```{{}{{E`{j}}}}00{{}Ab}00{{{b{AMh}}c}BhEb}{{{b{AMj}}c}BhEb}{{{b{AMl}}c}BhEb}{{{b{c}}}e{}{}}000{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}00000000000{{{b{c}}}Ed{}}00000;;;;;;``````{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0`{{}ANj}{c{{Bh{ANj}}}Bj}{c{{Bh{ANl}}}Bj}{{{b{ANj}}{b{ANj}}}l}{{{b{ANl}}{b{ANl}}}l}{{{b{c}}{b{e}}}l{}{}}0000000{{{b{ANj}}{b{AnBl}}}Bn}{{{b{ANl}}{b{AnBl}}}Bn}{cc{}}{ANnANj}{AO`ANl}2{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{AnD`}}}Db}0{ANlAJj}``{{}{{E`{j}}}}0{{}Ab}0{{{b{ANj}}c}BhEb}{{{b{ANl}}c}BhEb}{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}099``{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{}AOb}{c{{Bh{AOb}}}Bj}{{{b{AOb}}{b{AnBl}}}Bn}{cc{}}`?>=;:{{{b{AOb}}c}BhEb}8{AOd{{Bh{AObc}}}{}}98{ce{}{}}```87{c{{Bh{AOf}}}Bj}{{{b{AOf}}{b{AnBl}}}Bn}52{c{{Cn{e}}}{}{}}{{{b{AnD`}}}Db}{{}{{E`{j}}}}{{}Ab}{{{b{AOf}}c}BhEb}{c{{Bh{e}}}{}{}}{AOh{{Bh{AOfc}}}{}}1{{{b{c}}}Ed{}}:`````````{{{b{c}}d}f{}}000`{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{AOj}}}AOj}{{{b{AOl}}}AOl}{{{b{AOn}}}AOn}{{{b{B@`}}}B@`}{{{b{c}}{b{Ane}}}f{}{}}000{{{b{c}}}f{}}000{{{b{AOn}}Af}l}{{{b{B@`}}{b{Fd}}}l}{c{{Bh{AOj}}}Bj}{c{{Bh{AOl}}}Bj}{c{{Bh{AOn}}}Bj}{c{{Bh{B@`}}}Bj}{{{b{AOj}}{b{AOj}}}l}{{{b{AOl}}{b{AOl}}}l}{{{b{AOn}}{b{AOn}}}l}{{{b{B@`}}{b{B@`}}}l}{{{b{c}}{b{e}}}l{}{}}000000000000000{{{b{AOj}}{b{AnBl}}}Bn}{{{b{AOl}}{b{AnBl}}}Bn}{{{b{AOn}}{b{AnBl}}}Bn}{{{b{B@b}}{b{AnBl}}}Bn}0{{{b{B@`}}{b{AnBl}}}Bn}{cc{}}{B@dAOl}1111{{{b{c}}}c{}}000{ce{}{}}0000{c{{Cn{e}}}{}{}}0000{{{b{AnD`}}}Db}000{{FdFd}{{Bh{B@`B@b}}}}```{{}{{E`{j}}}}000{{}Ab}000{{{b{AOj}}c}BhEb}{{{b{AOl}}c}BhEb}{{{b{AOn}}c}BhEb}{{{b{B@`}}c}BhEb}`{{{b{c}}}e{}{}}000{{{b{c}}}Ab{}}{B@f{{Bh{AOjc}}}{}}{c{{Bh{e}}}{}{}}000000000{{{b{c}}}Ed{}}0000>>>>>````````{{{b{B@h}}}{{Id{`}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{}B@h}{c{{Bh{B@j}}}Bj}{c{{Bh{B@h}}}Bj}{{{b{B@j}}{b{B@j}}}l}{{{b{B@h}}{b{B@h}}}l}{{{b{c}}{b{e}}}l{}{}}0000000{{{b{B@j}}{b{AnBl}}}Bn}{{{b{B@h}}{b{AnBl}}}Bn}{cc{}}{B@lB@j}{B@nB@h}2{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{AnD`}}}Db}0`{{}{{E`{j}}}}0{{}Ab}0{{{b{B@j}}c}BhEb}{{{b{B@h}}c}BhEb}{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}088```{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{c{{Bh{BA`}}}Bj}{{{b{BA`}}{b{BA`}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{BA`}}{b{AnBl}}}Bn}{cc{}}?>=``<;{{{b{BA`}}c}BhEb}{BAb{{Bh{BA`c}}}{}}::9{ce{}{}}`````99998888`{{}BAd}{c{{Bh{BAf}}}Bj}{c{{Bh{BAh}}}Bj}{c{{Bh{BAj}}}Bj}{c{{Bh{BAd}}}Bj}{{{b{BAf}}{b{BAf}}}l}{{{b{BAh}}{b{BAh}}}l}{{{b{BAj}}{b{BAj}}}l}{{{b{BAd}}{b{BAd}}}l}>>>>>>>>>>>>>>>>``{{{b{BAf}}{b{AnBl}}}Bn}{{{b{BAh}}{b{AnBl}}}Bn}{{{b{BAj}}{b{AnBl}}}Bn}{{{b{BAd}}{b{AnBl}}}Bn}{cc{}}000>>>>{c{{Cn{e}}}{}{}}000{{}l}{{{b{AnD`}}}Db}000```{{}{{E`{j}}}}000{{}Ab}000{{{b{BAf}}c}BhEb}{{{b{BAh}}c}BhEb}{{{b{BAj}}c}BhEb}{{{b{BAd}}c}BhEb}{c{{Bh{e}}}{}{}}{BAl{{Bh{BAfc}}}{}}{BAn{{Bh{BAhc}}}{}}22{BB`{{Bh{BAjc}}}{}}33333{{{b{c}}}Ed{}}000`{ce{}{}}000``{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{c{{Bh{BBb}}}Bj}{{{b{BBb}}{b{AnBl}}}Bn}{cc{}}5{c{{Cn{e}}}{}{}}{{{b{AnD`}}}Db}{{}{{E`{j}}}}{{}Ab}{{{b{BBb}}c}BhEb}{BBd{{Bh{BBbc}}}{}}{c{{Bh{e}}}{}{}}0=<```````````{{{b{c}}d}f{}}<;{{{b{ALd}}}ALd}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{c{{Bh{ALd}}}Bj}{{{b{ALd}}{b{ALd}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{ALd}}{b{AnBl}}}Bn}?{{{b{c}}}c{}}{ce{}{}}{c{{Cn{e}}}{}{}}{{{b{AnD`}}}Db}`{cALd{{Jn{j}}}}`{{}{{E`{j}}}}{{}Ab}{{{b{ALd}}c}BhEb}{{{b{c}}}e{}{}}{BBh{{Bh{ALdc}}}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}:``````{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{}BBj}{c{{Bh{BBj}}}Bj}{{{b{BBl}}}{{b{j}}}}{{{b{BBl}}{b{BBl}}}l}{{{b{BBj}}{b{BBj}}}l}{{{b{c}}{b{e}}}l{}{}}0000000{{{b{BBl}}{b{AnBl}}}Bn}0{{{b{BBj}}{b{AnBl}}}Bn}{cc{}}0{{{b{BBl}}{b{Anc}}}fJl}{ce{}{}}0{c{{Cn{e}}}{}{}}0{{{b{AnD`}}}Db}`{{}{{E`{j}}}}{{}Ab}{{{b{BBj}}c}BhEb}{{{b{AH`}}{b{AnA@h}}}{{Bh{fA@j}}}}{{{b{c}}}Ab{}}{c{{Bh{e}}}{}{}}{BBn{{Bh{BBjc}}}{}}111{{{b{c}}}Ed{}}0::````````{{{Ah{Fd}}}{{Bh{BC`Kj}}}}{Fd{{L`{BCb}}}}{Fd{{L`{BCd}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{Anc}}}{{b{Ane}}}{}{}}00``{{{b{BCd}}{b{AnBl}}}Bn}{cc{}}00{IjBCb}{ce{}{}}00{c{{Cn{e}}}{}{}}00{BC`{{Bh{BCfKj}}}}{{{b{BC`}}}Af}{{{b{BCd}}}{{L`{Af}}}}{{{b{BCb}}}{{L`{Af}}}}101{BCbBCh}=<`{{{b{BC`}}}Fd}{{{b{BCb}}}BCj}{Fd{{L`{Ij}}}}{Af{{L`{Ij}}}}{{{b{BCd}}{b{An{Ad{Gh}}}}}{{L`{{Cj{KnAf}}}}}}{{{b{BCd}}{b{{Ad{Gh}}}}c}{{L`{Kn}}}BCl}{{{b{Ij}}}Fd}{c{{Bh{e}}}{}{}}00000{{{b{c}}}Ed{}}00???```````{{{b{c}}d}f{}}000{{{b{{AKh{c}}}}BCn{b{An{A`{AKj}}}}}f{NbBD`M`}}{{{b{{AKh{c}}}}{Ah{Jf}}BDb}f{NbBD`M`}}{{Knc}{{AKh{c}}}{NbBD`M`}}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{AnBDb}}}BDd}{{{b{AKh}}}AKh}{{{b{BCn}}}BCn}{{{b{BDf}}}BDf}{{{b{BDb}}}BDb}{{{b{c}}{b{Ane}}}f{}{}}000{{{b{c}}}f{}}00000{{{b{BDb}}{b{AEn}}}l}{{}{{AKh{c}}}{NbBD`M`}}{c{{Bh{AKh}}}Bj}{c{{Bh{BDh}}}Bj}{{{b{{AKh{c}}}}}{{A`{AEn}}}{NbBD`M`}}`{{{b{{AKh{c}}}}{Ah{Jf}}}{{BDj{{Ah{Jf}}BDb}}}{NbBD`M`}}{{{b{BDf}}{b{BDf}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{{AKh{c}}}}e}{{A`{AEn}}}{NbBD`M`}{{AAh{{b{AEn}}}{{Dj{l}}}}}}{{{b{{AKh{c}}}}{b{AnBl}}}Bn{NbBD`M`}}{{{b{BDf}}{b{AnBl}}}Bn}0{{{b{BDb}}{b{AnBl}}}Bn}{{{BDl{{Ah{Jf}}BDbc}}}{{AKh{c}}}{NbBD`M`}}{cc{}}{BDh{{AKh{c}}}{NbBD`M`}}1111{AAfBDf}{{{b{c}}}c{}}000{{{b{j}}}{{Bh{BDfc}}}{}}{{{b{{AKh{c}}}}{b{{Ah{Jf}}}}}{{Ah{{On{{Ah{Jf}}BDb}}}}}{NbBD`M`}}{{{b{{AKh{c}}}}}{{Ah{{On{{Ah{Jf}}BDb}}}}}{NbBD`M`}}{{{b{{AKh{c}}}}}{{Ah{{BDn{{Ah{Jf}}BDb}}}}}{NbBD`M`}}{{{b{{AKh{c}}}}{b{{Ah{Jf}}}}}{{Ah{{BDn{{Ah{Jf}}BDb}}}}}{NbBD`M`}}{{{b{{AKh{c}}}}A@`}l{}}{{{b{{AKh{c}}}}}l{NbBD`M`}}{{{b{{AKh{c}}}}{Ah{Jf}}{BE`{AEn}}}f{NbBD`M`}}{{{b{{AKh{c}}}}{BE`{AEn}}}f{NbBD`M`}}{ce{}{}}0000{c{{Cn{e}}}{}{}}00004{{{b{BDb}}}l}{{}l}{{{b{{AKh{c}}}}}{{A@b{{Ah{Jf}}BDbc}}}{NbBD`M`}}{{{b{AnD`}}}Db}{{{b{{AKh{c}}}}}Kn{NbBD`M`}}{{{b{BDb}}}Kn}{{{b{{AKh{c}}}}}A@`{}}{{}AKh}{{{b{{Ad{Gh}}}}}BCn}{{{BE`{AEn}}}BDb}{{{BE`{AEn}}}AKh}{{{b{{AKh{c}}}}Kn}{{Ah{AEn}}}{NbBD`M`}}7{{{b{BDf}}}AAf}`{{{b{{AKh{c}}}}{b{AEn}}}l{NbBD`M`}}{{{b{{AKh{c}}}}e}l{NbBD`M`}{{AAh{{b{AEn}}}{{Dj{l}}}}}}{{{b{{AKh{c}}}}{b{{Ah{Jf}}}}}{{Ah{BDb}}}{NbBD`M`}}{{{b{{AKh{c}}}}{Ah{Jf}}AEn}{{Ah{AEn}}}{NbBD`M`}}{{{b{AnBDb}}BDb}{{Cj{Kn{BEb{AAf{Ah{{A`{AKj}}}}}}}}}}{{}Ab}{{{b{AKh}}c}BhEb}{{{b{c}}}e{}{}}000{{{b{c}}}Ab{}}`{c{{Bh{e}}}{}{}}000000000{{{b{c}}}Ed{}}0000{{{b{AnBDb}}}BDd}{{{b{{AKh{c}}}}Jf}f{NbBD`M`}}{{{b{{AKh{c}}}}}AAf{}}{{{b{BDb}}}BDf}{ce{}{}}0000{{{BE`{AEn}}BDf}BDb}`````````{{{b{c}}d}f{}}00000000{{{b{c}}}{{b{e}}}{}{}}00000000{{{b{Anc}}}{{b{Ane}}}{}{}}00000000{{{b{AnBEd}}}f}{{{b{AnBEf}}}f}{{{b{AnJj}}}f}{{{b{AnBEh}}}f}{{{b{AnBEj}}}f}{{{b{AnBEl}}}f}{{{b{AnBEn}}}f}{{{b{AnAAd}}}f}{{{b{AnBF`}}}f}{{{b{BEd}}}BEd}{{{b{BEf}}}BEf}{{{b{Jj}}}Jj}{{{b{BEh}}}BEh}{{{b{BEj}}}BEj}{{{b{BEl}}}BEl}{{{b{BEn}}}BEn}{{{b{AAd}}}AAd}{{{b{BF`}}}BF`}{{{b{c}}{b{Ane}}}f{}{}}00000000{{{b{c}}}f{}}00000000`{{{b{AAd}}}{{b{j}}}}`{{}BEd}{{}BEf}{{}Jj}{{}BEh}{{}BEj}{{}BEl}{{}BEn}{{}AAd}{{}BF`}{{{b{BEd}}}Kn}{{{b{BEf}}}Kn}{{{b{Jj}}}Kn}{{{b{BEh}}}Kn}{{{b{BEj}}}Kn}{{{b{BEl}}}Kn}{{{b{BEn}}}Kn}{{{b{AAd}}}Kn}{{{b{BF`}}}Kn}`{{{b{BEd}}{b{BEd}}}l}{{{b{BEf}}{b{BEf}}}l}{{{b{Jj}}{b{Jj}}}l}{{{b{BEh}}{b{BEh}}}l}{{{b{BEj}}{b{BEj}}}l}{{{b{BEl}}{b{BEl}}}l}{{{b{BEn}}{b{BEn}}}l}{{{b{AAd}}{b{AAd}}}l}{{{b{BF`}}{b{BF`}}}l}``{{{b{BEd}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BEf}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{Jj}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BEh}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BEj}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BEl}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BEn}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{AAd}}{b{AnBl}}}{{Bh{fF`}}}}{{{b{BF`}}{b{AnBl}}}{{Bh{fF`}}}}{cc{}}0{JfJj}111{{{b{AEn}}}BEl}2{AEnBEl}333{{{b{c}}}c{}}00000000``````{ce{}{}}00000000{c{{Cn{e}}}{}{}}00000000{{{b{AAd}}}{{b{j}}}}`````````{{{b{c}}}e{}{}}00000000{c{{Bh{e}}}{}{}}0000000{{{b{AGd}}}{{Bh{BF`c}}}{}}1111111111{{{b{c}}}Ed{}}00000000666666666`````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{Anc}}}{{b{Ane}}}{}{}}{{{b{BFb}}}BFb}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{{b{BFb}}{b{Anc}}}fBFd}{{{b{BFb}}}Kn}{{{b{BFb}}{b{BFb}}}l}{{{b{BFb}}{b{AnBl}}}{{Bh{fF`}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cn{e}}}{}{}}{{{b{An{Ah{BFb}}}}BFfBFh{b{Anc}}BFj}{{Bh{fAIh}}}BFl}{{{b{c}}}e{}{}}{c{{Bh{e}}}{}{}}0{{{b{c}}}Ed{}}5````````````````{{{b{c}}d}f{}}0000`{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{AKj}}}AKj}{{{b{BFn}}}BFn}{{{b{AEn}}}AEn}{{{b{BG`}}}BG`}{{{b{BGb}}}BGb}{{{b{c}}{b{Ane}}}f{}{}}0000{{{b{c}}}f{}}0000{{{b{AKj}}{b{AKj}}}Jh}{{{b{BFn}}{b{BFn}}}Jh}{{{b{AEn}}{b{AEn}}}Jh}{{{b{c}}{b{e}}}Jh{}{}}00{{}AEn}{{}BG`}{c{{Bh{AKj}}}Bj}{c{{Bh{BFn}}}Bj}{c{{Bh{AEn}}}Bj}{c{{Bh{BG`}}}Bj}{{{b{AKj}}{b{AKj}}}l}{{{b{BFn}}{b{BFn}}}l}{{{b{AEn}}{b{AEn}}}l}{{{b{AEn}}{b{AKj}}}l}{{{b{BG`}}{b{BG`}}}l}{{{b{c}}{b{e}}}l{}{}}000000000000000{{{b{AKj}}{b{AnBl}}}Bn}0{{{b{BFn}}{b{AnBl}}}Bn}0{{{b{AEn}}{b{AnBl}}}Bn}{{{b{BG`}}{b{AnBl}}}Bn}{{{b{BGb}}{b{AnBl}}}Bn}0{{{Cj{BFnFd}}}AKj}{cc{}}{{{Cj{BGdFd}}}AKj}{{{Cj{AbFd}}}AKj}{{{Cj{BGfFd}}}AKj}{AfAKj}{{{Cj{OlFd}}}AKj}{{{Cj{{BGh{Gh}}Fd}}}AKj}66{cAEn{{A@f{AKj}}}}77{BEl{{In{AEn}}}}{{{b{c}}}c{}}0000{{{b{j}}}{{Bh{AKjc}}}{}}{{{b{j}}}{{Bh{BFnc}}}{}}{{{b{j}}}{{Bh{AEnc}}}{}}{{{b{AKj}}{b{Anc}}}fJl}{{{b{BFn}}{b{Anc}}}fJl}{{{b{AEn}}{b{Anc}}}fJl}`{ce{}{}}0000{AEnBEl}{c{{Cn{e}}}{}{}}0000{{{b{AnD`}}}Db}0```{AKjAEn}{{{b{AKj}}{b{AKj}}}{{Ah{Jh}}}}{{{b{BFn}}{b{BFn}}}{{Ah{Jh}}}}{{{b{AEn}}{b{AEn}}}{{Ah{Jh}}}}{{{b{BG`}}{b{BG`}}}{{Ah{Jh}}}}{{{b{AKj}}}Fd}`{{}{{E`{j}}}}0{{}Ab}0{{{b{AKj}}c}BhEb}{{{b{BFn}}c}BhEb}{{{b{AEn}}c}BhEb}{{{b{BG`}}c}BhEb}{{{b{c}}}e{}{}}0000{{{b{AKj}}}{{L`{Af}}}}{{{b{c}}}Ab{}}00`{BGj{{Bh{AKjc}}}{}}{BGl{{Bh{AKjc}}}{}}{BGn{{Bh{AKjc}}}{}}{BH`{{Bh{AKjc}}}{}}{c{{Bh{e}}}{}{}}0{BEl{{Bh{AEnc}}}{}}1{Hf{{Bh{BG`c}}}{}}2222222{{{b{c}}}Ed{}}0000`{ce{}{}}0000{{AKjc}AEn{{A@f{BHb}}}}````````````````{{{b{c}}d}f{}}0000{{{b{ALh}}}{{Ah{{b{BHd}}}}}}{{{b{BHf}}}{{Ah{{b{ALh}}}}}}{{{b{AnALh}}}{{Ah{{b{AnAb}}}}}}{{{b{BHf}}}{{Ah{{b{BHh}}}}}}{{{b{ALh}}}{{Ah{{b{j}}}}}}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{b{BHj}}}BHj}{{{b{BHf}}}BHf}{{{b{BHh}}}BHh}{{{b{ALh}}}ALh}{{{b{{BHl{c}}}}}{{BHl{c}}}{M`Nb}}{{{b{c}}{b{Ane}}}f{}{}}0000{{{b{c}}}f{}}000000{{{b{BHj}}{b{BHj}}}Jh}{{{b{BHf}}{b{BHf}}}Jh}{{{b{BHh}}{b{BHh}}}Jh}{{{b{ALh}}{b{ALh}}}Jh}{{{b{c}}{b{e}}}Jh{}{}}000{{}{{BHl{c}}}{NbNb}}{c{{Bh{BHj}}}Bj}{c{{Bh{BHf}}}Bj}{c{{Bh{BHh}}}Bj}{c{{Bh{ALh}}}Bj}{c{{Bh{{BHl{e}}}}}Bj{NhNbNb}}{{{b{BHj}}{b{BHj}}}l}{{{b{BHf}}{b{BHf}}}l}{{{b{BHh}}{b{BHh}}}l}{{{b{ALh}}{b{ALh}}}l}{{{b{{BHl{c}}}}{b{{BHl{c}}}}}l{NnNb}}{{{b{c}}{b{e}}}l{}{}}0000000000000000000{{{b{BHj}}{b{AnBl}}}Bn}0{{{b{BHf}}{b{AnBl}}}Bn}{{{b{BHh}}{b{AnBl}}}Bn}0{{{b{ALh}}{b{AnBl}}}Bn}0{{{b{{BHl{c}}}}{b{AnBl}}}Bn{ObNb}}{AbBHj}{{{b{j}}}BHj}{cc{}}{BHnBHj}{BHhBHf}{ALhBHf}33{BHdALh}4{AAfALh}{AbALh}{{{b{{BGh{Gh}}}}}ALh}{{{BGh{Gh}}}ALh}{{{b{j}}}ALh}{lALh}{{{A`{ALh}}}ALh};{BG`{{BHl{BG`}}}};{{{b{c}}}c{}}0000>{{{b{BHj}}{b{Anc}}}fJl}{ce{}{}}0000{c{{Cn{e}}}{}{}}0000{{}l}{{{b{AnD`}}}Db}0000{BHhBHj}`{cBHj{{Jn{j}}}}{cBHh{{Jn{j}}}}{e{{BHl{c}}}Nb{{A@f{c}}}}{{{b{BHj}}{b{BHj}}}{{Ah{Jh}}}}{{{b{BHf}}{b{BHf}}}{{Ah{Jh}}}}{{{b{BHh}}{b{BHh}}}{{Ah{Jh}}}}{{{b{ALh}}{b{ALh}}}{{Ah{Jh}}}}{{{b{BHf}}{b{BBf}}}{{Ah{{b{ALh}}}}}}{{{b{BHf}}{b{BBf}}}{{Ah{BHd}}}}{{}{{E`{j}}}}0000{{}Ab}0000{{{b{BHj}}c}BhEb}{{{b{BHf}}c}BhEb}{{{b{BHh}}c}BhEb}{{{b{ALh}}c}BhEb}{{{b{{BHl{c}}}}e}Bh{NfNb}Eb}{{{b{c}}}e{}{}}0000{{{b{c}}}Ab{}}00{c{{Bh{e}}}{}{}}000{H`{{Bh{ALhc}}}{}}{Hf{{Bh{{BHl{e}}g}}}{DnAAjA@n}{{Nj{Hf}{{AL`{c}}}}Nb}{}}222222{{{b{c}}}Ed{}}0000`{ce{}{}}0000{{e{Hd{AbGn}}}{{BHl{c}}}Nb{{A@f{c}}}}``````{{{b{c}}d}f{}}00{{{b{{BI`{c}}}}AfLj}fBIb}0{{{b{{BI`{c}}}}{b{h}}}fBIb}{{{BId{c}}Ef}{{BId{c}}}BIb}{{{b{{BI`{c}}}}}fBIb}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{Anc}}}{{b{Ane}}}{}{}}0000{{{BId{c}}}{{BI`{c}}}BIb}{c{{BId{c}}}BIb}{{{b{I`}}}I`}{{{b{{BI`{c}}}}}{{BI`{c}}}M`}{{{b{BIf}}}BIf}{{{b{c}}{b{Ane}}}f{}{}}00{{{b{c}}}f{}}0000{{}I`}{{{b{{BI`{c}}}}}{{b{e}}}{}{}}{{{b{{BI`{c}}}}{b{AnBl}}}BnOb}{{{b{{BIh{c}}}}{b{AnBl}}}BnOb}{{{b{BIf}}{b{AnBl}}}Bn}{cc{}}{{{Cj{BIjBIj}}}I`}1111{{{b{c}}}c{}}00{{{b{{BI`{c}}}}{b{Af}}}{{Ah{BIf}}}BIb}`{{{BId{c}}{BIl{Ef}}}{{BId{c}}}BIb}{ce{}{}}0000{c{{Cn{e}}}{}{}}0000{{{b{BIb}}Af}{{If{{Id{Dl}}}}}}{c{{BId{c}}}BIb}{c{{BI`{c}}}BIb}{{{b{{BI`{c}}}}}{{A`{{Cj{LjBIn}}}}}BIb}`{{BC`{Ff{h}}Df{BI`{c}}}{{En{f}}}{M`BIbAAjDn}}{{{BId{c}}Ef}{{BId{c}}}BIb}{{{BId{c}}BIn}{{BId{c}}}BIb}{{{b{c}}}e{}{}}00{I`Ef}{I`BIj}{c{{Bh{e}}}{}{}}000000000{{{b{c}}}Ed{}}0000=====```{{{b{c}}d}f{}}{{{Ff{Kl}}}AKl}{{{Ff{Kl}}Kn}AKl}{{{Ff{Kl}}{b{{Ad{Gh}}}}}AKl}{{{b{AnAKl}}{BIl{Kn}}}{{b{An{Ad{Gh}}}}}}{{{b{AKl}}}{{b{{Ad{Gh}}}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{Anc}}}{{b{Ane}}}{}{}}00{{{b{AKl}}}Kn}{{{b{Lb}}}Lb}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}{{}Kl}{{{b{AKl}}}{{b{c}}}{}}{{{b{Lb}}}{{b{c}}}{}}{{{b{AnAKl}}}{{b{Anc}}}{}}{{{b{AnAKl}}}f}{{{b{AnAKl}}{b{{Ad{Gh}}}}}f}{{{b{Kl}}{b{AnBl}}}Bn}{{{b{AKl}}{b{AnBl}}}Bn}{AKlLb}{cc{}}00{{{b{c}}}c{}}{ce{}{}}00{c{{Cn{e}}}{}{}}00{{{b{AKl}}}l}{{{b{Lb}}}l}{{{b{AKl}}}Kn}{{{b{Lb}}}Kn}{{KnKn}Kl}<{{{b{AnAKl}}Kn}{{b{{Ad{Gh}}}}}}0{{{b{c}}}e{}{}}{{{b{AnAKl}}Kn}f}{c{{Bh{e}}}{}{}}00000{{{b{c}}}Ed{}}00;;;``{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{Hn}}}Hn}{{{b{Ih}}}Ih}{{{b{c}}{b{Ane}}}f{}{}}0{{{b{c}}}f{}}000{{{b{Ih}}{b{Ih}}}Jh}{{{b{c}}{b{e}}}Jh{}{}}{IhEf}{{{b{Ih}}{b{Ih}}}l}{{{b{c}}{b{e}}}l{}{}}000{{{b{Hn}}{b{AnBl}}}Bn}{cc{}}0{BIjHn}{BIjIh}{{{b{c}}}c{}}0{ce{}{}}0{c{{Cn{e}}}{}{}}0{IhBIj}{{}Hn}{{{b{Ih}}{b{Ih}}}{{Ah{Jh}}}}{{HnHn}c{}}{{{b{c}}}e{}{}}0{c{{Bh{e}}}{}{}}000{{{b{c}}}Ed{}}0{HnBIj}099``````````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{Anc}}}{{b{Ane}}}{}{}}0{{{b{BJ`}}}BJ`}{{{b{c}}{b{Ane}}}f{}{}}{{{b{c}}}f{}}0{cc{}}0{{{b{c}}}c{}}{{{b{j}}}{{Bh{BJ`c}}}{}}{ce{}{}}0{c{{Cn{e}}}{}{}}0>{AHf{{Bh{BJbABf}}}}{{{b{BJb}}}{{Bh{AHfGj}}}}????>>{{{b{BJb}}}{{b{j}}}}44","D":"EL`","p":[[1,"reference"],[5,"Private",4283],[1,"unit"],[5,"Config",0,848],[1,"str"],[1,"bool"],[5,"Resource",4284],[5,"Vec",4285],[5,"String",4286],[1,"slice"],[6,"SocketAddr",4287],[6,"Option",4288],[8,"Result",4289],[5,"Command",4290],[0,"mut"],[5,"Proxy",0,319],[6,"ShutdownKind",0],[5,"ClientState",4291],[5,"DeltaDiscoveryRes",4291],[6,"Result",4292],[10,"Deserializer",4293],[5,"Formatter",4294],[8,"Result",4294],[5,"Cli",0,136],[5,"ArgMatches",4295],[8,"Error",4296],[5,"Id",4297],[17,"Item"],[1,"tuple"],[10,"Iterator",4298],[5,"Request",4299],[5,"SchemaGenerator",4300],[6,"Schema",4301],[8,"ShutdownTx",0],[8,"ShutdownRx",0],[5,"ControlPlane",4302],[17,"Output"],[10,"Future",4303],[10,"Send",4304],[6,"Cow",4305],[10,"Serializer",4306],[5,"TypeId",4307],[5,"Duration",4308],[6,"LogFormats",136],[6,"Commands",136],[5,"Sender",4309],[8,"Result",0],[5,"Error",4294],[5,"Agent",218],[1,"u16"],[5,"Arc",4310],[5,"Ready",550],[5,"GenerateConfigSchema",256],[5,"Manage",283],[5,"Ready",653],[6,"Qcmp",332],[5,"Ping",332],[5,"Relay",384],[5,"Ready",813],[1,"u8"],[5,"EncodeError",4311],[10,"Message",4312],[6,"Value",4313],[5,"Value",4314],[6,"Kind",4315],[5,"Map",4316],[5,"Struct",4314],[5,"QcmpMeasurement",424],[6,"Protocol",424],[5,"QcmpPacket",424],[5,"UtcTimestamp",4189],[5,"DistanceMeasure",4032],[6,"Error",424],[5,"Box",4317],[5,"Pin",4318],[5,"DurationNanos",4189],[5,"Socket",4319],[6,"Admin",526],[8,"Result",4320],[5,"JoinHandle",4321],[5,"Agent",550],[5,"RunArgs",508],[5,"Locality",591,4322],[6,"Ordering",4323],[5,"Locality",3408,4324],[10,"Hasher",4325],[10,"AsRef",4326],[5,"Manage",591],[5,"PendingSends",653],[5,"Proxy",653],[6,"PipelineError",653,4327],[5,"SessionPool",653,4328],[5,"Error",4329],[5,"BufferPool",4129],[1,"usize"],[8,"Result",4329],[5,"FrozenPoolBuffer",4129],[5,"SendPacket",653],[5,"DownstreamReceiveWorkerConfig",795],[5,"Relay",813],[5,"IcaoCode",848],[6,"ConfigType",848,4330],[5,"Slot",848,4331],[10,"Clone",4332],[6,"DatacenterConfig",848],[5,"DatacenterMap",848],[5,"Datacenter",848],[6,"Version",848],[5,"Filter",848],[5,"AddressSelector",848],[6,"AddrKind",848],[5,"Watch",1860],[10,"Default",4333],[6,"CreationError",1942,4334],[10,"Serialize",4306],[10,"Deserialize",4293],[10,"TryFrom",4326],[10,"From",4326],[10,"PartialEq",4323],[6,"ValidationError",848,4335],[10,"Debug",4294],[1,"never"],[5,"FilterInstance",1942,4336],[5,"Error",4337],[10,"Read",4338],[6,"IpAddr",4339],[5,"Ref",4340],[6,"Marker",1860],[5,"Iter",4341],[10,"FnMut",4342],[10,"Into",4326],[5,"ReadContext",1942,4343],[6,"FilterError",1942,4334],[10,"Filter",1942],[10,"Error",4344],[5,"PossibleValue",4345],[5,"Filter",4346],[5,"Filter",3408,4324],[1,"u64"],[10,"Fn",4342],[10,"Sync",4304],[5,"WriteContext",1942,4347],[6,"Providers",1185],[5,"AtomicBool",4348],[5,"JoinHandle",4349],[5,"Client",4350],[5,"Report",4320],[10,"Stream",4351],[5,"BTreeMap",4352],[5,"ApiResource",4353],[5,"GameServer",1220],[5,"Inner",1220],[5,"GameServerSpec",1220],[5,"Health",1220],[5,"GameServerPort",1220],[5,"GameServerStatus",1220],[6,"GameServerState",1220],[5,"GameServerStatusPort",1220],[5,"SdkServer",1220],[6,"SdkServerLogLevel",1220],[6,"PortPolicy",1220],[6,"SchedulingStrategy",1220],[6,"Protocol",1220],[5,"Fleet",1220],[5,"FleetInner",1220],[5,"FleetSpec",1220],[6,"FleetScheduling",1220],[5,"FleetStrategy",1220],[5,"FleetStrategyRollingUpdate",1220],[6,"FleetStrategyType",1220],[5,"GameServerTemplateSpec",1220],[5,"FleetStatus",1220],[5,"CustomResourceDefinition",4354],[5,"Time",4355],[5,"Endpoint",3648],[5,"ManagedFieldsEntry",4356],[5,"ObjectMeta",4357],[5,"OwnerReference",4358],[5,"ReadGuard",1860],[10,"Watchable",1860],[5,"WatchGuard",1860],[5,"PathBuf",4359],[5,"DynGuard",4360],[10,"FnOnce",4342],[5,"Receiver",4361],[5,"FilterChain",1942,4362],[5,"FilterSet",1942,4363],[5,"Timestamp",1942,3126],[10,"FilterFactory",1942,4336],[5,"RootSchema",4301],[5,"CreateFilterArgs",1942,4336],[5,"TokenRouter",1942,3158],[8,"DynFilterFactory",1942,4336],[10,"IntoIterator",4364],[5,"Any",4314],[5,"ConvertProtoConfigError",1942,4334],[6,"FilterKind",1942],[5,"FilterRegistry",1942,4365],[5,"Debug",1942,2749],[8,"FilterMap",1942,4363],[5,"Error",4366],[6,"Infallible",4326],[6,"Error",4367],[5,"DecodeError",4311],[5,"Capture",1942,2430],[5,"LocalRateLimit",1942,2976],[5,"Match",1942,3002],[5,"Firewall",1942,2788],[5,"Drop",1942,2769],[5,"Pass",1942,3099],[5,"Compress",1942,2546],[5,"LoadBalancer",1942,2925],[5,"Concatenate",1942,2696],[5,"HashedTokenRouter",1942,3158],[17,"Configuration"],[17,"BinaryConfiguration"],[10,"StaticFilter",1942],[10,"JsonSchema",4368],[10,"Sized",4304],[5,"ClusterMap",3268],[5,"EndpointAddress",3648,4369],[5,"PoolBuffer",4129],[10,"Display",4294],[17,"Error"],[10,"TryInto",4326],[5,"Config",3126],[10,"CaptureStrategy",2430],[6,"Value",3833],[5,"Prefix",2430,4370],[5,"Suffix",2430,4370],[5,"Regex",2430,4371],[6,"Strategy",2430,4372],[5,"Config",2430,4372],[6,"Strategy",4373],[5,"Capture",4374],[6,"Mode",2546,4375],[6,"Action",2546,4375],[5,"Config",2546,4375],[6,"Direction",2546],[6,"Compressor",2546,4376],[5,"CompressionError",2546],[6,"Mode",4377],[6,"Action",4377],[5,"Compress",4378],[6,"Strategy",2696,4379],[5,"Config",2696,4379],[6,"Strategy",4380],[5,"Concatenate",4381],[5,"Config",2749],[5,"Debug",4382],[5,"Config",2769],[5,"Drop",4383],[5,"Config",2788,4384],[6,"Action",2788,4384],[5,"Rule",2788,4384],[5,"PortRange",2788,4384],[6,"PortRangeError",2788,4384],[6,"Action",4385],[5,"Firewall",4386],[6,"Policy",2925,4387],[5,"Config",2925,4387],[5,"LoadBalancer",4388],[6,"Policy",4389],[5,"Config",2976],[5,"LocalRateLimit",4390],[5,"Fallthrough",3002,4391],[5,"Config",3002,4391],[5,"DirectionalConfig",3002,4391],[5,"Branch",3002,4391],[5,"Match",4392],[5,"Config",4393],[5,"Branch",4393],[5,"Config",3099],[5,"Pass",4394],[8,"DynamicMetadata",3833],[5,"Timestamp",4395],[5,"Config",3158],[6,"RouterError",3158],[5,"TokenRouter",4396],[5,"TcpListener",3208,4397],[5,"DualStackLocalSocket",3208],[5,"DualStackEpollSocket",3208],[5,"TcpListenerStream",4398],[8,"DualStackLocalSocketRc",3208],[5,"Fd",4399],[10,"ToSocketAddrs",4400],[5,"Token",3268],[10,"BuildHasher",4325],[5,"EndpointSet",3268],[8,"TokenAddressMap",3268],[5,"EndpointSetVersion",3268],[5,"ClusterMapDeser",3268],[6,"Entry",4401],[5,"DashMap",4402],[5,"RefMut",4340],[5,"BTreeSet",4403],[5,"HashMap",4404],[5,"ClusterMap",3408,4324],[5,"Cluster",3408,4324],[5,"Ipv6",3408,4324],[5,"Host",3408,4324],[5,"Endpoint",3408,4324],[5,"Datacenter",3408,4324],[5,"FilterChain",3408,4324],[6,"Inner",3624,4405],[10,"BufMut",4406],[1,"u32"],[6,"WireType",4407],[5,"DecodeContext",4408],[10,"Buf",4409],[6,"AddressKind",3648,4369],[5,"Metadata",3648],[6,"MetadataError",3648],[5,"Ipv4Addr",4339],[5,"Ipv6Addr",4339],[1,"array"],[5,"Address",4410],[5,"SocketAddress",4410],[6,"Address",4411],[5,"Endpoint",4412],[8,"EndpointMetadata",3648],[5,"Bytes",4413],[6,"Symbol",3833,4414],[5,"Reference",3833,4414],[5,"Key",3833,4414],[5,"MetadataView",3833],[5,"Spur",4415],[5,"Phoenix",4032],[10,"Measurement",4032],[5,"Builder",4032],[5,"Coordinates",4032],[5,"Inner",4032],[1,"i64"],[5,"Range",4416],[1,"f64"],[6,"ResourceType",4240],[6,"Resource",4240],[15,"Ping",502],[15,"PingReply",502],[5,"RecvPacket",653],[5,"ToTokens",653],[6,"Base64Standard",848],[15,"NonAgent",1182],[15,"Agent",1182],[15,"Agones",1214],[15,"File",1214],[15,"MismatchedTypes",2426],[15,"FieldInvalid",2426],[15,"InvalidRange",2923],[15,"NoEndpointMatch",3207],[15,"InvalidType",3831]],"r":[[1,136],[2,848],[6,319],[80,4417],[135,4418],[136,218],[141,256],[145,283],[149,319],[151,332],[153,384],[220,550],[285,550],[321,653],[385,813],[551,3208],[552,4322],[591,3208],[592,4322],[594,1185],[595,550],[656,4327],[661,4327],[667,4328],[854,4330],[867,1185],[868,4331],[871,4335],[874,1860],[1943,2430],[1945,2546],[1948,2696],[1952,4334],[1953,4336],[1954,4334],[1956,2749],[1959,2769],[1962,4336],[1965,4362],[1966,4334],[1967,4336],[1968,4336],[1970,4363],[1971,4365],[1972,4363],[1973,2788],[1976,3158],[1981,2925],[1983,2976],[1985,3002],[1993,3099],[1996,4343],[1999,3126],[2001,3158],[2004,4347],[2433,4372],[2434,4370],[2436,4371],[2438,4372],[2439,4370],[2546,4375],[2550,4376],[2551,4375],[2557,4375],[2698,4379],[2701,4379],[2788,4384],[2790,4384],[2794,4384],[2795,4384],[2796,4384],[2925,4387],[2928,4387],[3002,4391],[3003,4391],[3004,4391],[3005,4391],[3117,4334],[3118,4336],[3119,4334],[3120,1942],[3121,4334],[3122,4336],[3123,4343],[3124,1942],[3125,4347],[3208,3268],[3212,3648],[3213,4369],[3214,4397],[3408,4324],[3409,4324],[3410,4324],[3411,4324],[3412,4324],[3413,4324],[3414,4324],[3415,4324],[3416,4324],[3543,4324],[3624,4405],[3648,4369],[3649,3833],[3651,4369],[3657,4322],[3662,4419],[3837,4414],[3842,4414],[3845,4414]],"b":[[19,"impl-Configuration-for-Config"],[54,"impl-Configuration-for-Config"],[181,"impl-Display-for-LogFormats"],[182,"impl-Debug-for-LogFormats"],[458,"impl-Debug-for-Error"],[459,"impl-Display-for-Error"],[615,"impl-Display-for-Locality"],[616,"impl-Debug-for-Locality"],[707,"impl-Debug-for-PipelineError"],[708,"impl-Display-for-PipelineError"],[885,"impl-Config"],[954,"impl-Config"],[955,"impl-ConfigType"],[956,"impl-Deserialize%3C\'de%3E-for-ConfigType"],[987,"impl-Debug-for-ValidationError"],[988,"impl-Display-for-ValidationError"],[993,"impl-Display-for-IcaoCode"],[994,"impl-Debug-for-IcaoCode"],[1003,"impl-From%3COption%3CT%3E%3E-for-Slot%3CT%3E"],[1005,"impl-From%3CT%3E-for-Slot%3CT%3E"],[1134,"impl-TryFrom%3CFilter%3E-for-Filter"],[1135,"impl-TryFrom%3CFilter%3E-for-Filter"],[2116,"impl-Display-for-FilterError"],[2117,"impl-Debug-for-FilterError"],[2118,"impl-Debug-for-CreationError"],[2119,"impl-Display-for-CreationError"],[2120,"impl-Display-for-ConvertProtoConfigError"],[2121,"impl-Debug-for-ConvertProtoConfigError"],[2142,"impl-From%3CEncodeError%3E-for-CreationError"],[2143,"impl-From%3CError%3E-for-CreationError"],[2145,"impl-From%3CError%3E-for-CreationError"],[2146,"impl-From%3CInfallible%3E-for-CreationError"],[2147,"impl-From%3CError%3E-for-CreationError"],[2148,"impl-From%3CDecodeError%3E-for-CreationError"],[2149,"impl-From%3CConvertProtoConfigError%3E-for-CreationError"],[2158,"impl-From%3CTimestamp%3E-for-FilterKind"],[2159,"impl-From%3CCapture%3E-for-FilterKind"],[2160,"impl-From%3CLocalRateLimit%3E-for-FilterKind"],[2161,"impl-From%3CTokenRouter%3E-for-FilterKind"],[2162,"impl-From%3CMatch%3E-for-FilterKind"],[2163,"impl-From%3CFirewall%3E-for-FilterKind"],[2164,"impl-From%3CDrop%3E-for-FilterKind"],[2165,"impl-From%3CPass%3E-for-FilterKind"],[2166,"impl-From%3CDebug%3E-for-FilterKind"],[2167,"impl-From%3CCompress%3E-for-FilterKind"],[2168,"impl-From%3CLoadBalancer%3E-for-FilterKind"],[2170,"impl-From%3CConcatenate%3E-for-FilterKind"],[2171,"impl-From%3CHashedTokenRouter%3E-for-FilterKind"],[2352,"impl-TryInto%3CFirewall%3E-for-FilterKind"],[2354,"impl-TryInto%3CDrop%3E-for-FilterKind"],[2355,"impl-TryInto%3CTimestamp%3E-for-FilterKind"],[2356,"impl-TryInto%3CLoadBalancer%3E-for-FilterKind"],[2357,"impl-TryInto%3CLocalRateLimit%3E-for-FilterKind"],[2358,"impl-TryInto%3CCapture%3E-for-FilterKind"],[2359,"impl-TryInto%3CTokenRouter%3E-for-FilterKind"],[2360,"impl-TryInto%3CMatch%3E-for-FilterKind"],[2361,"impl-TryInto%3CHashedTokenRouter%3E-for-FilterKind"],[2362,"impl-TryInto%3CConcatenate%3E-for-FilterKind"],[2363,"impl-TryInto%3CDebug%3E-for-FilterKind"],[2364,"impl-TryInto%3CCompress%3E-for-FilterKind"],[2365,"impl-TryInto%3CPass%3E-for-FilterKind"],[2480,"impl-From%3CPrefix%3E-for-Strategy"],[2482,"impl-From%3CRegex%3E-for-Strategy"],[2483,"impl-From%3CSuffix%3E-for-Strategy"],[2619,"impl-Debug-for-CompressionError"],[2620,"impl-Display-for-CompressionError"],[2853,"impl-Display-for-PortRangeError"],[2854,"impl-Debug-for-PortRangeError"],[3181,"impl-Display-for-RouterError"],[3182,"impl-Debug-for-RouterError"],[3320,"impl-Debug-for-EndpointSetVersion"],[3321,"impl-Display-for-EndpointSetVersion"],[3323,"impl-From%3CDashMap%3COption%3CLocality%3E,+EndpointSet,+S%3E%3E-for-ClusterMap%3CS%3E"],[3325,"impl-From%3CClusterMapDeser%3E-for-ClusterMap%3CS%3E"],[3528,"impl-From%3C%26Endpoint%3E-for-Endpoint"],[3530,"impl-From%3CEndpoint%3E-for-Endpoint"],[3709,"impl-PartialEq-for-Endpoint"],[3710,"impl-PartialEq%3CEndpointAddress%3E-for-Endpoint"],[3728,"impl-Debug-for-EndpointAddress"],[3729,"impl-Display-for-EndpointAddress"],[3730,"impl-Display-for-AddressKind"],[3731,"impl-Debug-for-AddressKind"],[3734,"impl-Display-for-MetadataError"],[3735,"impl-Debug-for-MetadataError"],[3736,"impl-From%3C(AddressKind,+u16)%3E-for-EndpointAddress"],[3738,"impl-From%3C(Ipv4Addr,+u16)%3E-for-EndpointAddress"],[3739,"impl-From%3C(String,+u16)%3E-for-EndpointAddress"],[3740,"impl-From%3C(Ipv6Addr,+u16)%3E-for-EndpointAddress"],[3741,"impl-From%3CSocketAddr%3E-for-EndpointAddress"],[3742,"impl-From%3C(IpAddr,+u16)%3E-for-EndpointAddress"],[3743,"impl-From%3C(%5Bu8;+4%5D,+u16)%3E-for-EndpointAddress"],[3803,"impl-TryFrom%3CAddress%3E-for-EndpointAddress"],[3804,"impl-TryFrom%3CSocketAddress%3E-for-EndpointAddress"],[3805,"impl-TryFrom%3CAddress%3E-for-EndpointAddress"],[3806,"impl-TryFrom%3CEndpoint%3E-for-EndpointAddress"],[3923,"impl-Debug-for-Key"],[3924,"impl-Display-for-Key"],[3926,"impl-Debug-for-Reference"],[3927,"impl-Display-for-Reference"],[3928,"impl-Debug-for-Value"],[3929,"impl-Display-for-Value"],[3931,"impl-From%3CString%3E-for-Key"],[3932,"impl-From%3C%26str%3E-for-Key"],[3934,"impl-From%3CSpur%3E-for-Key"],[3935,"impl-From%3CReference%3E-for-Symbol"],[3936,"impl-From%3CValue%3E-for-Symbol"],[3939,"impl-From%3CBytes%3E-for-Value"],[3941,"impl-From%3Cu64%3E-for-Value"],[3942,"impl-From%3CString%3E-for-Value"],[3943,"impl-From%3C%26%5Bu8;+N%5D%3E-for-Value"],[3944,"impl-From%3C%5Bu8;+N%5D%3E-for-Value"],[3945,"impl-From%3C%26str%3E-for-Value"],[3946,"impl-From%3Cbool%3E-for-Value"],[3947,"impl-From%3CVec%3CValue%3E%3E-for-Value"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAANsNRQEAAAAACAABAAsAAAANAAIAEgAaAC4AAwA0AAUAOwAEAEQACwBSAAAAVwAGAGAAAABiAAEAZwACAGsAAABtAAIAcQAUAIcABACOAAIAkgALAJ8ADgCvAAAAsQAHALsABgDEAAMAyQABAMwADgDcAAIA4AAJAOsAAwDxAAAA9wAAAPkABgACAQcACwEAAA0BBAATAQAAFQEGAB0BAgAhAQgAKwEDADABAAA2AQAAOAEGAEABAABCAQEATgEDAFMBDQBiAQEAZgEHAHABEgCEAQkAjwEDAJUBAACXAQgAoQEAAKQBBwCyARQAyQEDANEBAQDXAQUA4wETAP4BAwAFAgIACQIAAAsCAwAQAgsAHQIBACACCAAqAgsAOAIBADwCAQA/AhEAUgIYAG0CAgByAhsAjwIFAJYCBQCdAgIAoQIVALkCAgC9AgkAzQIAANACAQDTAgEA3QIIAOcCAQDqAgYA8wIBAPYCJQAdAwQAJAMDACkDAwAuAwsAPAMBAEADFQBYAwIAXAMAAF4DBgBnAwAAaQNKALUDBQC9AwgAxwMgAOkDAQDsAwIA9gMAAPsDEAAYBA8AKQQLADYEAAA4BAEAOwQCAD8EFgBYBCYAgAQbAJ4EAwClBAgArwQDALQECgDCBAIAyQQAAM0EAQDSBAIA1wQBANwEAADeBAEA4QQAAOQEAQDnBAAA6gQAAO4EAADyBAIA9gSOAIgFPgDdBRkAEQY0AEcGDgBXBgkAYgYJAG4GAABwBgkAewYsAKkGGQDEBgEAxwYEAM4GlwBqBwMAcgckAJgHAQCbBwEAngcAAKAHAACkBwAApgcBAKkHAQCsBwAAsgcAALcHBgC/BwAAwQcFAMgHAQDLBwEAzwcAANEHAADTBwEA1gdFACEIAwAmCAAAKQgBADAIDwBBCAEARAgJAFAIAABeCAIAYggEAGoIAABvCAoAewgBAH4IBACGCAEAoQgbAL4IBQDGCAEAzAgBAM8IAADRCA0A5AgBAOgICADzCBgADQlhAHAJCAB7CQMAgAkAAIIJAACKCQkAlQkZALEJAACzCQEAvAkKAMsJDgDdCRUA9QkBAPgJBQD/CUMARQoAAEgKAQBMCgQAVwoyAIwKFgCkCgEAqQoEALAKDQDACgQAyAoJANQKBADbCgkA6goAAO4KGgALCwIADwsZACoLAAAvCwMAOAsIAEILDQBSCxsAdAsTAIkLAQCOCxIApAsIAK8LAQCzCwcAvwsIAMkLGADkCwMA8AsIAPwLGgAYDAMAHgwDACQMEgA5DAwARwwAAEkMAQBMDAAATgwNAF0MEwBzDAAAdgwCAHoMAgB+DAsAjAwCAJEMCACbDAAAnwwAAKMMAwCoDAcAsgwSAMYMFQDdDB8A/gwAAAMNDQAWDQ4AJg0gAEgNAQBLDQQAUQ1IAJsNJwDFDQAAyQ0AAMsNAADPDQgA2Q0EAOcNCADxDUEANQ4BADgOAAA6DgAAPA4EAEIOAABFDgQATA5NAJsOBQCjDgAApg4LALgOBwDBDgEAxA4DAMoODADYDhgA8g4EAPgOAwD9DgAA/w4BAAIPAAAEDwEABw8FAA4PAAAQDwAAEg9LAF8PAgBkDwAAZg8GAG4PCAB8DwsAiQ8GAJIPJwC7DwYAww8BAMcPBQDPDxsA7A8AAPEPBAD8DwQAAxADAAkQHgApEBQAQRAAAEUQCABQEA4AYBAWAHkQAwB/EA0AjxAYAKoQAQCuEA0A"}],\ ["quilkin_macros",{"t":"Q","n":["include_proto"],"q":[[0,"quilkin_macros"]],"i":[0],"f":"`","D":"b","p":[],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OjAAAAEAAAAAAAAAEAAAAAAA"}],\ ["quilkin_proto",{"t":"CCCCCCCCCCCCCCCFFFFFFFFFFFFFFFCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONOONONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNPPPGPPPPPPPPPNNNNNNNNNNNNNNNNNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFFFFGPFFFPFFPPPPFFFPFFPFFFFGFPPFFFFPFFFPFPPPFFPFPFFFFGGFFFFFFFFFFFPPGFFFPPPFPPFOCOOOOOOOOOOCOCNOONOONNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNCOOOOOOOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNOOCONOCOOOOCCOCOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNNNNOOOOOOONOCNOOOOOONOOOOOOOCNNNONNNNNNCCOOONONOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGPPPNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNONNONNNNNPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPPPNNNNNNNNNNNNNNNNNNNPPPPGNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNFPFPGONNNNNNOOONNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNCNNNNNNNOOONNNNNNNNNNNNNNNFFFFFONNNNNNNNNNCOCCNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPGPPPFPFPFFPOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNCONPPGNNNNNNNNNNNNNNNNNNNGPPPNNNNNNNNNNNNNNNNNNNPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPFPGFPFFFPFOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONOOCOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNOCNNNNNNNGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNONNNNNNONPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGNNNNNNNNNNNNNNNNNNNPGPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNCFFFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNONOOONNNNNNNNOCOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNONNONNNNNPPGNNNNNNNNNNNNNNNNNNNGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNCFFFFFFFFFFFOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNOOOOONOOOONNNNNNNNNNNONNNNNNNNNNNCCCOOOONNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNCCCOOOOOOOOOOOOOOOOOOONNNOOONOOOOONNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNONNNNNPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPFGPFGPNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNPPPFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNCFFFFFFFFFFFFFFFFFFFFOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOCOONNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCOOOOOOOOOOOOONOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOONOOOCOOOCOOOCOOOOOOONONOOOOOOOOOOOOCOOOOOCCCOOOONNNNNOOOOOONNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCNNNNNNNNNNNNNNNNNNNNCGPNNNNNNNNNNNNNNNNNNNPPGPPPPPPNNNNNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNFFCONNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNGFPFPPFPFPFPFPFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNCOONONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNPPPPGPPGPPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFGFFFPPNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONOCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNGPPPPPNNNNNNNNNNNNNNNNNNNPPPGGPPFPPPGGFPPFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNCNNNNNNNNNNNNNNNNNNONNNNOOONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNFPFPFPFPGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONOOOOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNFONNNNNNNNNNNNNNONNNNNFPFPGPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGNNNNNNNNNNNOCNNNNNNNNNNNNONNNNNOOOOOONNNNNNNNONNOPGNNNNNNNNNNNNNNNNNNNCCCCCFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNOCOOOOCOOOOCCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNCONNNNNPGNNNNNNNNNNNNNNNNNNNGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPGPPPNNNNNNNNNNNNNNNNNNNPPPGFPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCCONNNNNNNNNNFNNNNNNNNNNNNNNCONNNNNPGNNNNNNNNNNNNNNNNNNNFPFPGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFNNNNNNCNNNNNNNNONNNONNFPFFPFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNONNNNNGFFPPPFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOOONNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCFFFFFFCCONNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNOOOOOOCOOOOOOOOONNNNNNNNNNNNNNNNNNONNNNNNOOOOOOONNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNKFRRNNNNNNNNMNNNNNNNNNNNNNMNNNNNNFNNNNNNNONNNNNNNNNNNNCFNNNNNNONONNNNNNNONNNNNCCCCFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNONNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOONNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGPPPNNNNNNNNNNNNNNNNNNNCCCCCCCCCCCCCFNNCNNNNNNNNNNNNOONNNNNFPFPGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNCFNNNNNNCNNNNNNNNOOONNNNNGFPPPPGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNCFNNONNNNCNNNNNNNNOONNNNNPPPGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNCFNNNNNNNNNNNNONNNNNNNCFNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNCNNNNNOONNNNNGPPFFNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONONNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNCONNNNNPGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNCFNNNNNNNNNNNNNNOONNNNNCFNNNNNNNNNNNNNNCOONNNNNFFNNNNONNNNNNNNNNNNNNOONNNNNNNNNNONNNNNNNNONNCFNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNONNNNNCFNNNNNNNNNNNNNNONNNNNCCCFNNNNNNNNNNNNNNNNNNNNNNNNNKFRRNNNNNNNNMNNNNNNNNNNNNNMNNNNNNFFFFFFFFFFPPFFGFFFFFFFFFFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNOONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOONONNNNNNNNNNNNOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONONNNNNNNNNNNNOOOOOOOOOOOOOONONNNNNNNNNNNNOOOOOOOOOOOOOONONONNOONOONONONNOONONONOOOOOOOOOOOOOOOOOONNNOONNOONNNNOOOONONOCNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOOOPPPGNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPPPPPPGPPNNNNNNNNNNNNNNNNNNNPPPPPPPPPGPNNNNNNNNNNNNNNNNNNNCCCCPFFPFPGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCFFFFFFOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNOOOCOOONONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNONNGFPPPGPNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNCCFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONNNNNNNNOCOOOOCCNNNNNNNNNNNNNNNNNNNNFPFPGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNCCONCONNNNONNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCONNNNNNNNNNPGPPFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNONOCNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNPPFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPGNNNNNNNNNNNNNNNNNNNGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPPPNNNNNNNNNNNNNNNNNNN","n":["generated","envoy","google","quilkin","validate","xds","config","kind","service","accesslog","core","endpoint","listener","route","v3","AccessLog","AccessLogFilter","AndFilter","ComparisonFilter","DurationFilter","ExtensionFilter","GrpcStatusFilter","HeaderFilter","MetadataFilter","NotHealthCheckFilter","OrFilter","ResponseFlagFilter","RuntimeFilter","StatusCodeFilter","TraceableFilter","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","Address","AggregatedConfigSource","AlternateProtocolsCacheOptions","ApiConfigSource","ApiVersion","Auto","BindConfig","CidrRange","ConfigSource","Connect","ControlPlane","DataSource","Default","Degraded","Delete","Draining","EnvoyInternalAddress","EventServiceConfig","ExtensionConfigSource","Get","GrpcProtocolOptions","GrpcService","Head","HeaderMap","HeaderValue","HeaderValueOption","HealthCheck","HealthStatus","HealthStatusSet","Healthy","High","Http1ProtocolOptions","Http2ProtocolOptions","Http3ProtocolOptions","HttpProtocolOptions","Inbound","KeepaliveSettings","Locality","Metadata","MethodUnspecified","Node","Options","Outbound","Patch","PathConfigSource","Pipe","Post","ProxyProtocolConfig","Put","QueryParameter","QuicKeepAliveSettings","QuicProtocolOptions","RateLimitSettings","RequestMethod","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","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","authorities","auto_san_validation","auto_sni","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","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","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_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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_config","default_host_for_http_10","default_value","default_value","default_value","default_value","default_value","description","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","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","event_log_path","event_service","event_service_config","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","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_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_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","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_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","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_outbound_control_frames","max_outbound_frames","max_requests_per_connection","max_rx_datagram_size","max_stream_duration","max_tokens","metadata","mode","name","name","name","name","no_traffic_healthy_interval","no_traffic_interval","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","resource_api_version","resource_api_version","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","socket_address","socket_option","socket_options","source_address","specifier","state","state","statuses","statuses","stream_error_on_invalid_http_messaging","sub_zone","target_specifier","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","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_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_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","user_agent_name","value","value","value","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","watched_directory","zone","Address","EnvoyInternalAddress","Pipe","SocketAddress","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","AlternateProtocolsCacheEntry","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","Ads","ApiConfigSource","ConfigSourceSpecifier","Path","PathConfigSource","Self_","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","AddressNameSpecifier","ServerListenerName","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","ConfigSourceSpecifier","GrpcService","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","Value","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","Binary","Payload","Text","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","HeaderKeyFormat","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","V1","V2","Version","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","encode","encoded_len","eq","eq","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","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","encode","encoded_len","eq","eq","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","v3","Endpoint","LbEndpoint","LedsClusterLocalityConfig","LocalityLbEndpoints","address","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","endpoint","eq","eq","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","health_check_config","health_status","health_status","host_identifier","hostname","into","into","into","into","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","priority","proximity","set_health_status","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","vzip","vzip","vzip","vzip","HealthCheckConfig","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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_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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","OnDemandConfiguration","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","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","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","CorsPolicy","Decorator","DirectResponseAction","FilterAction","FilterConfig","HeaderMatcher","HedgePolicy","InternalRedirectPolicy","NonForwardingAction","QueryParameterMatcher","RateLimit","RedirectAction","RetryPolicy","Route","RouteAction","RouteMatch","Tracing","VirtualCluster","VirtualHost","WeightedCluster","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_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","client_sampling","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_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cluster_not_found_response_code","cluster_not_found_response_code","cluster_specifier","clusters","config","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","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","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","expose_headers","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_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_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_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_grpc_timeout","max_internal_redirects","max_internal_redirects","max_stream_duration","metadata","metadata_match","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_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_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","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_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","typed_per_filter_config","typed_per_filter_config","upgrade_configs","virtual_clusters","virtual_host","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weighted_cluster","EnabledSpecifier","FilterEnabled","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","PresentMatch","QueryParameterMatchSpecifier","StringMatch","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","Action","Override","action","action_specifier","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","as_str_name","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","encode","encode","encoded_len","encoded_len","eq","eq","eq","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","ConfigType","TypedConfig","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","allow_post","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","matcher","metadata","tracing","v3","v3","DoubleMatcher","ListMatcher","ListStringMatcher","MetadataMatcher","RegexMatchAndSubstitute","RegexMatcher","StringMatcher","ValueMatcher","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","engine_type","eq","eq","eq","eq","eq","eq","eq","eq","filter","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","ignore_case","into","into","into","into","into","into","into","into","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","metadata_matcher","path","pattern","patterns","regex","regex_matcher","string_matcher","substitution","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","value","value_matcher","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Exact","MatchPattern","Range","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","MatchPattern","OneOf","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","PathSegment","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","EngineType","GoogleRe2","GoogleRe2","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","as_str_name","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","default","default","default","default","denominator","denominator","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","end","end","end","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fractional_percent","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","numerator","partial_cmp","set_denominator","start","start","start","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","value","vzip","vzip","vzip","vzip","vzip","vzip","DenominatorType","Hundred","Million","TenThousand","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","discovery","v3","AdsDummy","DeltaDiscoveryRequest","DeltaDiscoveryResponse","DiscoveryRequest","DiscoveryResponse","Resource","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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_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","accept_compressed","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","accept_compressed","borrow","borrow_mut","call","call","clone","clone_into","clone_to_uninit","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","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","do_not_cache","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","rpc","Status","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","code","default","details","encoded_len","eq","fmt","from","from_ref","into","into_request","message","to_owned","try_from","try_into","type_id","vzip","config","filters","relay","v1alpha1","Cluster","ClusterMap","Datacenter","Endpoint","Filter","FilterChain","Host","Ipv6","Locality","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clusters","config","config","default","default","default","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","endpoints","eq","eq","eq","eq","eq","eq","eq","eq","eq","filters","first","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","host","host","host","host2","icao_code","inner","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","label","label","locality","metadata","name","port","qcmp_port","region","second","sub_zone","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zone","Inner","Ipv4","Ipv6","Name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","capture","compress","concatenate","debug","drop","firewall","load_balancer","local_rate_limit","matches","pass","timestamp","token_router","v1alpha1","Capture","borrow","borrow_mut","capture","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","metadata_key","strategy","to_owned","try_from","try_into","type_id","vzip","Prefix","Prefix","Regex","Regex","Strategy","Suffix","Suffix","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","regex","remove","remove","size","size","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","vzip","vzip","vzip","vzip","v1alpha1","Compress","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","compress","default","encoded_len","eq","fmt","from","from_ref","into","into_request","mode","on_read","on_write","to_owned","try_from","try_into","type_id","vzip","Action","ActionValue","Compress","Decompress","DoNothing","Lz4","Mode","ModeValue","Snappy","as_str_name","as_str_name","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","cmp","compare","compare","default","default","default","default","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_i32","from_i32","from_ref","from_ref","from_ref","from_ref","from_str_name","from_str_name","hash","hash","into","into","into","into","into_request","into_request","into_request","into_request","is_valid","is_valid","partial_cmp","partial_cmp","set_value","set_value","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","type_id","type_id","type_id","type_id","value","value","value","value","vzip","vzip","vzip","vzip","v1alpha1","Concatenate","borrow","borrow_mut","bytes","clear","clone","clone_into","clone_to_uninit","concatenate","default","encoded_len","eq","fmt","from","from_ref","into","into_request","on_read","on_write","to_owned","try_from","try_into","type_id","vzip","Append","DoNothing","Prepend","Strategy","StrategyValue","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","encoded_len","eq","eq","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","partial_cmp","set_value","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","value","value","vzip","vzip","v1alpha1","Debug","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","id","into","into_request","to_owned","try_from","try_into","type_id","vzip","v1alpha1","Drop","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","v1alpha1","Firewall","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","firewall","fmt","from","from_ref","into","into_request","on_read","on_write","to_owned","try_from","try_into","type_id","vzip","Action","Allow","Deny","PortRange","Rule","action","action","as_str_name","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","default","encoded_len","encoded_len","eq","eq","eq","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","max","min","partial_cmp","ports","set_action","sources","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","v1alpha1","LoadBalancer","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","load_balancer","policy","to_owned","try_from","try_into","type_id","vzip","Hash","Policy","PolicyValue","Random","RoundRobin","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","encoded_len","eq","eq","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","partial_cmp","set_value","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","value","value","vzip","vzip","v1alpha1","LocalRateLimit","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","max_packets","period","to_owned","try_from","try_into","type_id","vzip","v1alpha1","Match","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","match","on_read","on_write","to_owned","try_from","try_into","type_id","vzip","Branch","Config","borrow","borrow","borrow_mut","borrow_mut","branches","clear","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","default","default","encoded_len","encoded_len","eq","eq","fallthrough","filter","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","metadata_key","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","value","vzip","vzip","v1alpha1","Pass","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","v1alpha1","Timestamp","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","metadata_key","to_owned","try_from","try_into","type_id","vzip","v1alpha1","TokenRouter","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","metadata_key","to_owned","try_from","try_into","type_id","vzip","v1alpha1","aggregated_control_plane_discovery_service_client","aggregated_control_plane_discovery_service_server","AggregatedControlPlaneDiscoveryServiceClient","accept_compressed","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","AggregatedControlPlaneDiscoveryService","AggregatedControlPlaneDiscoveryServiceServer","DeltaAggregatedResourcesStream","StreamAggregatedResourcesStream","accept_compressed","borrow","borrow_mut","call","call","clone","clone_into","clone_to_uninit","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","AnyRules","BoolRules","BytesRules","DoubleRules","DurationRules","EnumRules","FieldRules","Fixed32Rules","Fixed64Rules","FloatRules","HttpHeaderName","HttpHeaderValue","Int32Rules","Int64Rules","KnownRegex","MapRules","MessageRules","RepeatedRules","SFixed32Rules","SFixed64Rules","SInt32Rules","SInt64Rules","StringRules","TimestampRules","UInt32Rules","UInt64Rules","Unknown","as_str_name","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","bytes_rules","clear","clear","clear","clear","clear","clear","clear","clear","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","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_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","contains","contains","contains","contains","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","defined_only","defined_only","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","eq","equivalent","equivalent","equivalent","field_rules","fmt","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","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_str_name","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt_now","gt_now","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","hash","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","in","in","in","in","in","in","in","in","in","in","in","in","in","in","in","in","in","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","is_valid","items","keys","len","len","len","len","len_bytes","len_bytes","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt_now","lt_now","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","max_bytes","max_bytes","max_items","max_items","max_len","max_len","max_len","max_len","max_pairs","max_pairs","message","min_bytes","min_bytes","min_items","min_items","min_len","min_len","min_len","min_len","min_pairs","min_pairs","no_sparse","no_sparse","not_contains","not_contains","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","partial_cmp","pattern","pattern","pattern","pattern","prefix","prefix","prefix","prefix","required","required","required","required","required","required","required","required","skip","skip","strict","strict","string_rules","suffix","suffix","suffix","suffix","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","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unique","unique","values","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","well_known","well_known","within","Ip","Ipv4","Ipv6","WellKnown","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","Any","Bool","Bytes","Double","Duration","Enum","Fixed32","Fixed64","Float","Int32","Int64","Map","Repeated","Sfixed32","Sfixed64","Sint32","Sint64","String","Timestamp","Type","Uint32","Uint64","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","Address","Email","Hostname","Ip","Ipv4","Ipv6","Uri","UriRef","Uuid","WellKnown","WellKnownRegex","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","annotations","core","kind","v3","Active","FieldStatusAnnotation","FileStatusAnnotation","Frozen","MessageStatusAnnotation","NextMajorVersionCandidate","PackageVersionStatus","StatusAnnotation","Unknown","as_str_name","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","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","package_version_status","package_version_status","partial_cmp","set_package_version_status","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","work_in_progress","work_in_progress","work_in_progress","work_in_progress","v3","Authority","CollectionEntry","ContextParams","ResourceLocator","ResourceName","TypedExtensionConfig","authority","authority","borrow","borrow","borrow","borrow","borrow","borrow","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_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","collection_entry","context","context_param_specifier","default","default","default","default","default","default","directives","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","id","id","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","name","name","params","resource_locator","resource_specifier","resource_type","resource_type","scheme","scheme","set_scheme","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","type_id","type_id","type_id","type_id","type_id","type_id","typed_config","vzip","vzip","vzip","vzip","vzip","vzip","InlineEntry","InlineEntry","Locator","ResourceSpecifier","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","name","resource","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","version","vzip","vzip","ContextParamSpecifier","Directive","ExactContext","File","Http","Scheme","Xdstp","as_str_name","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","directive","directive","encode","encoded_len","encoded_len","eq","eq","eq","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","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","Alt","Directive","Entry","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","matcher","v3","ListStringMatcher","Matcher","RegexMatcher","StringMatcher","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","engine_type","eq","eq","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","ignore_case","into","into","into","into","into_request","into_request","into_request","into_request","match_pattern","matcher","matcher_type","on_no_match","patterns","regex","regex_matcher","string_matcher","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","vzip","vzip","vzip","vzip","MatcherList","MatcherList","MatcherTree","MatcherTree","MatcherType","OnMatch","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","EngineType","GoogleRe2","GoogleRe2","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","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","Contains","Exact","MatchPattern","Prefix","SafeRegex","Suffix","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip"],"q":[[0,"quilkin_proto"],[1,"quilkin_proto::generated"],[6,"quilkin_proto::generated::envoy"],[9,"quilkin_proto::generated::envoy::config"],[14,"quilkin_proto::generated::envoy::config::accesslog"],[15,"quilkin_proto::generated::envoy::config::accesslog::v3"],[345,"quilkin_proto::generated::envoy::config::accesslog::v3::access_log"],[366,"quilkin_proto::generated::envoy::config::accesslog::v3::access_log_filter"],[398,"quilkin_proto::generated::envoy::config::accesslog::v3::comparison_filter"],[432,"quilkin_proto::generated::envoy::config::accesslog::v3::extension_filter"],[453,"quilkin_proto::generated::envoy::config::accesslog::v3::grpc_status_filter"],[501,"quilkin_proto::generated::envoy::config::core"],[502,"quilkin_proto::generated::envoy::config::core::v3"],[1877,"quilkin_proto::generated::envoy::config::core::v3::address"],[1900,"quilkin_proto::generated::envoy::config::core::v3::alternate_protocols_cache_options"],[1922,"quilkin_proto::generated::envoy::config::core::v3::api_config_source"],[1959,"quilkin_proto::generated::envoy::config::core::v3::config_source"],[1984,"quilkin_proto::generated::envoy::config::core::v3::data_source"],[2008,"quilkin_proto::generated::envoy::config::core::v3::envoy_internal_address"],[2029,"quilkin_proto::generated::envoy::config::core::v3::event_service_config"],[2050,"quilkin_proto::generated::envoy::config::core::v3::grpc_service"],[2123,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc"],[2232,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials"],[2355,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin"],[2376,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args"],[2398,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value"],[2420,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials"],[2443,"quilkin_proto::generated::envoy::config::core::v3::header_value_option"],[2477,"quilkin_proto::generated::envoy::config::core::v3::health_check"],[2665,"quilkin_proto::generated::envoy::config::core::v3::health_check::custom_health_check"],[2686,"quilkin_proto::generated::envoy::config::core::v3::health_check::payload"],[2708,"quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options"],[2730,"quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format"],[2772,"quilkin_proto::generated::envoy::config::core::v3::http2_protocol_options"],[2794,"quilkin_proto::generated::envoy::config::core::v3::http_protocol_options"],[2828,"quilkin_proto::generated::envoy::config::core::v3::proxy_protocol_config"],[2861,"quilkin_proto::generated::envoy::config::core::v3::scheme_header_transformation"],[2882,"quilkin_proto::generated::envoy::config::core::v3::socket_address"],[2937,"quilkin_proto::generated::envoy::config::core::v3::socket_option"],[2993,"quilkin_proto::generated::envoy::config::core::v3::transport_socket"],[3014,"quilkin_proto::generated::envoy::config::endpoint"],[3015,"quilkin_proto::generated::envoy::config::endpoint::v3"],[3115,"quilkin_proto::generated::envoy::config::endpoint::v3::endpoint"],[3137,"quilkin_proto::generated::envoy::config::endpoint::v3::lb_endpoint"],[3159,"quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints"],[3202,"quilkin_proto::generated::envoy::config::listener"],[3203,"quilkin_proto::generated::envoy::config::listener::v3"],[3500,"quilkin_proto::generated::envoy::config::listener::v3::filter"],[3522,"quilkin_proto::generated::envoy::config::listener::v3::filter_chain"],[3543,"quilkin_proto::generated::envoy::config::listener::v3::filter_chain_match"],[3577,"quilkin_proto::generated::envoy::config::listener::v3::listener"],[3694,"quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config"],[3735,"quilkin_proto::generated::envoy::config::listener::v3::listener_filter"],[3757,"quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate"],[3803,"quilkin_proto::generated::envoy::config::route"],[3804,"quilkin_proto::generated::envoy::config::route::v3"],[4349,"quilkin_proto::generated::envoy::config::route::v3::cors_policy"],[4370,"quilkin_proto::generated::envoy::config::route::v3::header_matcher"],[4398,"quilkin_proto::generated::envoy::config::route::v3::query_parameter_matcher"],[4420,"quilkin_proto::generated::envoy::config::route::v3::rate_limit"],[4464,"quilkin_proto::generated::envoy::config::route::v3::rate_limit::action"],[4671,"quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::meta_data"],[4704,"quilkin_proto::generated::envoy::config::route::v3::rate_limit::override"],[4746,"quilkin_proto::generated::envoy::config::route::v3::redirect_action"],[4827,"quilkin_proto::generated::envoy::config::route::v3::retry_policy"],[4974,"quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_host_predicate"],[4995,"quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_priority"],[5016,"quilkin_proto::generated::envoy::config::route::v3::route"],[5041,"quilkin_proto::generated::envoy::config::route::v3::route_action"],[5248,"quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy"],[5381,"quilkin_proto::generated::envoy::config::route::v3::route_action::upgrade_config"],[5403,"quilkin_proto::generated::envoy::config::route::v3::route_match"],[5489,"quilkin_proto::generated::envoy::config::route::v3::virtual_host"],[5523,"quilkin_proto::generated::envoy::config::route::v3::weighted_cluster"],[5575,"quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::cluster_weight"],[5596,"quilkin_proto::generated::envoy::kind"],[5600,"quilkin_proto::generated::envoy::kind::matcher"],[5601,"quilkin_proto::generated::envoy::kind::matcher::v3"],[5781,"quilkin_proto::generated::envoy::kind::matcher::v3::double_matcher"],[5803,"quilkin_proto::generated::envoy::kind::matcher::v3::list_matcher"],[5824,"quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher"],[5846,"quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment"],[5867,"quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher"],[5909,"quilkin_proto::generated::envoy::kind::matcher::v3::string_matcher"],[5934,"quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher"],[5980,"quilkin_proto::generated::envoy::kind::metadata"],[5981,"quilkin_proto::generated::envoy::kind::metadata::v3"],[6026,"quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key"],[6048,"quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::path_segment"],[6069,"quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind"],[6173,"quilkin_proto::generated::envoy::kind::tracing"],[6174,"quilkin_proto::generated::envoy::kind::tracing::v3"],[6197,"quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag"],[6309,"quilkin_proto::generated::envoy::kind::v3"],[6455,"quilkin_proto::generated::envoy::kind::v3::fractional_percent"],[6489,"quilkin_proto::generated::envoy::service"],[6490,"quilkin_proto::generated::envoy::service::discovery"],[6491,"quilkin_proto::generated::envoy::service::discovery::v3"],[6645,"quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_client"],[6671,"quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_server"],[6704,"quilkin_proto::generated::envoy::service::discovery::v3::resource"],[6725,"quilkin_proto::generated::google"],[6726,"quilkin_proto::generated::google::rpc"],[6749,"quilkin_proto::generated::quilkin"],[6752,"quilkin_proto::generated::quilkin::config"],[6753,"quilkin_proto::generated::quilkin::config::v1alpha1"],[6956,"quilkin_proto::generated::quilkin::config::v1alpha1::host"],[6979,"quilkin_proto::generated::quilkin::filters"],[6991,"quilkin_proto::generated::quilkin::filters::capture"],[6992,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1"],[7015,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture"],[7103,"quilkin_proto::generated::quilkin::filters::compress"],[7104,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1"],[7128,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress"],[7241,"quilkin_proto::generated::quilkin::filters::concatenate"],[7242,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1"],[7266,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate"],[7323,"quilkin_proto::generated::quilkin::filters::debug"],[7324,"quilkin_proto::generated::quilkin::filters::debug::v1alpha1"],[7345,"quilkin_proto::generated::quilkin::filters::drop"],[7346,"quilkin_proto::generated::quilkin::filters::drop::v1alpha1"],[7366,"quilkin_proto::generated::quilkin::filters::firewall"],[7367,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1"],[7390,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall"],[7470,"quilkin_proto::generated::quilkin::filters::load_balancer"],[7471,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1"],[7493,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer"],[7550,"quilkin_proto::generated::quilkin::filters::local_rate_limit"],[7551,"quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1"],[7573,"quilkin_proto::generated::quilkin::filters::matches"],[7574,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1"],[7597,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match"],[7642,"quilkin_proto::generated::quilkin::filters::pass"],[7643,"quilkin_proto::generated::quilkin::filters::pass::v1alpha1"],[7663,"quilkin_proto::generated::quilkin::filters::timestamp"],[7664,"quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1"],[7685,"quilkin_proto::generated::quilkin::filters::token_router"],[7686,"quilkin_proto::generated::quilkin::filters::token_router::v1alpha1"],[7707,"quilkin_proto::generated::quilkin::relay"],[7708,"quilkin_proto::generated::quilkin::relay::v1alpha1"],[7710,"quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client"],[7736,"quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server"],[7769,"quilkin_proto::generated::validate"],[8544,"quilkin_proto::generated::validate::bytes_rules"],[8567,"quilkin_proto::generated::validate::field_rules"],[8608,"quilkin_proto::generated::validate::string_rules"],[8638,"quilkin_proto::generated::xds"],[8641,"quilkin_proto::generated::xds::annotations"],[8642,"quilkin_proto::generated::xds::annotations::v3"],[8764,"quilkin_proto::generated::xds::core"],[8765,"quilkin_proto::generated::xds::core::v3"],[8904,"quilkin_proto::generated::xds::core::v3::collection_entry"],[8949,"quilkin_proto::generated::xds::core::v3::resource_locator"],[9026,"quilkin_proto::generated::xds::core::v3::resource_locator::directive"],[9048,"quilkin_proto::generated::xds::kind"],[9049,"quilkin_proto::generated::xds::kind::matcher"],[9050,"quilkin_proto::generated::xds::kind::matcher::v3"],[9140,"quilkin_proto::generated::xds::kind::matcher::v3::matcher"],[9229,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list"],[9273,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate"],[9341,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate"],[9363,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree"],[9407,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::on_match"],[9429,"quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher"],[9470,"quilkin_proto::generated::xds::kind::matcher::v3::string_matcher"],[9495,"core::fmt"],[9496,"tonic::request"],[9497,"core::slice::iter"],[9498,"core::iter::adapters::cloned"],[9499,"core::option"],[9500,"core::iter::adapters::filter_map"],[9501,"core::result"],[9502,"core::any"],[9503,"bytes::buf::buf_mut"],[9504,"prost::encoding::wire_type"],[9505,"prost::encoding"],[9506,"prost::error"],[9507,"bytes::buf::buf_impl"],[9508,"core::cmp"],[9509,"core::hash"],[9510,"tonic::codec::compression"],[9511,"tonic::body"],[9512,"tonic::client::service"],[9513,"core::clone"],[9514,"tonic::transport::channel"],[9515,"tonic::transport::error"],[9516,"tonic::transport::channel::endpoint"],[9517,"core::convert"],[9518,"tonic::codec::decode"],[9519,"tonic::response"],[9520,"tonic::status"],[9521,"tonic::service::interceptor"],[9522,"http::request"],[9523,"http::response"],[9524,"tower_service"],[9525,"http::uri"],[9526,"http_body"],[9527,"core::marker"],[9528,"core::future::future"],[9529,"alloc::boxed"],[9530,"core::pin"],[9531,"futures_core::stream"],[9532,"alloc::sync"],[9533,"axum::routing::into_make_service"],[9534,"core::task::wake"],[9535,"core::task::poll"]],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,7,8,0,3,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,16,0,3,5,12,13,15,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,0,14,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,17,17,3,18,6,6,11,16,11,6,16,16,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,11,6,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,0,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,42,42,42,0,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,24,24,24,0,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,25,25,25,25,25,25,25,25,25,25,25,25,25,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,0,0,0,0,0,55,0,0,0,53,0,0,52,56,53,56,0,0,0,53,0,0,53,0,0,0,0,0,0,56,52,0,0,0,0,54,0,0,0,53,0,53,54,53,0,0,53,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,53,0,0,0,0,56,56,54,0,55,55,0,96,0,77,80,76,81,96,96,98,100,98,104,0,104,0,48,48,50,50,50,88,52,53,54,55,56,87,93,93,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,52,53,53,54,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,56,58,48,52,53,54,55,56,52,53,54,55,56,0,88,87,102,69,48,97,92,98,98,0,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,88,96,60,61,62,63,70,74,96,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,0,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,52,52,52,53,53,53,54,54,54,55,55,55,56,56,56,104,104,0,85,59,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,79,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,52,53,54,55,56,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,52,53,54,55,56,0,48,52,53,54,55,56,50,96,0,66,95,95,0,104,104,104,98,0,0,99,0,58,71,95,92,98,87,91,104,82,92,98,97,104,97,104,104,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,77,52,53,54,55,56,78,78,78,64,65,94,74,58,92,98,95,98,94,95,98,98,91,98,98,95,89,95,85,58,75,69,72,74,94,104,104,92,93,96,98,100,52,53,54,55,56,67,75,86,77,89,81,94,77,77,0,103,100,48,48,57,48,77,87,87,104,60,61,62,63,70,0,48,50,95,48,77,87,74,48,84,73,0,0,79,79,68,74,74,103,103,98,57,82,82,97,104,104,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,101,48,84,48,84,0,104,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,52,53,53,54,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,56,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,88,72,59,104,104,104,58,64,65,74,73,73,57,58,59,60,61,62,63,64,65,50,66,67,68,69,70,71,52,53,54,72,73,74,75,76,77,78,79,80,81,82,48,83,84,85,86,87,88,55,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,56,86,57,0,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,0,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,49,49,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,111,111,0,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,112,112,112,112,0,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,0,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,113,0,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,0,117,0,117,0,115,115,116,117,115,116,117,116,116,116,115,116,115,116,117,115,116,117,115,116,117,115,116,116,115,116,117,115,116,117,115,116,117,115,116,117,115,116,117,115,116,117,0,115,116,117,115,116,117,117,116,116,116,115,116,117,115,116,117,115,116,117,115,116,117,115,116,117,0,0,0,0,0,122,118,119,120,121,122,118,119,120,121,122,0,118,0,0,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,120,121,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,118,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,118,119,120,121,122,127,0,127,127,127,0,127,0,127,0,0,127,126,126,126,124,124,123,124,125,126,127,123,124,125,126,127,123,124,125,126,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,125,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,123,127,0,125,126,126,126,126,126,123,124,125,126,127,126,123,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,123,124,125,126,127,0,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,0,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,0,129,129,130,130,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,51,51,0,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,139,0,139,0,0,139,0,0,0,139,0,138,136,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,133,133,137,0,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,133,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,133,136,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,135,139,137,133,0,132,133,134,133,133,133,133,134,136,133,133,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,132,133,134,135,136,137,138,139,0,141,141,141,141,141,141,141,141,141,141,141,141,141,141,141,141,141,141,141,141,142,0,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,0,143,143,143,143,143,143,143,143,143,143,143,143,143,0,143,143,143,143,143,143,143,0,0,145,145,144,145,144,145,144,144,145,144,145,144,145,144,145,144,145,144,145,144,145,144,145,144,145,144,145,144,145,145,144,145,144,145,144,145,144,145,144,145,0,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,105,105,0,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,108,108,0,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,148,0,148,0,106,106,106,106,148,106,148,106,148,106,148,106,106,148,106,106,106,148,148,106,148,106,106,106,106,148,106,148,106,106,148,106,106,106,148,106,148,106,148,106,106,148,106,106,148,106,148,106,148,106,148,149,149,0,107,107,107,0,107,107,149,107,149,107,149,107,149,107,107,149,107,107,107,149,149,107,149,107,107,107,107,149,107,149,107,107,149,107,107,107,149,107,149,107,149,107,107,149,107,107,149,107,149,107,149,107,149,0,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,0,0,0,0,0,151,151,152,153,154,151,152,153,154,151,152,153,154,151,152,153,154,151,152,153,154,151,152,153,154,151,152,153,154,151,152,153,154,0,151,152,153,154,151,152,153,154,151,152,153,154,151,152,153,154,151,152,152,152,151,151,152,153,154,151,152,153,154,154,0,154,153,153,152,154,154,0,152,154,154,152,151,152,153,154,151,152,153,154,151,152,153,154,151,152,153,154,151,152,153,154,0,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,155,156,156,0,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,0,0,158,158,157,158,157,158,157,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,157,158,0,0,0,0,0,0,0,0,0,0,0,0,169,169,161,159,169,161,169,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,160,164,169,169,165,165,159,160,161,162,163,164,165,166,167,168,169,169,169,161,161,166,169,169,169,169,165,159,160,161,162,163,164,165,166,167,168,169,168,159,160,161,162,163,164,165,166,167,168,169,0,0,0,162,169,164,162,159,160,161,162,163,164,165,166,167,168,169,169,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,165,169,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,0,0,0,169,169,169,162,169,160,162,164,169,162,165,169,161,165,166,165,169,163,161,169,161,169,169,161,161,161,161,169,161,169,169,159,160,161,162,163,164,165,166,167,168,169,169,169,169,161,162,162,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,159,160,161,162,163,164,165,166,167,168,169,169,169,162,159,160,161,162,163,164,165,166,167,168,169,172,0,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,0,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,171,0,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,0,170,0,0,177,0,0,170,170,175,174,174,175,176,170,177,174,175,176,170,177,174,175,176,174,175,176,170,177,174,175,176,170,177,174,175,176,170,170,177,170,170,0,174,175,176,170,177,174,175,176,177,174,175,176,170,177,170,170,170,174,175,176,170,177,174,175,176,170,177,170,174,175,176,170,177,170,170,174,175,176,170,177,174,175,176,170,177,170,177,170,174,175,176,170,177,174,175,176,170,170,177,174,175,176,170,177,174,175,176,170,177,174,175,176,170,177,0,0,179,178,179,178,179,178,178,179,178,179,178,179,178,179,178,179,178,179,178,179,178,179,178,179,178,179,178,179,179,178,179,178,179,178,179,178,179,178,179,180,0,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,182,182,182,0,182,182,0,181,182,181,182,181,181,182,181,182,181,182,181,182,181,182,181,182,181,182,181,182,181,182,181,182,181,182,182,181,181,182,181,182,181,182,181,182,181,182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,185,198,191,188,201,188,188,188,189,193,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,187,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,196,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,189,189,189,186,202,183,189,0,196,185,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,198,183,187,188,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,188,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,187,189,189,199,0,187,197,191,183,189,192,189,190,189,183,183,189,191,189,189,189,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,199,202,198,185,183,188,189,189,201,189,185,189,183,185,197,199,200,190,195,196,192,187,183,185,190,190,192,201,189,189,189,195,200,0,187,196,186,0,190,183,189,0,201,189,183,185,183,185,189,183,183,192,192,183,185,183,185,190,190,190,190,190,190,190,0,183,189,183,189,190,0,0,0,183,187,186,192,189,189,189,183,192,188,198,193,192,189,187,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,186,185,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,183,185,189,183,0,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,0,0,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,208,208,0,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,209,0,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,0,0,0,210,210,211,210,211,210,211,210,211,210,211,210,211,210,211,210,211,210,211,210,211,210,211,210,211,210,211,210,211,0,211,210,211,210,211,210,211,210,211,210,211,0,0,220,0,220,220,0,220,0,220,0,220,0,220,0,220,0,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,218,219,214,216,218,219,216,217,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,217,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,214,217,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,220,0,218,219,219,214,219,219,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,212,213,214,215,216,217,218,219,220,221,221,0,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,0,223,0,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,223,222,223,222,223,222,223,222,223,222,223,223,222,222,223,222,223,222,223,222,223,222,223,206,224,206,225,0,206,225,0,225,224,0,206,206,206,206,224,225,206,224,225,206,224,225,206,224,225,206,206,224,225,206,206,206,224,225,224,225,206,224,225,206,206,206,206,224,225,206,224,225,206,206,224,225,206,206,206,224,225,206,224,225,206,224,225,206,206,224,225,206,206,224,225,206,224,225,206,224,225,206,224,225,0,0,0,0,0,0,226,226,226,229,227,228,229,230,231,226,227,228,229,230,231,226,227,228,229,230,231,227,228,229,230,231,226,227,228,229,230,231,226,227,228,229,230,231,226,226,226,226,227,228,227,228,229,230,231,226,227,228,229,230,231,227,228,229,230,231,226,226,226,226,227,228,229,230,231,226,230,230,227,228,229,230,231,226,226,227,228,229,230,231,226,226,226,227,228,229,230,231,226,227,228,229,230,231,226,226,229,231,227,228,230,226,231,0,0,230,227,228,229,230,231,226,227,228,229,230,231,226,226,227,228,229,230,231,226,227,228,229,230,231,226,227,228,229,230,231,226,0,232,232,232,232,232,232,232,232,232,232,232,232,232,232,232,232,232,232,232,232,0,233,233,233,233,233,233,233,233,233,233,233,233,233,233,233,233,233,233,233,233,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,240,239,239,0,0,239,204,0,240,240,240,0,0,0,203,204,0,203,0,239,203,204,235,236,237,238,203,204,239,240,235,236,237,238,203,204,239,240,235,236,237,238,235,236,237,238,203,204,239,240,235,236,237,238,203,204,239,240,235,236,237,238,203,203,204,204,239,240,235,203,204,203,204,237,235,236,237,238,203,204,237,239,240,235,236,237,238,239,240,235,236,237,238,203,204,239,240,203,203,203,204,204,204,235,236,237,238,203,204,239,240,235,236,237,238,203,204,239,240,203,204,235,236,237,238,203,204,239,240,203,204,238,238,203,204,0,235,236,237,238,203,204,239,240,235,236,237,238,203,204,239,240,203,204,238,239,240,203,204,236,235,236,235,236,237,238,203,204,239,240,235,235,236,237,238,203,203,204,204,239,240,235,236,237,238,203,204,239,240,235,236,237,238,203,204,239,240,0,237,235,236,237,238,203,204,239,240,0,246,0,246,0,246,0,246,0,0,246,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,246,241,241,242,243,244,245,246,241,242,243,244,245,246,245,246,242,244,242,241,243,241,242,243,244,245,246,241,242,243,244,245,246,241,242,243,244,245,246,242,241,242,243,244,245,246,241,242,243,244,245,246,0,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,247,0,251,0,251,0,251,251,0,248,249,250,251,248,249,250,251,248,249,250,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,251,249,248,249,250,251,248,249,250,251,248,249,250,251,248,249,250,251,249,248,249,250,251,205,205,205,0,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,205,0,253,0,252,253,252,253,252,252,253,252,253,252,253,252,0,252,253,252,253,252,253,252,253,252,253,252,253,252,252,253,252,253,253,252,252,252,252,252,252,252,253,252,253,252,253,252,253,252,252,253,252,254,0,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,0,0,0,0,0,0,0,0,0,0,0,0,0,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,0,255,256,257,258,259,260,261,262,256,255,256,257,258,259,260,261,262,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,258,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,262,0,255,258,260,261,0,262,257,259,256,0,0,257,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,255,256,257,258,259,260,261,262,262,0,255,256,257,258,259,260,261,262,263,0,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,0,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,0,265,265,265,265,265,265,265,265,265,265,265,265,265,265,0,265,265,265,265,265,265,266,0,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,0,0,268,267,268,267,268,267,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,269,269,0,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,271,271,271,0,0,271,271,271,270,271,270,271,270,270,271,270,271,270,271,270,271,270,271,270,271,270,271,270,271,270,271,270,271,270,271,271,270,271,270,271,270,271,270,271,270,271,0,0,0,272,273,272,273,272,273,272,273,272,273,272,273,272,273,272,273,272,273,272,273,272,273,272,273,272,273,272,273,272,273,0,0,272,272,273,272,273,272,273,272,273,272,273,0,274,274,274,274,274,274,274,274,274,274,274,274,274,274,0,274,274,274,274,274,274,275,0,275,275,275,275,275,275,275,275,275,275,275,275,275,275,275,275,275,275,275,0,280,0,280,0,0,280,0,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,276,277,278,279,280,0,0,281,281,281,281,281,281,0,281,281,281,281,281,281,281,281,281,281,281,281,281,281,281,0,286,0,0,286,0,286,286,0,282,283,284,285,286,282,283,284,285,286,282,283,284,285,282,283,284,285,286,282,283,284,285,286,282,283,284,285,286,282,283,284,285,283,284,285,286,282,283,284,285,286,282,283,284,285,286,282,283,284,285,286,282,283,284,285,286,282,283,284,285,286,282,283,284,285,286,282,283,284,285,286,285,286,285,283,284,282,283,284,285,286,282,283,284,285,286,282,283,284,285,286,282,283,284,285,286,282,282,283,284,285,286,0,0,0,140,140,140,0,0,0,140,287,288,289,290,291,140,287,288,289,290,291,140,287,288,289,290,291,287,288,289,290,291,140,287,288,289,290,291,140,287,288,289,290,291,140,140,140,140,287,288,289,290,291,140,288,288,287,288,289,290,291,289,290,291,287,288,289,290,291,140,140,140,140,287,288,289,290,291,140,0,287,288,289,290,291,140,140,287,288,289,290,291,140,140,140,287,288,289,290,291,140,287,288,289,290,291,140,140,288,140,288,289,290,291,287,288,289,290,291,140,287,288,289,290,291,140,140,287,288,289,290,291,140,287,288,289,290,291,140,287,287,288,289,290,291,140,0,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,0,0,0,0,0,0,0,0,0,0,297,293,294,295,296,297,298,293,294,295,296,297,298,297,294,293,294,295,296,297,298,293,294,295,296,297,298,293,294,295,296,297,298,293,294,295,296,297,298,294,296,293,294,295,296,297,298,293,294,295,296,297,298,293,294,295,296,297,298,293,295,293,294,295,296,297,298,293,294,295,296,297,298,293,294,295,296,297,298,295,293,294,295,296,297,298,293,294,295,296,297,298,297,293,295,294,296,296,0,297,293,295,295,294,296,293,295,296,293,294,295,296,297,298,293,294,295,296,297,298,293,294,295,296,297,298,297,293,294,295,296,297,298,293,294,295,296,297,293,294,293,294,295,296,297,298,0,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,299,0,0,322,322,321,321,321,321,321,321,321,321,322,321,321,321,321,321,321,321,321,321,321,321,321,321,322,321,321,321,321,321,321,0,336,336,336,336,336,336,336,336,336,336,336,336,336,336,336,336,336,336,336,336,0,0,337,337,337,337,337,337,337,337,337,337,337,337,337,337,337,337,337,337,337,337,337,337,0,0,0,0,0,0,0,0,0,0,0,0,0,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,345,345,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,339,338,339,340,341,342,343,344,345,346,346,341,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,0,343,344,343,344,342,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,345,345,339,343,345,343,344,340,341,340,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,338,339,340,341,342,343,344,345,346,340,0,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,348,0,348,348,348,348,348,348,348,348,348,348,348,348,348,348,348,348,348,348,348,0,352,0,352,0,0,352,349,350,351,352,349,350,351,352,349,350,351,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,352,351,349,350,349,350,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,349,350,351,352,0,0,353,353,353,353,353,353,0,353,353,353,353,353,353,353,353,353,353,353,353,353,353,353,353,0,0,355,355,355,354,0,0,354,354,355,356,357,354,355,356,357,354,355,356,357,356,357,354,355,356,357,354,355,356,357,354,354,355,355,354,355,354,355,356,357,354,355,356,357,356,357,354,355,354,354,354,355,355,355,356,357,354,355,356,357,354,355,354,355,356,357,354,355,354,355,354,355,356,357,354,355,356,357,354,355,354,355,354,355,356,357,356,357,354,355,356,357,354,354,355,355,356,357,354,355,356,357,354,355,356,357,356,357,356,357,354,355,0,0,358,358,358,358,358,358,358,0,358,358,358,358,358,358,358,358,358,358,358,358,358,358,358,359,359,359,0,0,359,360,359,360,359,360,360,359,360,359,360,359,359,359,359,360,359,360,360,359,359,359,359,360,359,360,359,359,360,359,359,359,360,359,360,359,359,359,360,360,359,360,359,359,360,359,360,359,360,360,360,359,0,0,361,361,361,361,361,361,361,361,361,361,361,361,361,361,361,361,361,361,361,361,0,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,363,363,363,363,363,363,363,363,363,0,363,363,363,363,363,363,363,363,363,363,363,363,0,365,365,0,0,364,364,365,366,364,365,366,364,365,366,364,366,364,365,366,364,365,366,364,365,365,365,365,366,364,365,366,364,366,364,365,365,365,365,366,364,365,366,364,365,365,366,364,365,365,365,366,364,365,366,364,365,365,366,366,365,364,364,364,366,364,365,366,364,365,365,366,364,365,366,364,365,366,364,365,0,0,367,367,367,367,367,367,367,367,367,367,367,367,367,367,0,367,367,367,367,367,367,368,0,0,368,368,368,369,368,369,368,369,369,368,369,368,369,368,368,368,368,369,368,369,369,368,368,368,368,369,368,369,368,368,369,368,368,368,369,368,369,368,368,368,369,369,368,369,368,368,369,368,369,368,369,369,369,368,0,0,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,0,0,371,371,371,371,371,371,371,371,371,371,371,371,371,371,0,371,371,371,371,371,371,371,0,0,372,373,372,373,373,372,373,372,373,372,373,372,373,372,373,372,373,372,373,373,372,372,373,372,373,372,373,372,373,372,373,373,372,373,372,373,372,373,372,373,372,372,373,0,0,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,0,0,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,0,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,0,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,0,0,379,379,378,378,378,378,378,378,378,378,379,378,378,378,378,378,378,378,378,378,378,378,378,378,379,378,378,378,378,378,378,0,0,0,0,0,0,0,0,0,0,380,380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,0,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,380,380,380,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,402,403,395,396,395,396,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,397,397,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,380,380,380,0,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,380,382,383,384,385,386,387,388,389,390,391,392,393,382,383,384,385,386,387,388,389,390,391,392,393,402,403,403,403,382,383,384,385,386,387,388,389,390,391,392,393,382,383,384,385,386,387,388,389,390,391,392,393,402,403,380,382,383,384,385,386,387,388,389,390,391,392,393,395,396,399,400,382,383,384,385,386,387,388,389,390,391,392,393,395,396,399,400,382,383,384,385,386,387,388,389,390,391,392,393,395,396,397,401,402,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,380,399,400,395,396,395,396,395,395,382,383,384,385,386,387,388,389,390,391,392,393,382,383,384,385,386,387,388,389,390,391,392,393,402,403,403,403,382,383,384,385,386,387,388,389,390,391,392,393,382,383,384,385,386,387,388,389,390,391,392,393,402,403,395,395,399,399,395,396,395,396,400,400,381,395,395,399,399,395,396,395,396,400,400,400,400,395,395,382,383,384,385,386,387,388,389,390,391,392,393,395,396,397,401,402,380,395,396,395,396,395,396,395,396,398,401,402,403,398,401,402,403,398,398,395,395,0,395,396,395,396,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,381,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,399,399,400,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,380,395,396,403,410,410,410,0,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,0,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,412,412,412,412,412,412,412,412,412,0,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,0,0,0,0,413,0,0,413,0,413,0,0,413,413,414,415,416,417,413,414,415,416,417,413,414,415,416,417,414,415,416,417,413,414,415,416,417,413,414,415,416,417,413,413,413,413,414,415,416,417,413,414,415,416,417,414,415,416,417,413,413,413,413,414,415,416,417,413,414,415,416,417,413,413,414,415,416,417,413,413,413,414,415,416,417,413,414,415,416,417,413,413,417,417,413,417,414,415,416,417,413,414,415,416,417,413,413,414,415,416,417,413,414,415,416,417,413,414,415,416,417,413,414,415,416,417,0,0,0,0,0,0,0,421,423,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,0,423,421,418,419,420,421,422,423,421,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,421,423,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,0,422,421,423,421,421,421,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,418,419,420,421,422,423,418,418,419,420,421,422,423,0,426,426,0,425,426,425,426,425,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,425,426,426,425,425,425,426,425,426,425,426,425,426,425,425,426,0,0,428,424,424,0,424,424,427,424,428,427,424,428,427,427,424,428,427,424,428,427,424,424,428,424,424,427,424,0,427,428,427,428,427,424,428,424,424,424,427,424,428,427,424,428,424,427,424,428,424,424,427,424,428,427,424,428,424,428,424,427,424,428,427,424,424,428,427,424,428,427,424,428,427,424,428,429,0,429,429,429,429,429,429,429,429,429,429,429,429,429,429,429,429,429,429,429,429,0,0,0,0,0,0,430,431,432,433,430,431,432,433,430,431,432,433,430,431,432,433,430,431,432,433,430,431,432,433,430,431,432,433,430,431,432,433,430,430,431,432,433,430,431,432,433,430,431,432,433,430,431,432,433,431,430,431,432,433,430,431,432,433,431,0,433,433,432,430,0,0,430,431,432,433,430,431,432,433,430,431,432,433,430,431,432,433,430,431,432,433,0,437,0,437,0,0,434,435,436,437,434,435,436,437,434,435,436,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,436,434,435,436,437,434,435,436,437,0,0,435,437,0,434,434,435,436,437,436,434,435,436,437,434,435,436,437,434,435,436,437,434,435,436,437,0,0,438,439,438,439,438,439,438,439,438,439,438,439,438,439,438,439,438,439,438,439,438,439,438,439,438,439,438,439,438,439,0,439,438,439,438,439,438,439,438,439,438,439,442,0,442,442,0,0,442,440,441,442,440,441,442,440,441,440,441,442,440,441,442,440,441,442,440,441,442,440,441,442,440,441,442,440,441,442,440,441,442,440,441,442,440,440,441,442,440,441,442,440,442,441,0,440,441,442,440,441,442,440,441,442,440,441,442,440,441,442,443,0,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,445,445,0,445,0,444,445,444,445,444,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,444,445,446,446,0,446,446,446,446,446,446,446,446,446,446,446,446,446,446,446,446,446,446,446,0,0,448,447,448,447,448,447,447,448,447,448,447,448,447,448,447,448,447,448,447,448,447,448,447,448,447,448,447,448,448,447,448,447,448,447,448,447,448,447,448,449,449,0,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449,449],"f":"````````````````````````````````{{{b{c}}}{{b{e}}}{}{}}00000000000000{{{b{dc}}}{{b{de}}}{}{}}00000000000000{{{b{df}}}h}{{{b{dj}}}h}{{{b{dl}}}h}{{{b{dn}}}h}{{{b{dA`}}}h}{{{b{dAb}}}h}{{{b{dAd}}}h}{{{b{dAf}}}h}{{{b{dAh}}}h}{{{b{dAj}}}h}{{{b{dAl}}}h}{{{b{dAn}}}h}{{{b{dB`}}}h}{{{b{dBb}}}h}{{{b{dBd}}}h}{{{b{f}}}f}{{{b{j}}}j}{{{b{l}}}l}{{{b{n}}}n}{{{b{A`}}}A`}{{{b{Ab}}}Ab}{{{b{Ad}}}Ad}{{{b{Af}}}Af}{{{b{Ah}}}Ah}{{{b{Aj}}}Aj}{{{b{Al}}}Al}{{{b{An}}}An}{{{b{B`}}}B`}{{{b{Bb}}}Bb}{{{b{Bd}}}Bd}{{{b{c}}{b{de}}}h{}{}}00000000000000{{{b{c}}}h{}}00000000000000`````{{}f}{{}j}{{}l}{{}n}{{}A`}{{}Ab}{{}Ad}{{}Af}{{}Ah}{{}Aj}{{}Al}{{}An}{{}B`}{{}Bb}{{}Bd}{{{b{f}}}Bf}{{{b{j}}}Bf}{{{b{l}}}Bf}{{{b{n}}}Bf}{{{b{A`}}}Bf}{{{b{Ab}}}Bf}{{{b{Ad}}}Bf}{{{b{Af}}}Bf}{{{b{Ah}}}Bf}{{{b{Aj}}}Bf}{{{b{Al}}}Bf}{{{b{An}}}Bf}{{{b{B`}}}Bf}{{{b{Bb}}}Bf}{{{b{Bd}}}Bf}{{{b{f}}{b{f}}}Bh}{{{b{j}}{b{j}}}Bh}{{{b{l}}{b{l}}}Bh}{{{b{n}}{b{n}}}Bh}{{{b{A`}}{b{A`}}}Bh}{{{b{Ab}}{b{Ab}}}Bh}{{{b{Ad}}{b{Ad}}}Bh}{{{b{Af}}{b{Af}}}Bh}{{{b{Ah}}{b{Ah}}}Bh}{{{b{Aj}}{b{Aj}}}Bh}{{{b{Al}}{b{Al}}}Bh}{{{b{An}}{b{An}}}Bh}{{{b{B`}}{b{B`}}}Bh}{{{b{Bb}}{b{Bb}}}Bh}{{{b{Bd}}{b{Bd}}}Bh}```````{{{b{f}}{b{dBj}}}Bl}{{{b{j}}{b{dBj}}}Bl}{{{b{l}}{b{dBj}}}Bl}{{{b{n}}{b{dBj}}}Bl}{{{b{A`}}{b{dBj}}}Bl}{{{b{Ab}}{b{dBj}}}Bl}{{{b{Ad}}{b{dBj}}}Bl}{{{b{Af}}{b{dBj}}}Bl}{{{b{Ah}}{b{dBj}}}Bl}{{{b{Aj}}{b{dBj}}}Bl}{{{b{Al}}{b{dBj}}}Bl}{{{b{An}}{b{dBj}}}Bl}{{{b{B`}}{b{dBj}}}Bl}{{{b{Bb}}{b{dBj}}}Bl}{{{b{Bd}}{b{dBj}}}Bl}{cc{}}00000000000000{{{b{c}}}c{}}00000000000000``{ce{}{}}00000000000000{c{{Bn{e}}}{}{}}00000000000000````{{{b{l}}}C`}``{{{b{dB`}}Cb}h}`{{{b{dl}}C`}h}{{{b{B`}}}{{D`{{Ch{{Cf{Cd}}}}{Cn{Cd}{{Cj{{Cl{Cb}}}}}}}}}}`{{{b{c}}}e{}{}}00000000000000{c{{Db{e}}}{}{}}00000000000000000000000000000{{{b{c}}}Dd{}}00000000000000``888888888888888``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Df}}}Df}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{Df}}{b{dc}}}hDh}{{{b{Df}}}Bf}{{{b{Df}}{b{Df}}}Bh}{{{b{Df}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{Df}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`````````````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ed}}}Ed}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{Ed}}{b{dc}}}hDh}{{{b{Ed}}}Bf}{{{b{Ed}}{b{Ed}}}Bh}{{{b{Ed}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{Ed}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5````{{{b{C`}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{C`}}}C`}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{C`}}{b{C`}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}C`}{{{b{C`}}{b{C`}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{C`}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{C`}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{C`}}}}{{{b{C`}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{C`}}{b{C`}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{Cd{{Db{C`El}}}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}7``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{En}}}En}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{En}}{b{dc}}}hDh}{{{b{En}}}Bf}{{{b{En}}{b{En}}}Bh}{{{b{En}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{En}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``````````````````{{{b{Cb}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Cb}}}Cb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{Cb}}{b{Cb}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}Cb}{{{b{Cb}}{b{Cb}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{Cb}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{Cb}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{Cb}}}}{{{b{Cb}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{Cb}}{b{Cb}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{Cd{{Db{CbEl}}}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}7```````````````````````````````````````````````````````````````````````````````````````````````{{{b{F`}}}Fb}``{{{b{Fd}}}Ff}``{{{b{Fh}}}{{b{Ef}}}}{{{b{Fj}}}{{b{Ef}}}}{{{b{Fl}}}{{b{Ef}}}}{{{b{Fn}}}{{b{Ef}}}}{{{b{G`}}}{{b{Ef}}}}```{{{b{c}}}{{b{e}}}{}{}}000000000000000000000000000000000000000000000000000000{{{b{dc}}}{{b{de}}}{}{}}000000000000000000000000000000000000000000000000000000{{{b{dGb}}}h}{{{b{dGd}}}h}{{{b{dGf}}}h}{{{b{dGh}}}h}{{{b{dGj}}}h}{{{b{dGl}}}h}{{{b{dGn}}}h}{{{b{dH`}}}h}{{{b{dHb}}}h}{{{b{dFd}}}h}{{{b{dHd}}}h}{{{b{dHf}}}h}{{{b{dHh}}}h}{{{b{dHj}}}h}{{{b{dHl}}}h}{{{b{dHn}}}h}{{{b{dI`}}}h}{{{b{dIb}}}h}{{{b{dId}}}h}{{{b{dIf}}}h}{{{b{dIh}}}h}{{{b{dIj}}}h}{{{b{dIl}}}h}{{{b{dIn}}}h}{{{b{dJ`}}}h}{{{b{dJb}}}h}{{{b{dJd}}}h}{{{b{dF`}}}h}{{{b{dJf}}}h}{{{b{dJh}}}h}{{{b{dJj}}}h}{{{b{dJl}}}h}{{{b{dJn}}}h}{{{b{dK`}}}h}{{{b{dKb}}}h}{{{b{dKd}}}h}{{{b{dKf}}}h}{{{b{dKh}}}h}{{{b{dKj}}}h}{{{b{dKl}}}h}{{{b{dKn}}}h}{{{b{dL`}}}h}{{{b{dLb}}}h}{{{b{dLd}}}h}{{{b{dLf}}}h}{{{b{dLh}}}h}{{{b{dLj}}}h}{{{b{dLl}}}h}{{{b{dLn}}}h}{{{b{dM`}}}h}{{{b{Gb}}}Gb}{{{b{Gd}}}Gd}{{{b{Gf}}}Gf}{{{b{Gh}}}Gh}{{{b{Gj}}}Gj}{{{b{Gl}}}Gl}{{{b{Gn}}}Gn}{{{b{H`}}}H`}{{{b{Hb}}}Hb}{{{b{Fd}}}Fd}{{{b{Hd}}}Hd}{{{b{Hf}}}Hf}{{{b{Hh}}}Hh}{{{b{Hj}}}Hj}{{{b{Hl}}}Hl}{{{b{Hn}}}Hn}{{{b{Fh}}}Fh}{{{b{Fj}}}Fj}{{{b{Fl}}}Fl}{{{b{I`}}}I`}{{{b{Ib}}}Ib}{{{b{Id}}}Id}{{{b{If}}}If}{{{b{Ih}}}Ih}{{{b{Ij}}}Ij}{{{b{Il}}}Il}{{{b{In}}}In}{{{b{J`}}}J`}{{{b{Jb}}}Jb}{{{b{Jd}}}Jd}{{{b{F`}}}F`}{{{b{Jf}}}Jf}{{{b{Jh}}}Jh}{{{b{Jj}}}Jj}{{{b{Jl}}}Jl}{{{b{Jn}}}Jn}{{{b{K`}}}K`}{{{b{Fn}}}Fn}{{{b{Kb}}}Kb}{{{b{Kd}}}Kd}{{{b{Kf}}}Kf}{{{b{Kh}}}Kh}{{{b{Kj}}}Kj}{{{b{Kl}}}Kl}{{{b{Kn}}}Kn}{{{b{L`}}}L`}{{{b{Lb}}}Lb}{{{b{Ld}}}Ld}{{{b{Lf}}}Lf}{{{b{Lh}}}Lh}{{{b{Lj}}}Lj}{{{b{Ll}}}Ll}{{{b{Ln}}}Ln}{{{b{M`}}}M`}{{{b{G`}}}G`}{{{b{c}}{b{de}}}h{}{}}000000000000000000000000000000000000000000000000000000{{{b{c}}}h{}}00000000000000000000000000000000000000000000000000000000000``{{{b{Fh}}{b{Fh}}}Eh}{{{b{Fj}}{b{Fj}}}Eh}{{{b{Fl}}{b{Fl}}}Eh}{{{b{Fn}}{b{Fn}}}Eh}{{{b{G`}}{b{G`}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}0000```````````{{}Gb}{{}Gd}{{}Gf}{{}Gh}{{}Gj}{{}Gl}{{}Gn}{{}H`}{{}Hb}{{}Fd}{{}Hd}{{}Hf}{{}Hh}{{}Hj}{{}Hl}{{}Hn}{{}Fh}{{}Fj}{{}Fl}{{}I`}{{}Ib}{{}Id}{{}If}{{}Ih}{{}Ij}{{}Il}{{}In}{{}J`}{{}Jb}{{}Jd}{{}F`}{{}Jf}{{}Jh}{{}Jj}{{}Jl}{{}Jn}{{}K`}{{}Fn}{{}Kb}{{}Kd}{{}Kf}{{}Kh}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}G`}`````````{{{b{Gb}}}Bf}{{{b{Gd}}}Bf}{{{b{Gf}}}Bf}{{{b{Gh}}}Bf}{{{b{Gj}}}Bf}{{{b{Gl}}}Bf}{{{b{Gn}}}Bf}{{{b{H`}}}Bf}{{{b{Hb}}}Bf}{{{b{Fd}}}Bf}{{{b{Hd}}}Bf}{{{b{Hf}}}Bf}{{{b{Hh}}}Bf}{{{b{Hj}}}Bf}{{{b{Hl}}}Bf}{{{b{Hn}}}Bf}{{{b{I`}}}Bf}{{{b{Ib}}}Bf}{{{b{Id}}}Bf}{{{b{If}}}Bf}{{{b{Ih}}}Bf}{{{b{Ij}}}Bf}{{{b{Il}}}Bf}{{{b{In}}}Bf}{{{b{J`}}}Bf}{{{b{Jb}}}Bf}{{{b{Jd}}}Bf}{{{b{F`}}}Bf}{{{b{Jf}}}Bf}{{{b{Jh}}}Bf}{{{b{Jj}}}Bf}{{{b{Jl}}}Bf}{{{b{Jn}}}Bf}{{{b{K`}}}Bf}{{{b{Kb}}}Bf}{{{b{Kd}}}Bf}{{{b{Kf}}}Bf}{{{b{Kh}}}Bf}{{{b{Kj}}}Bf}{{{b{Kl}}}Bf}{{{b{Kn}}}Bf}{{{b{L`}}}Bf}{{{b{Lb}}}Bf}{{{b{Ld}}}Bf}{{{b{Lf}}}Bf}{{{b{Lh}}}Bf}{{{b{Lj}}}Bf}{{{b{Ll}}}Bf}{{{b{Ln}}}Bf}{{{b{M`}}}Bf}`{{{b{Gb}}{b{Gb}}}Bh}{{{b{Gd}}{b{Gd}}}Bh}{{{b{Gf}}{b{Gf}}}Bh}{{{b{Gh}}{b{Gh}}}Bh}{{{b{Gj}}{b{Gj}}}Bh}{{{b{Gl}}{b{Gl}}}Bh}{{{b{Gn}}{b{Gn}}}Bh}{{{b{H`}}{b{H`}}}Bh}{{{b{Hb}}{b{Hb}}}Bh}{{{b{Fd}}{b{Fd}}}Bh}{{{b{Hd}}{b{Hd}}}Bh}{{{b{Hf}}{b{Hf}}}Bh}{{{b{Hh}}{b{Hh}}}Bh}{{{b{Hj}}{b{Hj}}}Bh}{{{b{Hl}}{b{Hl}}}Bh}{{{b{Hn}}{b{Hn}}}Bh}{{{b{Fh}}{b{Fh}}}Bh}{{{b{Fj}}{b{Fj}}}Bh}{{{b{Fl}}{b{Fl}}}Bh}{{{b{I`}}{b{I`}}}Bh}{{{b{Ib}}{b{Ib}}}Bh}{{{b{Id}}{b{Id}}}Bh}{{{b{If}}{b{If}}}Bh}{{{b{Ih}}{b{Ih}}}Bh}{{{b{Ij}}{b{Ij}}}Bh}{{{b{Il}}{b{Il}}}Bh}{{{b{In}}{b{In}}}Bh}{{{b{J`}}{b{J`}}}Bh}{{{b{Jb}}{b{Jb}}}Bh}{{{b{Jd}}{b{Jd}}}Bh}{{{b{F`}}{b{F`}}}Bh}{{{b{Jf}}{b{Jf}}}Bh}{{{b{Jh}}{b{Jh}}}Bh}{{{b{Jj}}{b{Jj}}}Bh}{{{b{Jl}}{b{Jl}}}Bh}{{{b{Jn}}{b{Jn}}}Bh}{{{b{K`}}{b{K`}}}Bh}{{{b{Fn}}{b{Fn}}}Bh}{{{b{Kb}}{b{Kb}}}Bh}{{{b{Kd}}{b{Kd}}}Bh}{{{b{Kf}}{b{Kf}}}Bh}{{{b{Kh}}{b{Kh}}}Bh}{{{b{Kj}}{b{Kj}}}Bh}{{{b{Kl}}{b{Kl}}}Bh}{{{b{Kn}}{b{Kn}}}Bh}{{{b{L`}}{b{L`}}}Bh}{{{b{Lb}}{b{Lb}}}Bh}{{{b{Ld}}{b{Ld}}}Bh}{{{b{Lf}}{b{Lf}}}Bh}{{{b{Lh}}{b{Lh}}}Bh}{{{b{Lj}}{b{Lj}}}Bh}{{{b{Ll}}{b{Ll}}}Bh}{{{b{Ln}}{b{Ln}}}Bh}{{{b{M`}}{b{M`}}}Bh}{{{b{G`}}{b{G`}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00000000000000`````{{{b{Gb}}{b{dBj}}}Bl}{{{b{Gd}}{b{dBj}}}Bl}{{{b{Gf}}{b{dBj}}}Bl}{{{b{Gh}}{b{dBj}}}Bl}{{{b{Gj}}{b{dBj}}}Bl}{{{b{Gl}}{b{dBj}}}Bl}{{{b{Gn}}{b{dBj}}}Bl}{{{b{H`}}{b{dBj}}}Bl}{{{b{Hb}}{b{dBj}}}Bl}{{{b{Fd}}{b{dBj}}}Bl}{{{b{Hd}}{b{dBj}}}Bl}{{{b{Hf}}{b{dBj}}}Bl}{{{b{Hh}}{b{dBj}}}Bl}{{{b{Hj}}{b{dBj}}}Bl}{{{b{Hl}}{b{dBj}}}Bl}{{{b{Hn}}{b{dBj}}}Bl}{{{b{Fh}}{b{dBj}}}Bl}{{{b{Fj}}{b{dBj}}}Bl}{{{b{Fl}}{b{dBj}}}Bl}{{{b{I`}}{b{dBj}}}Bl}{{{b{Ib}}{b{dBj}}}Bl}{{{b{Id}}{b{dBj}}}Bl}{{{b{If}}{b{dBj}}}Bl}{{{b{Ih}}{b{dBj}}}Bl}{{{b{Ij}}{b{dBj}}}Bl}{{{b{Il}}{b{dBj}}}Bl}{{{b{In}}{b{dBj}}}Bl}{{{b{J`}}{b{dBj}}}Bl}{{{b{Jb}}{b{dBj}}}Bl}{{{b{Jd}}{b{dBj}}}Bl}{{{b{F`}}{b{dBj}}}Bl}{{{b{Jf}}{b{dBj}}}Bl}{{{b{Jh}}{b{dBj}}}Bl}{{{b{Jj}}{b{dBj}}}Bl}{{{b{Jl}}{b{dBj}}}Bl}{{{b{Jn}}{b{dBj}}}Bl}{{{b{K`}}{b{dBj}}}Bl}{{{b{Fn}}{b{dBj}}}Bl}{{{b{Kb}}{b{dBj}}}Bl}{{{b{Kd}}{b{dBj}}}Bl}{{{b{Kf}}{b{dBj}}}Bl}{{{b{Kh}}{b{dBj}}}Bl}{{{b{Kj}}{b{dBj}}}Bl}{{{b{Kl}}{b{dBj}}}Bl}{{{b{Kn}}{b{dBj}}}Bl}{{{b{L`}}{b{dBj}}}Bl}{{{b{Lb}}{b{dBj}}}Bl}{{{b{Ld}}{b{dBj}}}Bl}{{{b{Lf}}{b{dBj}}}Bl}{{{b{Lh}}{b{dBj}}}Bl}{{{b{Lj}}{b{dBj}}}Bl}{{{b{Ll}}{b{dBj}}}Bl}{{{b{Ln}}{b{dBj}}}Bl}{{{b{M`}}{b{dBj}}}Bl}{{{b{G`}}{b{dBj}}}Bl}`{cc{}}000000000000000000000000000000000000000000000000000000{Cd{{Cl{Fh}}}}{Cd{{Cl{Fj}}}}{Cd{{Cl{Fl}}}}{Cd{{Cl{Fn}}}}{Cd{{Cl{G`}}}}{{{b{c}}}c{}}000000000000000000000000000000000000000000000000000000{{{b{Ef}}}{{Cl{Fh}}}}{{{b{Ef}}}{{Cl{Fj}}}}{{{b{Ef}}}{{Cl{Fl}}}}{{{b{Ef}}}{{Cl{Fn}}}}{{{b{Ef}}}{{Cl{G`}}}}``{{{b{Fh}}{b{dc}}}hEj}{{{b{Fj}}{b{dc}}}hEj}{{{b{Fl}}{b{dc}}}hEj}{{{b{Fn}}{b{dc}}}hEj}{{{b{G`}}{b{dc}}}hEj}````{{{b{Kn}}}Mb}``````````````````````````{ce{}{}}000000000000000000000000000000000000000000000000000000{c{{Bn{e}}}{}{}}000000000000000000000000000000000000000000000000000000`{CdBh}0000````````````````````````````````````{{{b{Fh}}{b{Fh}}}{{Cl{Eh}}}}{{{b{Fj}}{b{Fj}}}{{Cl{Eh}}}}{{{b{Fl}}{b{Fl}}}{{Cl{Eh}}}}{{{b{Fn}}{b{Fn}}}{{Cl{Eh}}}}{{{b{G`}}{b{G`}}}{{Cl{Eh}}}}```````{{{b{Ij}}}Md}``{{{b{dLn}}G`}h}``````{{{b{Jn}}}Fn}````````{{{b{dF`}}Fb}h}{{{b{dFd}}Ff}h}{{{b{dKn}}Mb}h}`{{{b{dIj}}Md}h}{{{b{dJn}}Fn}h}{{{b{dId}}Mf}h}{{{b{dF`}}Fn}h}{{{b{dJh}}Fn}h}{{{b{dIb}}Mh}h}`````{{{b{Id}}}Mf}`{{{b{Ln}}}{{D`{{Ch{{Cf{Cd}}}}{Cn{Cd}{{Cj{{Cl{G`}}}}}}}}}}````````{{{b{c}}}e{}{}}000000000000000000000000000000000000000000000000000000`{{{b{F`}}}Fn}{{{b{Jh}}}Fn}````{c{{Db{e}}}{}{}}000000000000000{Cd{{Db{FhEl}}}}11{Cd{{Db{FjEl}}}}{Cd{{Db{FlEl}}}}3333333333333333333{Cd{{Db{FnEl}}}}444444444444444444{Cd{{Db{G`El}}}}5555555555555555555555555555555555555555555555555555555{{{b{c}}}Dd{}}000000000000000000000000000000000000000000000000000000``````````{{{b{Ib}}}Mh}`{ce{}{}}000000000000000000000000000000000000000000000000000000``````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Mj}}}Mj}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{Mj}}{b{dc}}}hDh}{{{b{Mj}}}Bf}{{{b{Mj}}{b{Mj}}}Bh}{{{b{Mj}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}};{c{{Bn{e}}}{}{}}{{{b{d{Cl{Mj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dMl}}}h}{{{b{Ml}}}Ml}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}Ml}{{{b{Ml}}}Bf}{{{b{Ml}}{b{Ml}}}Bh}{{{b{Ml}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}`<{c{{Bn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}```````{{{b{Fb}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Fb}}}Fb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{Fb}}{b{Fb}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}Fb}{{{b{Fb}}{b{Fb}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{Fb}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{Fb}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{Fb}}}}{{{b{Fb}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{Fb}}{b{Fb}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}{Cd{{Db{FbEl}}}}1{{{b{c}}}Dd{}}7``````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Mn}}}Mn}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{Mn}}{b{dc}}}hDh}{{{b{Mn}}}Bf}{{{b{Mn}}{b{Mn}}}Bh}{{{b{Mn}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{Mn}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{N`}}}N`}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{N`}}{b{dc}}}hDh}{{{b{N`}}}Bf}{{{b{N`}}{b{N`}}}Bh}{{{b{N`}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{N`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Nb}}}Nb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{Nb}}{b{dc}}}hDh}{{{b{Nb}}}Bf}{{{b{Nb}}{b{Nb}}}Bh}{{{b{Nb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{Nb}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Nd}}}Nd}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{Nd}}{b{dc}}}hDh}{{{b{Nd}}}Bf}{{{b{Nd}}{b{Nd}}}Bh}{{{b{Nd}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{Nd}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``````{{{b{c}}}{{b{e}}}{}{}}00{{{b{dc}}}{{b{de}}}{}{}}00```{{{b{dNf}}}h}{{{b{dNh}}}h}{{{b{Nf}}}Nf}{{{b{Nh}}}Nh}{{{b{Nj}}}Nj}{{{b{c}}{b{de}}}h{}{}}00{{{b{c}}}h{}}00```{{}Nf}{{}Nh}{{{b{Nj}}{b{dc}}}hDh}{{{b{Nf}}}Bf}{{{b{Nh}}}Bf}{{{b{Nj}}}Bf}{{{b{Nf}}{b{Nf}}}Bh}{{{b{Nh}}{b{Nh}}}Bh}{{{b{Nj}}{b{Nj}}}Bh}{{{b{Nf}}{b{dBj}}}Bl}{{{b{Nh}}{b{dBj}}}Bl}{{{b{Nj}}{b{dBj}}}Bl}{cc{}}00{{{b{c}}}c{}}00`{ce{}{}}00{c{{Bn{e}}}{}{}}00{{{b{d{Cl{Nj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}```{{{b{c}}}e{}{}}00{c{{Db{e}}}{}{}}00000{{{b{c}}}Dd{}}00555``````{{{b{c}}}{{b{e}}}{}{}}0000{{{b{dc}}}{{b{de}}}{}{}}0000````{{{b{dNl}}}h}{{{b{dNn}}}h}{{{b{dO`}}}h}{{{b{dOb}}}h}{{{b{dOd}}}h}{{{b{Nl}}}Nl}{{{b{Nn}}}Nn}{{{b{O`}}}O`}{{{b{Ob}}}Ob}{{{b{Od}}}Od}{{{b{c}}{b{de}}}h{}{}}0000{{{b{c}}}h{}}0000``{{}Nl}{{}Nn}{{}O`}{{}Ob}{{}Od}{{{b{Nl}}}Bf}{{{b{Nn}}}Bf}{{{b{O`}}}Bf}{{{b{Ob}}}Bf}{{{b{Od}}}Bf}{{{b{Nl}}{b{Nl}}}Bh}{{{b{Nn}}{b{Nn}}}Bh}{{{b{O`}}{b{O`}}}Bh}{{{b{Ob}}{b{Ob}}}Bh}{{{b{Od}}{b{Od}}}Bh}{{{b{Nl}}{b{dBj}}}Bl}{{{b{Nn}}{b{dBj}}}Bl}{{{b{O`}}{b{dBj}}}Bl}{{{b{Ob}}{b{dBj}}}Bl}{{{b{Od}}{b{dBj}}}Bl}{cc{}}0000{{{b{c}}}c{}}0000{ce{}{}}0000{c{{Bn{e}}}{}{}}0000``{{{b{c}}}e{}{}}0000{c{{Db{e}}}{}{}}000000000{{{b{c}}}Dd{}}000044444`````````````````{{{b{c}}}{{b{e}}}{}{}}0000{{{b{dc}}}{{b{de}}}{}{}}0000{{{b{dOf}}}h}{{{b{dOh}}}h}{{{b{dOj}}}h}{{{b{dOl}}}h}{{{b{Of}}}Of}{{{b{Oh}}}Oh}{{{b{Oj}}}Oj}{{{b{Ol}}}Ol}{{{b{On}}}On}{{{b{c}}{b{de}}}h{}{}}0000{{{b{c}}}h{}}0000`{{}Of}{{}Oh}{{}Oj}{{}Ol}{{{b{On}}{b{dc}}}hDh}{{{b{Of}}}Bf}{{{b{Oh}}}Bf}{{{b{Oj}}}Bf}{{{b{Ol}}}Bf}{{{b{On}}}Bf}{{{b{Of}}{b{Of}}}Bh}{{{b{Oh}}{b{Oh}}}Bh}{{{b{Oj}}{b{Oj}}}Bh}{{{b{Ol}}{b{Ol}}}Bh}{{{b{On}}{b{On}}}Bh}{{{b{Of}}{b{dBj}}}Bl}{{{b{Oh}}{b{dBj}}}Bl}{{{b{Oj}}{b{dBj}}}Bl}{{{b{Ol}}{b{dBj}}}Bl}{{{b{On}}{b{dBj}}}Bl}{cc{}}0000{{{b{c}}}c{}}0000{ce{}{}}0000{c{{Bn{e}}}{}{}}0000`{{{b{d{Cl{On}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}```````{{{b{c}}}e{}{}}0000``{c{{Db{e}}}{}{}}000000000{{{b{c}}}Dd{}}000055555``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{A@`}}}A@`}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{A@`}}{b{dc}}}hDh}{{{b{A@`}}}Bf}{{{b{A@`}}{b{A@`}}}Bh}{{{b{A@`}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{A@`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dA@b}}}h}{{{b{A@b}}}A@b}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}A@b}{{{b{A@b}}}Bf}{{{b{A@b}}{b{A@b}}}Bh}{{{b{A@b}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}``4```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{A@d}}}A@d}?>{{{b{A@d}}{b{dc}}}hDh}{{{b{A@d}}}Bf}{{{b{A@d}}{b{A@d}}}Bh}{{{b{A@d}}{b{dBj}}}Bl}=<;:{{{b{d{Cl{A@d}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}:998<````76{{{b{A@f}}}A@f}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{A@f}}{b{dc}}}hDh}{{{b{A@f}}}Bf}{{{b{A@f}}{b{A@f}}}Bh}{{{b{A@f}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{A@f}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5````{{{b{Ff}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Ff}}}Ff}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{Ff}}{b{Ff}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}Ff}{{{b{Ff}}{b{Ff}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{Ff}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{Ff}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{Ff}}}}{{{b{Ff}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{Ff}}{b{Ff}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{Cd{{Db{FfEl}}}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}7``````````````{{{b{c}}}{{b{e}}}{}{}}0000000{{{b{dc}}}{{b{de}}}{}{}}0000000{{{b{dA@h}}}h}{{{b{dA@j}}}h}{{{b{dA@l}}}h}{{{b{dA@n}}}h}{{{b{dAA`}}}h}{{{b{dAAb}}}h}{{{b{dAAd}}}h}{{{b{A@h}}}A@h}{{{b{A@j}}}A@j}{{{b{A@l}}}A@l}{{{b{A@n}}}A@n}{{{b{AA`}}}AA`}{{{b{AAb}}}AAb}{{{b{AAd}}}AAd}{{{b{AAf}}}AAf}{{{b{c}}{b{de}}}h{}{}}0000000{{{b{c}}}h{}}0000000{{{b{A@j}}}AAh}```{{}A@h}{{}A@j}{{}A@l}{{}A@n}{{}AA`}{{}AAb}{{}AAd}{{{b{AAf}}{b{dc}}}hDh}{{{b{A@h}}}Bf}{{{b{A@j}}}Bf}{{{b{A@l}}}Bf}{{{b{A@n}}}Bf}{{{b{AA`}}}Bf}{{{b{AAb}}}Bf}{{{b{AAd}}}Bf}{{{b{AAf}}}Bf}{{{b{A@h}}{b{A@h}}}Bh}{{{b{A@j}}{b{A@j}}}Bh}{{{b{A@l}}{b{A@l}}}Bh}{{{b{A@n}}{b{A@n}}}Bh}{{{b{AA`}}{b{AA`}}}Bh}{{{b{AAb}}{b{AAb}}}Bh}{{{b{AAd}}{b{AAd}}}Bh}{{{b{AAf}}{b{AAf}}}Bh}`{{{b{A@h}}{b{dBj}}}Bl}{{{b{A@j}}{b{dBj}}}Bl}{{{b{A@l}}{b{dBj}}}Bl}{{{b{A@n}}{b{dBj}}}Bl}{{{b{AA`}}{b{dBj}}}Bl}{{{b{AAb}}{b{dBj}}}Bl}{{{b{AAd}}{b{dBj}}}Bl}{{{b{AAf}}{b{dBj}}}Bl}{cc{}}0000000{{{b{c}}}c{}}0000000``{ce{}{}}0000000{c{{Bn{e}}}{}{}}0000000`{{{b{d{Cl{AAf}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}`````````````{{{b{dA@j}}AAh}h}{{{b{c}}}e{}{}}0000000{c{{Db{e}}}{}{}}000000000000000{{{b{c}}}Dd{}}000000066666666``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AAj}}}AAj}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AAj}}{b{dc}}}hDh}{{{b{AAj}}}Bf}{{{b{AAj}}{b{AAj}}}Bh}{{{b{AAj}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AAj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AAl}}}AAl}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AAl}}{b{dc}}}hDh}{{{b{AAl}}}Bf}{{{b{AAl}}{b{AAl}}}Bh}{{{b{AAl}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AAl}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dAAn}}}h}{{{b{AAn}}}AAn}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}AAn}{{{b{AAn}}}Bf}{{{b{AAn}}{b{AAn}}}Bh}{{{b{AAn}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}``{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4````{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dAB`}}}h}{{{b{AB`}}}AB`}{{{b{ABb}}}ABb}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}AB`}{{{b{ABb}}{b{dc}}}hDh}{{{b{AB`}}}Bf}{{{b{ABb}}}Bf}{{{b{AB`}}{b{AB`}}}Bh}{{{b{ABb}}{b{ABb}}}Bh}{{{b{AB`}}{b{dBj}}}Bl}{{{b{ABb}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0{{{b{d{Cl{ABb}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dABd}}}h}{{{b{ABd}}}ABd}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}ABd}{{{b{ABd}}}Bf}{{{b{ABd}}{b{ABd}}}Bh}{{{b{ABd}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}`{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}`4````{{{b{Mb}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Mb}}}Mb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{Mb}}{b{Mb}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}Mb}{{{b{Mb}}{b{Mb}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{Mb}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{Mb}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{Mb}}}}{{{b{Mb}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{Mb}}{b{Mb}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{Cd{{Db{MbEl}}}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}7```{{{b{Mh}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{Mh}}}Mh}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{Mh}}{b{Mh}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}Mh}{{{b{Mh}}{b{Mh}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{Mh}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{Mh}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{Mh}}}}{{{b{Mh}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{Mh}}{b{Mh}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{Cd{{Db{MhEl}}}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}7``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ABf}}}ABf}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{ABf}}{b{dc}}}hDh}{{{b{ABf}}}Bf}{{{b{ABf}}{b{ABf}}}Bh}{{{b{ABf}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{ABf}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``````{{{b{Md}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{Md}}}Md}{{{b{ABh}}}ABh}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}00{{{b{Md}}{b{Md}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}Md}{{{b{ABh}}{b{dc}}}hDh}{{{b{ABh}}}Bf}{{{b{Md}}{b{Md}}}Bh}{{{b{ABh}}{b{ABh}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{Md}}{b{dBj}}}Bl}{{{b{ABh}}{b{dBj}}}Bl}{cc{}}0{Cd{{Cl{Md}}}}{{{b{c}}}c{}}0{{{b{Ef}}}{{Cl{Md}}}}{{{b{Md}}{b{dc}}}hEj}{ce{}{}}0{c{{Bn{e}}}{}{}}0{CdBh}{{{b{d{Cl{ABh}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{Md}}{b{Md}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}0{Cd{{Db{MdEl}}}}{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}088```````{{{b{Mf}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{Mf}}}Mf}{{{b{ABj}}}ABj}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}00{{{b{Mf}}{b{Mf}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}Mf}{{{b{ABj}}{b{dc}}}hDh}{{{b{ABj}}}Bf}{{{b{Mf}}{b{Mf}}}Bh}{{{b{ABj}}{b{ABj}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{Mf}}{b{dBj}}}Bl}{{{b{ABj}}{b{dBj}}}Bl}{cc{}}0{Cd{{Cl{Mf}}}}{{{b{c}}}c{}}0{{{b{Ef}}}{{Cl{Mf}}}}{{{b{Mf}}{b{dc}}}hEj}{ce{}{}}0{c{{Bn{e}}}{}{}}0{CdBh}{{{b{d{Cl{ABj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{Mf}}{b{Mf}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}{Cd{{Db{MfEl}}}}111{{{b{c}}}Dd{}}088``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ABl}}}ABl}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{ABl}}{b{dc}}}hDh}{{{b{ABl}}}Bf}{{{b{ABl}}{b{ABl}}}Bh}{{{b{ABl}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{ABl}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``````{{{b{c}}}{{b{e}}}{}{}}000{{{b{dc}}}{{b{de}}}{}{}}000{{{b{dABn}}}h}{{{b{dAC`}}}h}{{{b{dACb}}}h}{{{b{dACd}}}h}{{{b{ABn}}}ABn}{{{b{AC`}}}AC`}{{{b{ACb}}}ACb}{{{b{ACd}}}ACd}{{{b{c}}{b{de}}}h{}{}}000{{{b{c}}}h{}}000{{}ABn}{{}AC`}{{}ACb}{{}ACd}{{{b{ABn}}}Bf}{{{b{AC`}}}Bf}{{{b{ACb}}}Bf}{{{b{ACd}}}Bf}`{{{b{ABn}}{b{ABn}}}Bh}{{{b{AC`}}{b{AC`}}}Bh}{{{b{ACb}}{b{ACb}}}Bh}{{{b{ACd}}{b{ACd}}}Bh}{{{b{ABn}}{b{dBj}}}Bl}{{{b{AC`}}{b{dBj}}}Bl}{{{b{ACb}}{b{dBj}}}Bl}{{{b{ACd}}{b{dBj}}}Bl}{cc{}}000{{{b{c}}}c{}}000`{{{b{AC`}}}G`}```{ce{}{}}000{c{{Bn{e}}}{}{}}000````````````{{{b{dAC`}}G`}h}{{{b{c}}}e{}{}}000{c{{Db{e}}}{}{}}0000000{{{b{c}}}Dd{}}0005555`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dACf}}}h}{{{b{ACf}}}ACf}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}ACf}{{{b{ACf}}}Bf}{{{b{ACf}}{b{ACf}}}Bh}{{{b{ACf}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}`{ce{}{}}{c{{Bn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{ACh}}}ACh}?>{{{b{ACh}}{b{dc}}}hDh}{{{b{ACh}}}Bf}{{{b{ACh}}{b{ACh}}}Bh}{{{b{ACh}}{b{dBj}}}Bl}=<;:{{{b{d{Cl{ACh}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}:998<````7766{{{b{dACj}}}h}{{{b{ACj}}}ACj}{{{b{ACl}}}ACl}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}ACj}{{{b{ACl}}{b{dc}}}hDh}{{{b{ACj}}}Bf}{{{b{ACl}}}Bf}{{{b{ACj}}{b{ACj}}}Bh}{{{b{ACl}}{b{ACl}}}Bh}{{{b{ACj}}{b{dBj}}}Bl}{{{b{ACl}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0`{{{b{d{Cl{ACl}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055```````````````````{{{b{c}}}{{b{e}}}{}{}}0000000000{{{b{dc}}}{{b{de}}}{}{}}0000000000{{{b{dACn}}}h}{{{b{dAD`}}}h}{{{b{dADb}}}h}{{{b{dADd}}}h}{{{b{dADf}}}h}{{{b{dADh}}}h}{{{b{dADj}}}h}{{{b{dADl}}}h}{{{b{dADn}}}h}{{{b{dAE`}}}h}{{{b{dAEb}}}h}{{{b{ACn}}}ACn}{{{b{AD`}}}AD`}{{{b{ADb}}}ADb}{{{b{ADd}}}ADd}{{{b{ADf}}}ADf}{{{b{ADh}}}ADh}{{{b{ADj}}}ADj}{{{b{ADl}}}ADl}{{{b{ADn}}}ADn}{{{b{AE`}}}AE`}{{{b{AEb}}}AEb}{{{b{c}}{b{de}}}h{}{}}0000000000{{{b{c}}}h{}}0000000000``````{{}ACn}{{}AD`}{{}ADb}{{}ADd}{{}ADf}{{}ADh}{{}ADj}{{}ADl}{{}ADn}{{}AE`}{{}AEb}`````{{{b{AEb}}}AEd}````{{{b{ACn}}}Bf}{{{b{AD`}}}Bf}{{{b{ADb}}}Bf}{{{b{ADd}}}Bf}{{{b{ADf}}}Bf}{{{b{ADh}}}Bf}{{{b{ADj}}}Bf}{{{b{ADl}}}Bf}{{{b{ADn}}}Bf}{{{b{AE`}}}Bf}{{{b{AEb}}}Bf}`{{{b{ACn}}{b{ACn}}}Bh}{{{b{AD`}}{b{AD`}}}Bh}{{{b{ADb}}{b{ADb}}}Bh}{{{b{ADd}}{b{ADd}}}Bh}{{{b{ADf}}{b{ADf}}}Bh}{{{b{ADh}}{b{ADh}}}Bh}{{{b{ADj}}{b{ADj}}}Bh}{{{b{ADl}}{b{ADl}}}Bh}{{{b{ADn}}{b{ADn}}}Bh}{{{b{AE`}}{b{AE`}}}Bh}{{{b{AEb}}{b{AEb}}}Bh}```````{{{b{ACn}}{b{dBj}}}Bl}{{{b{AD`}}{b{dBj}}}Bl}{{{b{ADb}}{b{dBj}}}Bl}{{{b{ADd}}{b{dBj}}}Bl}{{{b{ADf}}{b{dBj}}}Bl}{{{b{ADh}}{b{dBj}}}Bl}{{{b{ADj}}{b{dBj}}}Bl}{{{b{ADl}}{b{dBj}}}Bl}{{{b{ADn}}{b{dBj}}}Bl}{{{b{AE`}}{b{dBj}}}Bl}{{{b{AEb}}{b{dBj}}}Bl}`{cc{}}0000000000{{{b{c}}}c{}}0000000000``{ce{}{}}0000000000{c{{Bn{e}}}{}{}}0000000000``````````````````````{{{b{dAEb}}AEd}h}{{{b{dADb}}AEf}h}{{{b{dAEb}}Fl}h}```{{{b{ADb}}}AEf}`````{{{b{c}}}e{}{}}0000000000{{{b{AEb}}}Fl}`````{c{{Db{e}}}{}{}}000000000000000000000{{{b{c}}}Dd{}}0000000000```99999999999```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AEh}}}AEh}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AEh}}{b{dc}}}hDh}{{{b{AEh}}}Bf}{{{b{AEh}}{b{AEh}}}Bh}{{{b{AEh}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AEh}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dAEj}}}h}{{{b{AEj}}}AEj}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}AEj}{{{b{AEj}}}Bf}{{{b{AEj}}{b{AEj}}}Bh}{{{b{AEj}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4````{{{b{AEf}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AEf}}}AEf}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{AEf}}{b{AEf}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}AEf}{{{b{AEf}}{b{AEf}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{AEf}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{AEf}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{AEf}}}}{{{b{AEf}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{AEf}}{b{AEf}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{Cd{{Db{AEfEl}}}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}7````````{{{b{AEd}}}{{b{Ef}}}}``{{{b{c}}}{{b{e}}}{}{}}0000{{{b{dc}}}{{b{de}}}{}{}}0000{{{b{dAEl}}}h}{{{b{dAEn}}}h}{{{b{dAF`}}}h}{{{b{AEl}}}AEl}{{{b{AEn}}}AEn}{{{b{AF`}}}AF`}{{{b{AEd}}}AEd}{{{b{AFb}}}AFb}{{{b{c}}{b{de}}}h{}{}}0000{{{b{c}}}h{}}00000{{{b{AEd}}{b{AEd}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}`{{}AEl}{{}AEn}{{}AF`}{{}AEd}{{{b{AFb}}{b{dc}}}hDh}{{{b{AEl}}}Bf}{{{b{AEn}}}Bf}{{{b{AF`}}}Bf}{{{b{AFb}}}Bf}{{{b{AEl}}{b{AEl}}}Bh}{{{b{AEn}}{b{AEn}}}Bh}{{{b{AF`}}{b{AF`}}}Bh}{{{b{AEd}}{b{AEd}}}Bh}{{{b{AFb}}{b{AFb}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{AEl}}{b{dBj}}}Bl}{{{b{AEn}}{b{dBj}}}Bl}{{{b{AF`}}{b{dBj}}}Bl}{{{b{AEd}}{b{dBj}}}Bl}{{{b{AFb}}{b{dBj}}}Bl}{cc{}}0000{Cd{{Cl{AEd}}}}{{{b{c}}}c{}}0000{{{b{Ef}}}{{Cl{AEd}}}}{{{b{AEd}}{b{dc}}}hEj}{ce{}{}}0000{c{{Bn{e}}}{}{}}0000{CdBh}{{{b{d{Cl{AFb}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{AEd}}{b{AEd}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}0000{c{{Db{e}}}{}{}}00{Cd{{Db{AEdEl}}}}1111111{{{b{c}}}Dd{}}000088888```{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dAFd}}}h}{{{b{AFd}}}AFd}{{{b{AFf}}}AFf}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}AFd}{{{b{AFf}}{b{dc}}}hDh}{{{b{AFd}}}Bf}{{{b{AFf}}}Bf}{{{b{AFd}}{b{AFd}}}Bh}{{{b{AFf}}{b{AFf}}}Bh}{{{b{AFd}}{b{dBj}}}Bl}{{{b{AFf}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0{{{b{d{Cl{AFf}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AFh}}}AFh}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AFh}}{b{dc}}}hDh}{{{b{AFh}}}Bf}{{{b{AFh}}{b{AFh}}}Bh}{{{b{AFh}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AFh}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5```````{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dAFj}}}h}{{{b{AFj}}}AFj}{{{b{AFl}}}AFl}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}AFj}{{{b{AFl}}{b{dc}}}hDh}{{{b{AFj}}}Bf}{{{b{AFl}}}Bf}{{{b{AFj}}{b{AFj}}}Bh}{{{b{AFl}}{b{AFl}}}Bh}{{{b{AFj}}{b{dBj}}}Bl}{{{b{AFl}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0{{{b{d{Cl{AFl}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}`{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055````````````````````````````````{{{b{c}}}{{b{e}}}{}{}}0000000000000000000{{{b{dc}}}{{b{de}}}{}{}}0000000000000000000`{{{b{dAFn}}}h}{{{b{dAG`}}}h}{{{b{dAGb}}}h}{{{b{dAGd}}}h}{{{b{dAGf}}}h}{{{b{dAGh}}}h}{{{b{dAGj}}}h}{{{b{dAGl}}}h}{{{b{dAGn}}}h}{{{b{dAH`}}}h}{{{b{dAHb}}}h}{{{b{dAHd}}}h}{{{b{dAHf}}}h}{{{b{dAHh}}}h}{{{b{dAHj}}}h}{{{b{dAHl}}}h}{{{b{dAHn}}}h}{{{b{dAI`}}}h}{{{b{dAIb}}}h}{{{b{dAId}}}h}`{{{b{AFn}}}AFn}{{{b{AG`}}}AG`}{{{b{AGb}}}AGb}{{{b{AGd}}}AGd}{{{b{AGf}}}AGf}{{{b{AGh}}}AGh}{{{b{AGj}}}AGj}{{{b{AGl}}}AGl}{{{b{AGn}}}AGn}{{{b{AH`}}}AH`}{{{b{AHb}}}AHb}{{{b{AHd}}}AHd}{{{b{AHf}}}AHf}{{{b{AHh}}}AHh}{{{b{AHj}}}AHj}{{{b{AHl}}}AHl}{{{b{AHn}}}AHn}{{{b{AI`}}}AI`}{{{b{AIb}}}AIb}{{{b{AId}}}AId}{{{b{c}}{b{de}}}h{}{}}0000000000000000000{{{b{c}}}h{}}0000000000000000000{{{b{AGj}}}AIf}`````````{{}AFn}{{}AG`}{{}AGb}{{}AGd}{{}AGf}{{}AGh}{{}AGj}{{}AGl}{{}AGn}{{}AH`}{{}AHb}{{}AHd}{{}AHf}{{}AHh}{{}AHj}{{}AHl}{{}AHn}{{}AI`}{{}AIb}{{}AId}````{{{b{AFn}}}Bf}{{{b{AG`}}}Bf}{{{b{AGb}}}Bf}{{{b{AGd}}}Bf}{{{b{AGf}}}Bf}{{{b{AGh}}}Bf}{{{b{AGj}}}Bf}{{{b{AGl}}}Bf}{{{b{AGn}}}Bf}{{{b{AH`}}}Bf}{{{b{AHb}}}Bf}{{{b{AHd}}}Bf}{{{b{AHf}}}Bf}{{{b{AHh}}}Bf}{{{b{AHj}}}Bf}{{{b{AHl}}}Bf}{{{b{AHn}}}Bf}{{{b{AI`}}}Bf}{{{b{AIb}}}Bf}{{{b{AId}}}Bf}{{{b{AFn}}{b{AFn}}}Bh}{{{b{AG`}}{b{AG`}}}Bh}{{{b{AGb}}{b{AGb}}}Bh}{{{b{AGd}}{b{AGd}}}Bh}{{{b{AGf}}{b{AGf}}}Bh}{{{b{AGh}}{b{AGh}}}Bh}{{{b{AGj}}{b{AGj}}}Bh}{{{b{AGl}}{b{AGl}}}Bh}{{{b{AGn}}{b{AGn}}}Bh}{{{b{AH`}}{b{AH`}}}Bh}{{{b{AHb}}{b{AHb}}}Bh}{{{b{AHd}}{b{AHd}}}Bh}{{{b{AHf}}{b{AHf}}}Bh}{{{b{AHh}}{b{AHh}}}Bh}{{{b{AHj}}{b{AHj}}}Bh}{{{b{AHl}}{b{AHl}}}Bh}{{{b{AHn}}{b{AHn}}}Bh}{{{b{AI`}}{b{AI`}}}Bh}{{{b{AIb}}{b{AIb}}}Bh}{{{b{AId}}{b{AId}}}Bh}`{{{b{AFn}}{b{dBj}}}Bl}{{{b{AG`}}{b{dBj}}}Bl}{{{b{AGb}}{b{dBj}}}Bl}{{{b{AGd}}{b{dBj}}}Bl}{{{b{AGf}}{b{dBj}}}Bl}{{{b{AGh}}{b{dBj}}}Bl}{{{b{AGj}}{b{dBj}}}Bl}{{{b{AGl}}{b{dBj}}}Bl}{{{b{AGn}}{b{dBj}}}Bl}{{{b{AH`}}{b{dBj}}}Bl}{{{b{AHb}}{b{dBj}}}Bl}{{{b{AHd}}{b{dBj}}}Bl}{{{b{AHf}}{b{dBj}}}Bl}{{{b{AHh}}{b{dBj}}}Bl}{{{b{AHj}}{b{dBj}}}Bl}{{{b{AHl}}{b{dBj}}}Bl}{{{b{AHn}}{b{dBj}}}Bl}{{{b{AI`}}{b{dBj}}}Bl}{{{b{AIb}}{b{dBj}}}Bl}{{{b{AId}}{b{dBj}}}Bl}{cc{}}0000000000000000000{{{b{c}}}c{}}0000000000000000000``````````````````{{{b{AGj}}}AIh}``{ce{}{}}0000000000000000000{c{{Bn{e}}}{}{}}0000000000000000000`````````````````````````````{{{b{AGj}}}Fh}```````````````````{{{b{AFn}}}AIj}`{{{b{AH`}}}AIl}`````````````````````````{{{b{dAGj}}AIf}h}{{{b{dAGj}}AIh}h}{{{b{dAGj}}Fh}h}{{{b{dAFn}}AIj}h}{{{b{dAH`}}AIl}h}``````{{{b{c}}}e{}{}}0000000000000000000``{c{{Db{e}}}{}{}}000000000000000000000000000000000000000{{{b{c}}}Dd{}}0000000000000000000`````<<<<<<<<<<<<<<<<<<<<```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AIn}}}AIn}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AIn}}{b{dc}}}hDh}{{{b{AIn}}}Bf}{{{b{AIn}}{b{AIn}}}Bh}{{{b{AIn}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AIn}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`````````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AJ`}}}AJ`}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AJ`}}{b{dc}}}hDh}{{{b{AJ`}}}Bf}{{{b{AJ`}}{b{AJ`}}}Bh}{{{b{AJ`}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AJ`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AJb}}}AJb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AJb}}{b{dc}}}hDh}{{{b{AJb}}}Bf}{{{b{AJb}}{b{AJb}}}Bh}{{{b{AJb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AJb}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5````{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dAJd}}}h}{{{b{dAJf}}}h}{{{b{AJd}}}AJd}{{{b{AJf}}}AJf}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}AJd}{{}AJf}{{{b{AJd}}}Bf}{{{b{AJf}}}Bf}{{{b{AJd}}{b{AJd}}}Bh}{{{b{AJf}}{b{AJf}}}Bh}{{{b{AJd}}{b{dBj}}}Bl}{{{b{AJf}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0``{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}044``````````````````{{{b{c}}}{{b{e}}}{}{}}00000000{{{b{dc}}}{{b{de}}}{}{}}00000000{{{b{dAJh}}}h}{{{b{dAJj}}}h}{{{b{dAJl}}}h}{{{b{dAJn}}}h}{{{b{dAK`}}}h}{{{b{dAKb}}}h}{{{b{dAKd}}}h}{{{b{dAKf}}}h}{{{b{AJh}}}AJh}{{{b{AJj}}}AJj}{{{b{AJl}}}AJl}{{{b{AJn}}}AJn}{{{b{AK`}}}AK`}{{{b{AKb}}}AKb}{{{b{AKd}}}AKd}{{{b{AKf}}}AKf}{{{b{AKh}}}AKh}{{{b{c}}{b{de}}}h{}{}}00000000{{{b{c}}}h{}}00000000{{}AJh}{{}AJj}{{}AJl}{{}AJn}{{}AK`}{{}AKb}{{}AKd}{{}AKf}````````{{{b{AKh}}{b{dc}}}hDh}{{{b{AJh}}}Bf}{{{b{AJj}}}Bf}{{{b{AJl}}}Bf}{{{b{AJn}}}Bf}{{{b{AK`}}}Bf}{{{b{AKb}}}Bf}{{{b{AKd}}}Bf}{{{b{AKf}}}Bf}{{{b{AKh}}}Bf}{{{b{AJh}}{b{AJh}}}Bh}{{{b{AJj}}{b{AJj}}}Bh}{{{b{AJl}}{b{AJl}}}Bh}{{{b{AJn}}{b{AJn}}}Bh}{{{b{AK`}}{b{AK`}}}Bh}{{{b{AKb}}{b{AKb}}}Bh}{{{b{AKd}}{b{AKd}}}Bh}{{{b{AKf}}{b{AKf}}}Bh}{{{b{AKh}}{b{AKh}}}Bh}`{{{b{AJh}}{b{dBj}}}Bl}{{{b{AJj}}{b{dBj}}}Bl}{{{b{AJl}}{b{dBj}}}Bl}{{{b{AJn}}{b{dBj}}}Bl}{{{b{AK`}}{b{dBj}}}Bl}{{{b{AKb}}{b{dBj}}}Bl}{{{b{AKd}}{b{dBj}}}Bl}{{{b{AKf}}{b{dBj}}}Bl}{{{b{AKh}}{b{dBj}}}Bl}{cc{}}00000000{{{b{c}}}c{}}00000000``{ce{}{}}00000000{c{{Bn{e}}}{}{}}00000000{{{b{d{Cl{AKh}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}```{{{b{dAKf}}AKj}h}`{{{b{AKf}}}AKj}`{{{b{c}}}e{}{}}00000000{c{{Db{e}}}{}{}}00000000000000000{{{b{c}}}Dd{}}00000000777777777```{{{b{AKj}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AKj}}}AKj}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{AKj}}{b{AKj}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}AKj}{{{b{AKj}}{b{AKj}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{AKj}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{AKj}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{AKj}}}}{{{b{AKj}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{AKj}}{b{AKj}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}{Cd{{Db{AKjEl}}}}1{{{b{c}}}Dd{}}7```{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dAKl}}}h}{{{b{AKl}}}AKl}{{{b{AKn}}}AKn}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}AKl}{{{b{AKn}}{b{dc}}}hDh}{{{b{AKl}}}Bf}{{{b{AKn}}}Bf}{{{b{AKl}}{b{AKl}}}Bh}{{{b{AKn}}{b{AKn}}}Bh}{{{b{AKl}}{b{dBj}}}Bl}{{{b{AKn}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0{{{b{d{Cl{AKn}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}`{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055`````````````{{{b{AIl}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{dc}}}{{b{de}}}{}{}}00{{{b{AIl}}}AIl}{{{b{AL`}}}AL`}{{{b{ALb}}}ALb}{{{b{c}}{b{de}}}h{}{}}00{{{b{c}}}h{}}000{{{b{AIl}}{b{AIl}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}AIl}{{{b{AL`}}{b{dc}}}hDh}{{{b{ALb}}{b{dc}}}hDh}{{{b{AL`}}}Bf}{{{b{ALb}}}Bf}{{{b{AIl}}{b{AIl}}}Bh}{{{b{AL`}}{b{AL`}}}Bh}{{{b{ALb}}{b{ALb}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{AIl}}{b{dBj}}}Bl}{{{b{AL`}}{b{dBj}}}Bl}{{{b{ALb}}{b{dBj}}}Bl}{cc{}}00{Cd{{Cl{AIl}}}}{{{b{c}}}c{}}00{{{b{Ef}}}{{Cl{AIl}}}}{{{b{AIl}}{b{dc}}}hEj}{ce{}{}}00{c{{Bn{e}}}{}{}}00{CdBh}{{{b{d{Cl{AL`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{d{Cl{ALb}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{AIl}}{b{AIl}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}00{Cd{{Db{AIlEl}}}}{c{{Db{e}}}{}{}}00000{{{b{c}}}Dd{}}00999````````{{{b{ALd}}}{{b{Ef}}}}`{{{b{c}}}{{b{e}}}{}{}}00000{{{b{dc}}}{{b{de}}}{}{}}00000{{{b{dALf}}}h}{{{b{dALh}}}h}{{{b{dALj}}}h}{{{b{dALl}}}h}{{{b{dALn}}}h}{{{b{ALf}}}ALf}{{{b{ALh}}}ALh}{{{b{ALj}}}ALj}{{{b{ALl}}}ALl}{{{b{ALn}}}ALn}{{{b{ALd}}}ALd}{{{b{c}}{b{de}}}h{}{}}00000{{{b{c}}}h{}}000000{{{b{ALd}}{b{ALd}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}``{{}ALf}{{}ALh}{{}ALj}{{}ALl}{{}ALn}{{}ALd}{{{b{ALf}}}Bf}{{{b{ALh}}}Bf}{{{b{ALj}}}Bf}{{{b{ALl}}}Bf}{{{b{ALn}}}Bf}{{{b{ALf}}{b{ALf}}}Bh}{{{b{ALh}}{b{ALh}}}Bh}{{{b{ALj}}{b{ALj}}}Bh}{{{b{ALl}}{b{ALl}}}Bh}{{{b{ALn}}{b{ALn}}}Bh}{{{b{ALd}}{b{ALd}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{ALf}}{b{dBj}}}Bl}{{{b{ALh}}{b{dBj}}}Bl}{{{b{ALj}}{b{dBj}}}Bl}{{{b{ALl}}{b{dBj}}}Bl}{{{b{ALn}}{b{dBj}}}Bl}{{{b{ALd}}{b{dBj}}}Bl}{{{b{ALl}}}ALd}`{cc{}}00000{Cd{{Cl{ALd}}}}{{{b{c}}}c{}}00000{{{b{Ef}}}{{Cl{ALd}}}}{{{b{ALd}}{b{dc}}}hEj}{ce{}{}}00000{c{{Bn{e}}}{}{}}00000{CdBh}`````{{{b{ALd}}{b{ALd}}}{{Cl{Eh}}}}```{{{b{dALl}}ALd}h}{{{b{c}}}e{}{}}00000{c{{Db{e}}}{}{}}0000{Cd{{Db{ALdEl}}}}1111111{{{b{c}}}Dd{}}00000888888``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AM`}}}AM`}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AM`}}{b{dc}}}hDh}{{{b{AM`}}}Bf}{{{b{AM`}}{b{AM`}}}Bh}{{{b{AM`}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AM`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AMb}}}AMb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AMb}}{b{dc}}}hDh}{{{b{AMb}}}Bf}{{{b{AMb}}{b{AMb}}}Bh}{{{b{AMb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AMb}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AMd}}}AMd}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AMd}}{b{dc}}}hDh}{{{b{AMd}}}Bf}{{{b{AMd}}{b{AMd}}}Bh}{{{b{AMd}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AMd}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5````````````````````{{{b{AIf}}}{{b{Ef}}}}{{{b{AIh}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}0000000{{{b{dc}}}{{b{de}}}{}{}}0000000{{{b{dAMf}}}h}{{{b{dAMh}}}h}{{{b{dAMj}}}h}{{{b{dAMl}}}h}{{{b{AMf}}}AMf}{{{b{AMh}}}AMh}{{{b{AMj}}}AMj}{{{b{AMl}}}AMl}{{{b{AIf}}}AIf}{{{b{AIh}}}AIh}{{{b{AMn}}}AMn}{{{b{AN`}}}AN`}{{{b{c}}{b{de}}}h{}{}}0000000{{{b{c}}}h{}}000000000`{{{b{AIf}}{b{AIf}}}Eh}{{{b{AIh}}{b{AIh}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}0`{{}AMf}{{}AMh}{{}AMj}{{}AMl}{{}AIf}{{}AIh}`{{{b{AMn}}{b{dc}}}hDh}{{{b{AN`}}{b{dc}}}hDh}{{{b{AMf}}}Bf}{{{b{AMh}}}Bf}{{{b{AMj}}}Bf}{{{b{AMl}}}Bf}{{{b{AMn}}}Bf}{{{b{AN`}}}Bf}{{{b{AMf}}{b{AMf}}}Bh}{{{b{AMh}}{b{AMh}}}Bh}{{{b{AMj}}{b{AMj}}}Bh}{{{b{AMl}}{b{AMl}}}Bh}{{{b{AIf}}{b{AIf}}}Bh}{{{b{AIh}}{b{AIh}}}Bh}{{{b{AMn}}{b{AMn}}}Bh}{{{b{AN`}}{b{AN`}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00000{{{b{AMf}}{b{dBj}}}Bl}{{{b{AMh}}{b{dBj}}}Bl}{{{b{AMj}}{b{dBj}}}Bl}{{{b{AMl}}{b{dBj}}}Bl}{{{b{AIf}}{b{dBj}}}Bl}{{{b{AIh}}{b{dBj}}}Bl}{{{b{AMn}}{b{dBj}}}Bl}{{{b{AN`}}{b{dBj}}}Bl}{cc{}}0000000{Cd{{Cl{AIf}}}}{Cd{{Cl{AIh}}}}{{{b{c}}}c{}}0000000{{{b{Ef}}}{{Cl{AIf}}}}{{{b{Ef}}}{{Cl{AIh}}}}``{{{b{AIf}}{b{dc}}}hEj}{{{b{AIh}}{b{dc}}}hEj}`{ce{}{}}0000000{c{{Bn{e}}}{}{}}0000000{CdBh}0`{{{b{d{Cl{AMn}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{d{Cl{AN`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{AIf}}{b{AIf}}}{{Cl{Eh}}}}{{{b{AIh}}{b{AIh}}}{{Cl{Eh}}}}```{{{b{c}}}e{}{}}0000000`{c{{Db{e}}}{}{}}000{Cd{{Db{AIfEl}}}}11{Cd{{Db{AIhEl}}}}2222222222{{{b{c}}}Dd{}}0000000``;;;;;;;;```````````{{{b{c}}}{{b{e}}}{}{}}00000{{{b{dc}}}{{b{de}}}{}{}}00000{{{b{dANb}}}h}{{{b{dANd}}}h}{{{b{dANf}}}h}{{{b{dANh}}}h}{{{b{dANj}}}h}{{{b{ANb}}}ANb}{{{b{ANd}}}ANd}{{{b{ANf}}}ANf}{{{b{ANh}}}ANh}{{{b{ANj}}}ANj}{{{b{ANl}}}ANl}{{{b{c}}{b{de}}}h{}{}}00000{{{b{c}}}h{}}00000{{}ANb}{{}ANd}{{}ANf}{{}ANh}{{}ANj}{{{b{ANl}}{b{dc}}}hDh}{{{b{ANb}}}Bf}{{{b{ANd}}}Bf}{{{b{ANf}}}Bf}{{{b{ANh}}}Bf}{{{b{ANj}}}Bf}{{{b{ANl}}}Bf}{{{b{ANb}}{b{ANb}}}Bh}{{{b{ANd}}{b{ANd}}}Bh}{{{b{ANf}}{b{ANf}}}Bh}{{{b{ANh}}{b{ANh}}}Bh}{{{b{ANj}}{b{ANj}}}Bh}{{{b{ANl}}{b{ANl}}}Bh}{{{b{ANb}}{b{dBj}}}Bl}{{{b{ANd}}{b{dBj}}}Bl}{{{b{ANf}}{b{dBj}}}Bl}{{{b{ANh}}{b{dBj}}}Bl}{{{b{ANj}}{b{dBj}}}Bl}{{{b{ANl}}{b{dBj}}}Bl}{cc{}}00000{{{b{c}}}c{}}00000`{ce{}{}}00000{c{{Bn{e}}}{}{}}00000`{{{b{d{Cl{ANl}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}`````{{{b{c}}}e{}{}}00000{c{{Db{e}}}{}{}}00000000000`{{{b{c}}}Dd{}}00000555555``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dANn}}}h}{{{b{ANn}}}ANn}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}ANn}{{{b{ANn}}}Bf}{{{b{ANn}}{b{ANn}}}Bh}{{{b{ANn}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4````````{{{b{c}}}{{b{e}}}{}{}}000{{{b{dc}}}{{b{de}}}{}{}}000{{{b{dAO`}}}h}{{{b{dAOb}}}h}{{{b{dAOd}}}h}{{{b{AO`}}}AO`}{{{b{AOb}}}AOb}{{{b{AOd}}}AOd}{{{b{AOf}}}AOf}{{{b{c}}{b{de}}}h{}{}}000{{{b{c}}}h{}}000{{}AO`}{{}AOb}{{}AOd}{{{b{AOf}}{b{dc}}}hDh}{{{b{AO`}}}Bf}{{{b{AOb}}}Bf}{{{b{AOd}}}Bf}{{{b{AOf}}}Bf}{{{b{AO`}}{b{AO`}}}Bh}{{{b{AOb}}{b{AOb}}}Bh}{{{b{AOd}}{b{AOd}}}Bh}{{{b{AOf}}{b{AOf}}}Bh}{{{b{AO`}}{b{dBj}}}Bl}{{{b{AOb}}{b{dBj}}}Bl}{{{b{AOd}}{b{dBj}}}Bl}{{{b{AOf}}{b{dBj}}}Bl}{cc{}}000{{{b{c}}}c{}}000{ce{}{}}000{c{{Bn{e}}}{}{}}000{{{b{d{Cl{AOf}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}`{{{b{c}}}e{}{}}000{c{{Db{e}}}{}{}}0000000{{{b{c}}}Dd{}}000`5555````{{{b{AIj}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AIj}}}AIj}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{AIj}}{b{AIj}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}AIj}{{{b{AIj}}{b{AIj}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{AIj}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{AIj}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{AIj}}}}{{{b{AIj}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{AIj}}{b{AIj}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{Cd{{Db{AIjEl}}}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}7```{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dAOh}}}h}{{{b{AOh}}}AOh}{{{b{AOj}}}AOj}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0``{{}AOh}{{{b{AOj}}{b{dc}}}hDh}{{{b{AOh}}}Bf}{{{b{AOj}}}Bf}{{{b{AOh}}{b{AOh}}}Bh}{{{b{AOj}}{b{AOj}}}Bh}{{{b{AOh}}{b{dBj}}}Bl}{{{b{AOj}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0`{ce{}{}}0{c{{Bn{e}}}{}{}}0{{{b{d{Cl{AOj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}``````{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}0`55```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{AOl}}}AOl}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{AOl}}{b{dc}}}hDh}{{{b{AOl}}}Bf}{{{b{AOl}}{b{AOl}}}Bh}{{{b{AOl}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{AOl}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`````````````{{{b{c}}}{{b{e}}}{}{}}0000000{{{b{dc}}}{{b{de}}}{}{}}0000000{{{b{dAOn}}}h}{{{b{dB@`}}}h}{{{b{dB@b}}}h}{{{b{dB@d}}}h}{{{b{dB@f}}}h}{{{b{dB@h}}}h}{{{b{dB@j}}}h}{{{b{dB@l}}}h}{{{b{AOn}}}AOn}{{{b{B@`}}}B@`}{{{b{B@b}}}B@b}{{{b{B@d}}}B@d}{{{b{B@f}}}B@f}{{{b{B@h}}}B@h}{{{b{B@j}}}B@j}{{{b{B@l}}}B@l}{{{b{c}}{b{de}}}h{}{}}0000000{{{b{c}}}h{}}0000000{{}AOn}{{}B@`}{{}B@b}{{}B@d}{{}B@f}{{}B@h}{{}B@j}{{}B@l}`{{{b{AOn}}}Bf}{{{b{B@`}}}Bf}{{{b{B@b}}}Bf}{{{b{B@d}}}Bf}{{{b{B@f}}}Bf}{{{b{B@h}}}Bf}{{{b{B@j}}}Bf}{{{b{B@l}}}Bf}`{{{b{AOn}}{b{AOn}}}Bh}{{{b{B@`}}{b{B@`}}}Bh}{{{b{B@b}}{b{B@b}}}Bh}{{{b{B@d}}{b{B@d}}}Bh}{{{b{B@f}}{b{B@f}}}Bh}{{{b{B@h}}{b{B@h}}}Bh}{{{b{B@j}}{b{B@j}}}Bh}{{{b{B@l}}{b{B@l}}}Bh}`{{{b{AOn}}{b{dBj}}}Bl}{{{b{B@`}}{b{dBj}}}Bl}{{{b{B@b}}{b{dBj}}}Bl}{{{b{B@d}}{b{dBj}}}Bl}{{{b{B@f}}{b{dBj}}}Bl}{{{b{B@h}}{b{dBj}}}Bl}{{{b{B@j}}{b{dBj}}}Bl}{{{b{B@l}}{b{dBj}}}Bl}{cc{}}0000000{{{b{c}}}c{}}0000000`{ce{}{}}0000000{c{{Bn{e}}}{}{}}0000000``````````````{{{b{c}}}e{}{}}0000000{c{{Db{e}}}{}{}}000000000000000{{{b{c}}}Dd{}}0000000``44444444```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{B@n}}}B@n}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{B@n}}{b{dc}}}hDh}{{{b{B@n}}}Bf}{{{b{B@n}}{b{B@n}}}Bh}{{{b{B@n}}{b{dBj}}}Bl}?>=<{{{b{d{Cl{B@n}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}<;;:>``98{{{b{BA`}}}BA`}76{{{b{BA`}}{b{dc}}}hDh}{{{b{BA`}}}Bf}{{{b{BA`}}{b{BA`}}}Bh}{{{b{BA`}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{BA`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBAb}}}h}{{{b{BAb}}}BAb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BAb}{{{b{BAb}}}Bf}{{{b{BAb}}{b{BAb}}}Bh}{{{b{BAb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{BAd}}}BAd}?>{{{b{BAd}}{b{dc}}}hDh}{{{b{BAd}}}Bf}{{{b{BAd}}{b{BAd}}}Bh}{{{b{BAd}}{b{dBj}}}Bl}=<;:{{{b{d{Cl{BAd}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}:998<```7766{{{b{dBAf}}}h}{{{b{BAf}}}BAf}{{{b{BAh}}}BAh}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}BAf}{{{b{BAh}}{b{dc}}}hDh}{{{b{BAf}}}Bf}{{{b{BAh}}}Bf}{{{b{BAf}}{b{BAf}}}Bh}{{{b{BAh}}{b{BAh}}}Bh}{{{b{BAf}}{b{dBj}}}Bl}{{{b{BAh}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0`{{{b{d{Cl{BAh}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055``````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{BAj}}}BAj}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{BAj}}{b{dc}}}hDh}{{{b{BAj}}}Bf}{{{b{BAj}}{b{BAj}}}Bh}{{{b{BAj}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{BAj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5````````{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dBAl}}}h}{{{b{BAl}}}BAl}{{{b{BAn}}}BAn}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}BAl}{{{b{BAn}}{b{dc}}}hDh}{{{b{BAl}}}Bf}{{{b{BAn}}}Bf}{{{b{BAl}}{b{BAl}}}Bh}{{{b{BAn}}{b{BAn}}}Bh}{{{b{BAl}}{b{dBj}}}Bl}{{{b{BAn}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0{{{b{d{Cl{BAn}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055```{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dBB`}}}h}{{{b{dBBb}}}h}{{{b{BB`}}}BB`}{{{b{BBb}}}BBb}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}BB`}{{}BBb}{{{b{BB`}}}Bf}{{{b{BBb}}}Bf}{{{b{BB`}}{b{BB`}}}Bh}{{{b{BBb}}{b{BBb}}}Bh}{{{b{BB`}}{b{dBj}}}Bl}{{{b{BBb}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0`````{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}044`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBBd}}}h}{{{b{BBd}}}BBd}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BBd}{{{b{BBd}}}Bf}{{{b{BBd}}{b{BBd}}}Bh}{{{b{BBd}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{BBf}}}BBf}?>{{{b{BBf}}{b{dc}}}hDh}{{{b{BBf}}}Bf}{{{b{BBf}}{b{BBf}}}Bh}{{{b{BBf}}{b{dBj}}}Bl}=<;:{{{b{d{Cl{BBf}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}:998<`````````7777766666{{{b{dBBh}}}h}{{{b{dBBj}}}h}{{{b{dBBl}}}h}{{{b{dBBn}}}h}{{{b{BBh}}}BBh}{{{b{BBj}}}BBj}{{{b{BBl}}}BBl}{{{b{BBn}}}BBn}{{{b{BC`}}}BC`}{{{b{c}}{b{de}}}h{}{}}0000{{{b{c}}}h{}}0000{{}BBh}{{}BBj}{{}BBl}{{}BBn}{{{b{BC`}}{b{dc}}}hDh}{{{b{BBh}}}Bf}{{{b{BBj}}}Bf}{{{b{BBl}}}Bf}{{{b{BBn}}}Bf}{{{b{BC`}}}Bf}{{{b{BBh}}{b{BBh}}}Bh}{{{b{BBj}}{b{BBj}}}Bh}{{{b{BBl}}{b{BBl}}}Bh}{{{b{BBn}}{b{BBn}}}Bh}{{{b{BC`}}{b{BC`}}}Bh}{{{b{BBh}}{b{dBj}}}Bl}{{{b{BBj}}{b{dBj}}}Bl}{{{b{BBl}}{b{dBj}}}Bl}{{{b{BBn}}{b{dBj}}}Bl}{{{b{BC`}}{b{dBj}}}Bl}{cc{}}0000{{{b{c}}}c{}}0000{ce{}{}}0000{c{{Bn{e}}}{}{}}0000{{{b{d{Cl{BC`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}0000{c{{Db{e}}}{}{}}000000000{{{b{c}}}Dd{}}000055555``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBCb}}}h}{{{b{BCb}}}BCb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}`{{}BCb}{{{b{BCb}}}Bf}{{{b{BCb}}{b{BCb}}}Bh}{{{b{BCb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0`{{{b{c}}}Dd{}}4`````````{{{b{c}}}{{b{e}}}{}{}}0000{{{b{dc}}}{{b{de}}}{}{}}0000{{{b{dBCd}}}h}{{{b{dBCf}}}h}{{{b{dBCh}}}h}{{{b{dBCj}}}h}{{{b{BCd}}}BCd}{{{b{BCf}}}BCf}{{{b{BCh}}}BCh}{{{b{BCj}}}BCj}{{{b{BCl}}}BCl}{{{b{c}}{b{de}}}h{}{}}0000{{{b{c}}}h{}}0000{{}BCd}{{}BCf}{{}BCh}{{}BCj}```{{{b{BCl}}{b{dc}}}hDh}{{{b{BCd}}}Bf}{{{b{BCf}}}Bf}{{{b{BCh}}}Bf}{{{b{BCj}}}Bf}{{{b{BCl}}}Bf}{{{b{BCd}}{b{BCd}}}Bh}{{{b{BCf}}{b{BCf}}}Bh}{{{b{BCh}}{b{BCh}}}Bh}{{{b{BCj}}{b{BCj}}}Bh}{{{b{BCl}}{b{BCl}}}Bh}{{{b{BCd}}{b{dBj}}}Bl}{{{b{BCf}}{b{dBj}}}Bl}{{{b{BCh}}{b{dBj}}}Bl}{{{b{BCj}}{b{dBj}}}Bl}{{{b{BCl}}{b{dBj}}}Bl}{cc{}}0000{{{b{c}}}c{}}0000{ce{}{}}0000{c{{Bn{e}}}{}{}}0000`{{{b{d{Cl{BCl}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}```{{{b{c}}}e{}{}}0000{c{{Db{e}}}{}{}}000000000{{{b{c}}}Dd{}}0000`55555`````````{{{b{AAh}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}00000{{{b{dc}}}{{b{de}}}{}{}}00000{{{b{dBCn}}}h}{{{b{dBD`}}}h}{{{b{dBDb}}}h}{{{b{dBDd}}}h}{{{b{dBDf}}}h}{{{b{BCn}}}BCn}{{{b{BD`}}}BD`}{{{b{BDb}}}BDb}{{{b{BDd}}}BDd}{{{b{BDf}}}BDf}{{{b{AAh}}}AAh}{{{b{c}}{b{de}}}h{}{}}00000{{{b{c}}}h{}}000000{{{b{AAh}}{b{AAh}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}BCn}{{}BD`}{{}BDb}{{}BDd}{{}BDf}{{}AAh}{{{b{BD`}}}BDh}`{{{b{BCn}}}Bf}{{{b{BD`}}}Bf}{{{b{BDb}}}Bf}{{{b{BDd}}}Bf}{{{b{BDf}}}Bf}```{{{b{BCn}}{b{BCn}}}Bh}{{{b{BD`}}{b{BD`}}}Bh}{{{b{BDb}}{b{BDb}}}Bh}{{{b{BDd}}{b{BDd}}}Bh}{{{b{BDf}}{b{BDf}}}Bh}{{{b{AAh}}{b{AAh}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{BCn}}{b{dBj}}}Bl}{{{b{BD`}}{b{dBj}}}Bl}{{{b{BDb}}{b{dBj}}}Bl}{{{b{BDd}}{b{dBj}}}Bl}{{{b{BDf}}{b{dBj}}}Bl}{{{b{AAh}}{b{dBj}}}Bl}`{cc{}}00000{Cd{{Cl{AAh}}}}{{{b{c}}}c{}}00000{{{b{Ef}}}{{Cl{AAh}}}}{{{b{AAh}}{b{dc}}}hEj}{ce{}{}}00000{c{{Bn{e}}}{}{}}00000{CdBh}`{{{b{AAh}}{b{AAh}}}{{Cl{Eh}}}}{{{b{dBD`}}BDh}h}```{{{b{c}}}e{}{}}00000{c{{Db{e}}}{}{}}0000{Cd{{Db{AAhEl}}}}1111111{{{b{c}}}Dd{}}00000`888888````{{{b{BDh}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{BDh}}}BDh}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}0{{{b{BDh}}{b{BDh}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}BDh}{{{b{BDh}}{b{BDh}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{BDh}}{b{dBj}}}Bl}{cc{}}{Cd{{Cl{BDh}}}}{{{b{c}}}c{}}{{{b{Ef}}}{{Cl{BDh}}}}{{{b{BDh}}{b{dc}}}hEj}{ce{}{}}{c{{Bn{e}}}{}{}}{CdBh}{{{b{BDh}}{b{BDh}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}{Cd{{Db{BDhEl}}}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}7```````````{{{b{c}}}{{b{e}}}{}{}}00000{{{b{dc}}}{{b{de}}}{}{}}00000``{{{b{dBDj}}}h}{{{b{dBDl}}}h}{{{b{dBDn}}}h}{{{b{dBE`}}}h}{{{b{dBEb}}}h}{{{b{dBEd}}}h}{{{b{BDj}}}BDj}{{{b{BDl}}}BDl}{{{b{BDn}}}BDn}{{{b{BE`}}}BE`}{{{b{BEb}}}BEb}{{{b{BEd}}}BEd}{{{b{c}}{b{de}}}h{}{}}00000{{{b{c}}}h{}}00000``{{}BDj}{{}BDl}{{}BDn}{{}BE`}{{}BEb}{{}BEd}{{{b{BDj}}}Bf}{{{b{BDl}}}Bf}{{{b{BDn}}}Bf}{{{b{BE`}}}Bf}{{{b{BEb}}}Bf}{{{b{BEd}}}Bf}{{{b{BDj}}{b{BDj}}}Bh}{{{b{BDl}}{b{BDl}}}Bh}{{{b{BDn}}{b{BDn}}}Bh}{{{b{BE`}}{b{BE`}}}Bh}{{{b{BEb}}{b{BEb}}}Bh}{{{b{BEd}}{b{BEd}}}Bh}``{{{b{BDj}}{b{dBj}}}Bl}{{{b{BDl}}{b{dBj}}}Bl}{{{b{BDn}}{b{dBj}}}Bl}{{{b{BE`}}{b{dBj}}}Bl}{{{b{BEb}}{b{dBj}}}Bl}{{{b{BEd}}{b{dBj}}}Bl}{cc{}}00000{{{b{c}}}c{}}00000`{ce{}{}}00000{c{{Bn{e}}}{}{}}00000````````````````{{{b{c}}}e{}{}}00000{c{{Db{e}}}{}{}}00000000000`{{{b{c}}}Dd{}}00000```````444444`{{{BEf{c}}BEh}{{BEf{c}}}{{BEl{BEj}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{{BEf{c}}}}}{{BEf{c}}}BEn}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{c{{Db{{BEf{BF`}}BFb}}}{{BFf{BFd}}}}{{{b{d{BEf{c}}}}e}{{Db{{BFj{{BFh{BE`}}}}BFl}}}{{BEl{BEj}}}{{BG`{}{{BFn{BDn}}}}}}{{{b{{BEf{c}}}}{b{dBj}}}BlBGb}?>=<{{{BEf{c}}Bf}{{BEf{c}}}{{BEl{BEj}}}}0{c{{BEf{c}}}{{BEl{BEj}}}}:{{{b{d{BEf{c}}}}e}{{Db{{BFj{{BFh{BDl}}}}BFl}}}{{BEl{BEj}}}{{BG`{}{{BFn{BDj}}}}}}>==<{ce{}{}}{{ce}{{BEf{{BGd{ce}}}}}{{BGl{{BGf{BEj}}}{{BGh{BGj}}}}{BEl{BEj}}}BGn}{{cBH`}{{BEf{c}}}{{BEl{BEj}}}}````{{{BHb{c}}BEh}{{BHb{c}}}BHd}>={{{b{d{BHb{c}}}}{BGf{e}}}gBHd{BHfBHh}{}}{{{b{dc}}{BGf{e}}}{}{}{}}{{{b{{BHb{c}}}}}{{BHb{c}}}BHd}>={{{b{{BHd{}{{BHj{c}}{BHl{e}}}}}}{Bn{{BFh{BDn}}}}}{{BIb{{BI`{BHn}}}}}{{BIf{}{{BId{{Db{BDlBFl}}}}}}BHh}{{BIf{}{{BId{{Db{BE`BFl}}}}}}BHh}}{{{b{{BHb{c}}}}{b{dBj}}}Bl{BGbBHd}}{cc{}}{{{BIh{c}}}{{BHb{c}}}BHd}{{{b{c}}}c{}};{c{{BIj{e}}}{}{}}{c{{Bn{e}}}{}{}}{{{BHb{c}}Bf}{{BHb{c}}}BHd}0{c{{BHb{c}}}BHd}{{{b{d{BHb{c}}}}{b{dBIl}}}{{BIn{{Db{he}}}}}BHd{}}{{{b{dc}}{b{dBIl}}}{{BIn{{Db{h}}}}}{}}>{{{b{{BHd{}{{BHj{c}}{BHl{e}}}}}}{Bn{{BFh{BDj}}}}}{{BIb{{BI`{BHn}}}}}{{BIf{}{{BId{{Db{BDlBFl}}}}}}BHh}{{BIf{}{{BId{{Db{BE`BFl}}}}}}BHh}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}{{ce}{{BGd{{BHb{c}}e}}}BHdBGn}`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBJ`}}}h}{{{b{BJ`}}}BJ`}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BJ`}`{{{b{BJ`}}}Bf}{{{b{BJ`}}{b{BJ`}}}Bh}{{{b{BJ`}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}={c{{Bn{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBJb}}}h}{{{b{BJb}}}BJb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}`{{}BJb}`{{{b{BJb}}}Bf}{{{b{BJb}}{b{BJb}}}Bh}{{{b{BJb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}<{c{{Bn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}`````````````{{{b{c}}}{{b{e}}}{}{}}00000000{{{b{dc}}}{{b{de}}}{}{}}00000000{{{b{dBJd}}}h}{{{b{dBJf}}}h}{{{b{dBJh}}}h}{{{b{dBJj}}}h}{{{b{dBJl}}}h}{{{b{dBJn}}}h}{{{b{dBK`}}}h}{{{b{dBKb}}}h}{{{b{dBKd}}}h}{{{b{BJd}}}BJd}{{{b{BJf}}}BJf}{{{b{BJh}}}BJh}{{{b{BJj}}}BJj}{{{b{BJl}}}BJl}{{{b{BJn}}}BJn}{{{b{BK`}}}BK`}{{{b{BKb}}}BKb}{{{b{BKd}}}BKd}{{{b{c}}{b{de}}}h{}{}}00000000{{{b{c}}}h{}}00000000`{{{b{BKb}}}{{b{Ef}}}}`{{}BJd}{{}BJf}{{}BJh}{{}BJj}{{}BJl}{{}BJn}{{}BK`}{{}BKb}{{}BKd}{{{b{BJd}}}Bf}{{{b{BJf}}}Bf}{{{b{BJh}}}Bf}{{{b{BJj}}}Bf}{{{b{BJl}}}Bf}{{{b{BJn}}}Bf}{{{b{BK`}}}Bf}{{{b{BKb}}}Bf}{{{b{BKd}}}Bf}`{{{b{BJd}}{b{BJd}}}Bh}{{{b{BJf}}{b{BJf}}}Bh}{{{b{BJh}}{b{BJh}}}Bh}{{{b{BJj}}{b{BJj}}}Bh}{{{b{BJl}}{b{BJl}}}Bh}{{{b{BJn}}{b{BJn}}}Bh}{{{b{BK`}}{b{BK`}}}Bh}{{{b{BKb}}{b{BKb}}}Bh}{{{b{BKd}}{b{BKd}}}Bh}``{{{b{BJd}}{b{dBj}}}Bl}{{{b{BJf}}{b{dBj}}}Bl}{{{b{BJh}}{b{dBj}}}Bl}{{{b{BJj}}{b{dBj}}}Bl}{{{b{BJl}}{b{dBj}}}Bl}{{{b{BJn}}{b{dBj}}}Bl}{{{b{BK`}}{b{dBj}}}Bl}{{{b{BKb}}{b{dBj}}}Bl}{{{b{BKd}}{b{dBj}}}Bl}{cc{}}00000000{{{b{c}}}c{}}00000000``````{ce{}{}}00000000{c{{Bn{e}}}{}{}}00000000{{{b{BKb}}}{{b{Ef}}}}`````````{{{b{c}}}e{}{}}00000000{c{{Db{e}}}{}{}}00000000000000000{{{b{c}}}Dd{}}00000000555555555`````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{BKf}}}BKf}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{BKf}}{b{dc}}}hDh}{{{b{BKf}}}Bf}{{{b{BKf}}{b{BKf}}}Bh}{{{b{BKf}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{BKf}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``````````````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}`{{{b{dBKh}}}h}{{{b{BKh}}}BKh}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BKh}{{{b{BKh}}}Bf}{{{b{BKh}}{b{BKh}}}Bh}{{{b{BKh}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4```````{{{b{c}}}{{b{e}}}{}{}}000{{{b{dc}}}{{b{de}}}{}{}}000{{{b{dBKj}}}h}{{{b{dBKl}}}h}{{{b{dBKn}}}h}{{{b{BKj}}}BKj}{{{b{BKl}}}BKl}{{{b{BKn}}}BKn}{{{b{BL`}}}BL`}{{{b{c}}{b{de}}}h{}{}}000{{{b{c}}}h{}}000{{}BKj}{{}BKl}{{}BKn}{{{b{BL`}}{b{dc}}}hDh}{{{b{BKj}}}Bf}{{{b{BKl}}}Bf}{{{b{BKn}}}Bf}{{{b{BL`}}}Bf}{{{b{BKj}}{b{BKj}}}Bh}{{{b{BKl}}{b{BKl}}}Bh}{{{b{BKn}}{b{BKn}}}Bh}{{{b{BL`}}{b{BL`}}}Bh}{{{b{BKj}}{b{dBj}}}Bl}{{{b{BKl}}{b{dBj}}}Bl}{{{b{BKn}}{b{dBj}}}Bl}{{{b{BL`}}{b{dBj}}}Bl}{cc{}}000{{{b{c}}}c{}}000{ce{}{}}000{c{{Bn{e}}}{}{}}000{{{b{d{Cl{BL`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}`````{{{b{c}}}e{}{}}000{c{{Db{e}}}{}{}}0000000{{{b{c}}}Dd{}}0005555``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBLb}}}h}{{{b{BLb}}}BLb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}`{{}BLb}{{{b{BLb}}}Bf}{{{b{BLb}}{b{BLb}}}Bh}{{{b{BLb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}```{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4`````````{{{b{BLd}}}{{b{Ef}}}}{{{b{BLf}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}000{{{b{dc}}}{{b{de}}}{}{}}000{{{b{dBLh}}}h}{{{b{dBLj}}}h}{{{b{BLh}}}BLh}{{{b{BLj}}}BLj}{{{b{BLd}}}BLd}{{{b{BLf}}}BLf}{{{b{c}}{b{de}}}h{}{}}000{{{b{c}}}h{}}00000{{{b{BLd}}{b{BLd}}}Eh}{{{b{BLf}}{b{BLf}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}0{{}BLh}{{}BLj}{{}BLd}{{}BLf}{{{b{BLh}}}Bf}{{{b{BLj}}}Bf}{{{b{BLh}}{b{BLh}}}Bh}{{{b{BLj}}{b{BLj}}}Bh}{{{b{BLd}}{b{BLd}}}Bh}{{{b{BLf}}{b{BLf}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00000{{{b{BLh}}{b{dBj}}}Bl}{{{b{BLj}}{b{dBj}}}Bl}{{{b{BLd}}{b{dBj}}}Bl}{{{b{BLf}}{b{dBj}}}Bl}{cc{}}000{Cd{{Cl{BLd}}}}{Cd{{Cl{BLf}}}}{{{b{c}}}c{}}000{{{b{Ef}}}{{Cl{BLd}}}}{{{b{Ef}}}{{Cl{BLf}}}}{{{b{BLd}}{b{dc}}}hEj}{{{b{BLf}}{b{dc}}}hEj}{ce{}{}}000{c{{Bn{e}}}{}{}}000{CdBh}0{{{b{BLd}}{b{BLd}}}{{Cl{Eh}}}}{{{b{BLf}}{b{BLf}}}{{Cl{Eh}}}}{{{b{dBLh}}BLd}h}{{{b{dBLj}}BLf}h}{{{b{c}}}e{}{}}000{c{{Db{e}}}{}{}}00{Cd{{Db{BLdEl}}}}1{Cd{{Db{BLfEl}}}}2222{{{b{c}}}Dd{}}000{{{b{BLh}}}BLd}{{{b{BLj}}}BLf}``====``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}`{{{b{dBLl}}}h}{{{b{BLl}}}BLl}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}`{{}BLl}{{{b{BLl}}}Bf}{{{b{BLl}}{b{BLl}}}Bh}{{{b{BLl}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4`````{{{b{BLn}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dBM`}}}h}{{{b{BM`}}}BM`}{{{b{BLn}}}BLn}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}00{{{b{BLn}}{b{BLn}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}BM`}{{}BLn}{{{b{BM`}}}Bf}{{{b{BM`}}{b{BM`}}}Bh}{{{b{BLn}}{b{BLn}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{BM`}}{b{dBj}}}Bl}{{{b{BLn}}{b{dBj}}}Bl}{cc{}}0{Cd{{Cl{BLn}}}}{{{b{c}}}c{}}0{{{b{Ef}}}{{Cl{BLn}}}}{{{b{BLn}}{b{dc}}}hEj}{ce{}{}}0{c{{Bn{e}}}{}{}}0{CdBh}{{{b{BLn}}{b{BLn}}}{{Cl{Eh}}}}{{{b{dBM`}}BLn}h}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}0{Cd{{Db{BLnEl}}}}11{{{b{c}}}Dd{}}0{{{b{BM`}}}BLn}`99``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBMb}}}h}{{{b{BMb}}}BMb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BMb}{{{b{BMb}}}Bf}{{{b{BMb}}{b{BMb}}}Bh}{{{b{BMb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}`{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBMd}}}h}{{{b{BMd}}}BMd}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BMd}{{{b{BMd}}}Bf}{{{b{BMd}}{b{BMd}}}Bh}{{{b{BMd}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBMf}}}h}{{{b{BMf}}}BMf}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BMf}{{{b{BMf}}}Bf}{{{b{BMf}}{b{BMf}}}Bh}`{{{b{BMf}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4`````{{{b{BMh}}}BMj}`{{{b{BMj}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{dc}}}{{b{de}}}{}{}}00{{{b{dBMl}}}h}{{{b{dBMh}}}h}{{{b{BMl}}}BMl}{{{b{BMh}}}BMh}{{{b{BMj}}}BMj}{{{b{c}}{b{de}}}h{}{}}00{{{b{c}}}h{}}000{{{b{BMj}}{b{BMj}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}BMl}{{}BMh}{{}BMj}{{{b{BMl}}}Bf}{{{b{BMh}}}Bf}{{{b{BMl}}{b{BMl}}}Bh}{{{b{BMh}}{b{BMh}}}Bh}{{{b{BMj}}{b{BMj}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{BMl}}{b{dBj}}}Bl}{{{b{BMh}}{b{dBj}}}Bl}{{{b{BMj}}{b{dBj}}}Bl}{cc{}}00{Cd{{Cl{BMj}}}}{{{b{c}}}c{}}00{{{b{Ef}}}{{Cl{BMj}}}}{{{b{BMj}}{b{dc}}}hEj}{ce{}{}}00{c{{Bn{e}}}{}{}}00{CdBh}``{{{b{BMj}}{b{BMj}}}{{Cl{Eh}}}}`{{{b{dBMh}}BMj}h}`{{{b{c}}}e{}{}}00{c{{Db{e}}}{}{}}00{Cd{{Db{BMjEl}}}}111{{{b{c}}}Dd{}}00888``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBMn}}}h}{{{b{BMn}}}BMn}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BMn}{{{b{BMn}}}Bf}{{{b{BMn}}{b{BMn}}}Bh}{{{b{BMn}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4`````{{{b{BN`}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dBNb}}}h}{{{b{BNb}}}BNb}{{{b{BN`}}}BN`}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}00{{{b{BN`}}{b{BN`}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}BNb}{{}BN`}{{{b{BNb}}}Bf}{{{b{BNb}}{b{BNb}}}Bh}{{{b{BN`}}{b{BN`}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{BNb}}{b{dBj}}}Bl}{{{b{BN`}}{b{dBj}}}Bl}{cc{}}0{Cd{{Cl{BN`}}}}{{{b{c}}}c{}}0{{{b{Ef}}}{{Cl{BN`}}}}{{{b{BN`}}{b{dc}}}hEj}{ce{}{}}0{c{{Bn{e}}}{}{}}0{CdBh}{{{b{BN`}}{b{BN`}}}{{Cl{Eh}}}}{{{b{dBNb}}BN`}h}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}0{Cd{{Db{BN`El}}}}11{{{b{c}}}Dd{}}0{{{b{BNb}}}BN`}`99``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBNd}}}h}{{{b{BNd}}}BNd}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BNd}{{{b{BNd}}}Bf}{{{b{BNd}}{b{BNd}}}Bh}{{{b{BNd}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBNf}}}h}{{{b{BNf}}}BNf}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BNf}{{{b{BNf}}}Bf}{{{b{BNf}}{b{BNf}}}Bh}{{{b{BNf}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}```{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4``{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0`{{{b{dBNh}}}h}{{{b{dBNj}}}h}{{{b{BNh}}}BNh}{{{b{BNj}}}BNj}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}BNh}{{}BNj}{{{b{BNh}}}Bf}{{{b{BNj}}}Bf}{{{b{BNh}}{b{BNh}}}Bh}{{{b{BNj}}{b{BNj}}}Bh}``{{{b{BNh}}{b{dBj}}}Bl}{{{b{BNj}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0`{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}0`44``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBNl}}}h}{{{b{BNl}}}BNl}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BNl}{{{b{BNl}}}Bf}{{{b{BNl}}{b{BNl}}}Bh}{{{b{BNl}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBNn}}}h}{{{b{BNn}}}BNn}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BNn}{{{b{BNn}}}Bf}{{{b{BNn}}{b{BNn}}}Bh}{{{b{BNn}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{dBO`}}}h}{{{b{BO`}}}BO`}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{}BO`}{{{b{BO`}}}Bf}{{{b{BO`}}{b{BO`}}}Bh}{{{b{BO`}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}4````{{{BOb{c}}BEh}{{BOb{c}}}{{BEl{BEj}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{{BOb{c}}}}}{{BOb{c}}}BEn}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{c{{Db{{BOb{BF`}}BFb}}}{{BFf{BFd}}}}{{{b{d{BOb{c}}}}e}{{Db{{BFj{{BFh{BDn}}}}BFl}}}{{BEl{BEj}}}{{BG`{}{{BFn{BE`}}}}}}{{{b{{BOb{c}}}}{b{dBj}}}BlBGb}?>=<{{{BOb{c}}Bf}{{BOb{c}}}{{BEl{BEj}}}}0{c{{BOb{c}}}{{BEl{BEj}}}}:{{{b{d{BOb{c}}}}e}{{Db{{BFj{{BFh{BDj}}}}BFl}}}{{BEl{BEj}}}{{BG`{}{{BFn{BDl}}}}}}>==<{ce{}{}}{{ce}{{BOb{{BGd{ce}}}}}{{BGl{{BGf{BEj}}}{{BGh{BGj}}}}{BEl{BEj}}}BGn}{{cBH`}{{BOb{c}}}{{BEl{BEj}}}}````{{{BOd{c}}BEh}{{BOd{c}}}BOf}>={{{b{d{BOd{c}}}}{BGf{e}}}gBOf{BHfBHh}{}}{{{b{dc}}{BGf{e}}}{}{}{}}{{{b{{BOd{c}}}}}{{BOd{c}}}BOf}>={{{b{{BOf{}{{BHj{c}}{BHl{e}}}}}}{Bn{{BFh{BE`}}}}}{{BIb{{BI`{BHn}}}}}{{BIf{}{{BId{{Db{BDjBFl}}}}}}BHh}{{BIf{}{{BId{{Db{BDnBFl}}}}}}BHh}}{{{b{{BOd{c}}}}{b{dBj}}}Bl{BGbBOf}}{cc{}}{{{BIh{c}}}{{BOd{c}}}BOf}{{{b{c}}}c{}};{c{{BIj{e}}}{}{}}{c{{Bn{e}}}{}{}}{{{BOd{c}}Bf}{{BOd{c}}}BOf}0{c{{BOd{c}}}BOf}{{{b{d{BOd{c}}}}{b{dBIl}}}{{BIn{{Db{he}}}}}BOf{}}{{{b{dc}}{b{dBIl}}}{{BIn{{Db{h}}}}}{}}>{{{b{{BOf{}{{BHj{c}}{BHl{e}}}}}}{Bn{{BFh{BDl}}}}}{{BIb{{BI`{BHn}}}}}{{BIf{}{{BId{{Db{BDjBFl}}}}}}BHh}{{BIf{}{{BId{{Db{BDnBFl}}}}}}BHh}}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}{{ce}{{BGd{{BOd{c}}e}}}BOfBGn}```````````````````````````{{{b{BOh}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}00000000000000000000000{{{b{dc}}}{{b{de}}}{}{}}00000000000000000000000`{{{b{dBOj}}}h}{{{b{dBOl}}}h}{{{b{dBOn}}}h}{{{b{dC@`}}}h}{{{b{dC@b}}}h}{{{b{dC@d}}}h}{{{b{dC@f}}}h}{{{b{dC@h}}}h}{{{b{dC@j}}}h}{{{b{dC@l}}}h}{{{b{dC@n}}}h}{{{b{dCA`}}}h}{{{b{dCAb}}}h}{{{b{dCAd}}}h}{{{b{dCAf}}}h}{{{b{dCAh}}}h}{{{b{dCAj}}}h}{{{b{dCAl}}}h}{{{b{dCAn}}}h}{{{b{dCB`}}}h}{{{b{dCBb}}}h}{{{b{dCBd}}}h}{{{b{dCBf}}}h}{{{b{BOj}}}BOj}{{{b{BOl}}}BOl}{{{b{BOn}}}BOn}{{{b{C@`}}}C@`}{{{b{C@b}}}C@b}{{{b{C@d}}}C@d}{{{b{C@f}}}C@f}{{{b{C@h}}}C@h}{{{b{C@j}}}C@j}{{{b{C@l}}}C@l}{{{b{C@n}}}C@n}{{{b{CA`}}}CA`}{{{b{CAb}}}CAb}{{{b{CAd}}}CAd}{{{b{CAf}}}CAf}{{{b{CAh}}}CAh}{{{b{CAj}}}CAj}{{{b{CAl}}}CAl}{{{b{CAn}}}CAn}{{{b{CB`}}}CB`}{{{b{CBb}}}CBb}{{{b{CBd}}}CBd}{{{b{CBf}}}CBf}{{{b{BOh}}}BOh}{{{b{c}}{b{de}}}h{}{}}00000000000000000000000{{{b{c}}}h{}}000000000000000000000000{{{b{BOh}}{b{BOh}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{{b{BOl}}}CBh}{{{b{BOn}}}CBj}{{{b{C@`}}}Cd}{{{b{C@b}}}CBl}{{{b{C@d}}}Dj}{{{b{C@f}}}CBn}{{{b{C@h}}}Cd}{{{b{C@j}}}CBl}{{{b{C@l}}}Dj}{{{b{C@n}}}CBn}{{{b{CA`}}}Cd}{{{b{CAb}}}CBl}{{{b{CAd}}}Bh}{{{b{CAf}}}{{b{Ef}}}}{{{b{CAh}}}{{b{{CCb{CC`}}}}}}{{{b{CAj}}}Cd}``````````````````21``{{}BOj}{{}BOl}{{}BOn}{{}C@`}{{}C@b}{{}C@d}{{}C@f}{{}C@h}{{}C@j}{{}C@l}{{}C@n}{{}CA`}{{}CAb}{{}CAd}{{}CAf}{{}CAh}{{}CAj}{{}CAl}{{}CAn}{{}CB`}{{}CBb}{{}CBd}{{}CBf}{{}BOh}{{{b{CAj}}}Bh}`{{{b{BOj}}}Bf}{{{b{BOl}}}Bf}{{{b{BOn}}}Bf}{{{b{C@`}}}Bf}{{{b{C@b}}}Bf}{{{b{C@d}}}Bf}{{{b{C@f}}}Bf}{{{b{C@h}}}Bf}{{{b{C@j}}}Bf}{{{b{C@l}}}Bf}{{{b{C@n}}}Bf}{{{b{CA`}}}Bf}{{{b{CAb}}}Bf}{{{b{CAd}}}Bf}{{{b{CAf}}}Bf}{{{b{CAh}}}Bf}{{{b{CAj}}}Bf}{{{b{CAl}}}Bf}{{{b{CAn}}}Bf}{{{b{CB`}}}Bf}{{{b{CBb}}}Bf}{{{b{CBd}}}Bf}{{{b{CBf}}}Bf}{{{b{BOj}}{b{BOj}}}Bh}{{{b{BOl}}{b{BOl}}}Bh}{{{b{BOn}}{b{BOn}}}Bh}{{{b{C@`}}{b{C@`}}}Bh}{{{b{C@b}}{b{C@b}}}Bh}{{{b{C@d}}{b{C@d}}}Bh}{{{b{C@f}}{b{C@f}}}Bh}{{{b{C@h}}{b{C@h}}}Bh}{{{b{C@j}}{b{C@j}}}Bh}{{{b{C@l}}{b{C@l}}}Bh}{{{b{C@n}}{b{C@n}}}Bh}{{{b{CA`}}{b{CA`}}}Bh}{{{b{CAb}}{b{CAb}}}Bh}{{{b{CAd}}{b{CAd}}}Bh}{{{b{CAf}}{b{CAf}}}Bh}{{{b{CAh}}{b{CAh}}}Bh}{{{b{CAj}}{b{CAj}}}Bh}{{{b{CAl}}{b{CAl}}}Bh}{{{b{CAn}}{b{CAn}}}Bh}{{{b{CB`}}{b{CB`}}}Bh}{{{b{CBb}}{b{CBb}}}Bh}{{{b{CBd}}{b{CBd}}}Bh}{{{b{CBf}}{b{CBf}}}Bh}{{{b{BOh}}{b{BOh}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00`{{{b{BOj}}{b{dBj}}}Bl}{{{b{BOl}}{b{dBj}}}Bl}{{{b{BOn}}{b{dBj}}}Bl}{{{b{C@`}}{b{dBj}}}Bl}{{{b{C@b}}{b{dBj}}}Bl}{{{b{C@d}}{b{dBj}}}Bl}{{{b{C@f}}{b{dBj}}}Bl}{{{b{C@h}}{b{dBj}}}Bl}{{{b{C@j}}{b{dBj}}}Bl}{{{b{C@l}}{b{dBj}}}Bl}{{{b{C@n}}{b{dBj}}}Bl}{{{b{CA`}}{b{dBj}}}Bl}{{{b{CAb}}{b{dBj}}}Bl}{{{b{CAd}}{b{dBj}}}Bl}{{{b{CAf}}{b{dBj}}}Bl}{{{b{CAh}}{b{dBj}}}Bl}{{{b{CAj}}{b{dBj}}}Bl}{{{b{CAl}}{b{dBj}}}Bl}{{{b{CAn}}{b{dBj}}}Bl}{{{b{CB`}}{b{dBj}}}Bl}{{{b{CBb}}{b{dBj}}}Bl}{{{b{CBd}}{b{dBj}}}Bl}{{{b{CBf}}{b{dBj}}}Bl}{{{b{BOh}}{b{dBj}}}Bl}{cc{}}00000000000000000000000{Cd{{Cl{BOh}}}}{{{b{c}}}c{}}00000000000000000000000{{{b{Ef}}}{{Cl{BOh}}}}{{{b{BOl}}}CBh}{{{b{BOn}}}CBj}{{{b{C@`}}}Cd}{{{b{C@b}}}CBl}{{{b{C@d}}}Dj}{{{b{C@f}}}CBn}{{{b{C@h}}}Cd}{{{b{C@j}}}CBl}{{{b{C@l}}}Dj}{{{b{C@n}}}CBn}{{{b{CA`}}}Cd}{{{b{CAb}}}CBl}``````````````{{{b{CBf}}}Bh}`<;:987654321``````````````{{{b{BOh}}{b{dc}}}hEj}{{{b{BOl}}}Bh}{{{b{BOn}}}Bh}{{{b{C@`}}}Bh}{{{b{C@b}}}Bh}{{{b{C@d}}}Bh}{{{b{C@f}}}Bh}{{{b{C@h}}}Bh}{{{b{C@j}}}Bh}{{{b{C@l}}}Bh}{{{b{C@n}}}Bh}{{{b{CA`}}}Bh}{{{b{CAb}}}Bh}{{{b{CAf}}}Bh}{{{b{CAh}}}Bh}{{{b{CAn}}}Bh}{{{b{CB`}}}Bh}`````````````````````````````````{ce{}{}}00000000000000000000000{c{{Bn{e}}}{}{}}00000000000000000000000{CdBh}``{{{b{CAf}}}CBn}{{{b{CAh}}}CBn}``1`{{{b{BOl}}}CBh}{{{b{BOn}}}CBj}{{{b{C@`}}}Cd}{{{b{C@b}}}CBl}{{{b{C@d}}}Dj}{{{b{C@f}}}CBn}{{{b{C@h}}}Cd}{{{b{C@j}}}CBl}{{{b{C@l}}}Dj}{{{b{C@n}}}CBn}{{{b{CA`}}}Cd}{{{b{CAb}}}CBl}``````````````{{{b{CBf}}}Bh}`<;:987654321``````````````>`{{{b{CAn}}}CBn}`?>``{{{b{CB`}}}CBn}``{{{b{CAf}}}CBn}`2`0{{{b{CAh}}}CBn}``2`{{{b{CB`}}}Bh}`{{{b{CAf}}}{{b{Ef}}}}``````````````````{{{b{BOh}}{b{BOh}}}{{Cl{Eh}}}}1{{{b{CAh}}}{{b{Ef}}}}``2{{{b{CAh}}}{{b{{CCb{CC`}}}}}}``{{{b{CAl}}}Bh}{{{b{CBb}}}Bh}{{{b{CBd}}}Bh}<````2`{{{b{CAf}}}Bh}``74``{{{b{c}}}e{}{}}00000000000000000000000{c{{Db{e}}}{}{}}0000000000000000000000{Cd{{Db{BOhEl}}}}1111111111111111111111111`{{{b{c}}}Dd{}}00000000000000000000000{{{b{CAn}}}Bh}``{ce{}{}}00000000000000000000000```````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{CCd}}}CCd}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{CCd}}{b{dc}}}hDh}{{{b{CCd}}}Bf}{{{b{CCd}}{b{CCd}}}Bh}{{{b{CCd}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}};{c{{Bn{e}}}{}{}}{{{b{d{Cl{CCd}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}``````````````````````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{CCf}}}CCf}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{CCf}}{b{dc}}}hDh}{{{b{CCf}}}Bf}{{{b{CCf}}{b{CCf}}}Bh}{{{b{CCf}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}};{c{{Bn{e}}}{}{}}{{{b{d{Cl{CCf}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}```````````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{CCh}}}CCh}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{CCh}}{b{dc}}}hDh}{{{b{CCh}}}Bf}{{{b{CCh}}{b{CCh}}}Bh}{{{b{CCh}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}};{c{{Bn{e}}}{}{}}{{{b{d{Cl{CCh}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}{ce{}{}}`````````````{{{b{CCj}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{dc}}}{{b{de}}}{}{}}0000{{{b{dCCl}}}h}{{{b{dCCn}}}h}{{{b{dCD`}}}h}{{{b{dCDb}}}h}{{{b{CCl}}}CCl}{{{b{CCn}}}CCn}{{{b{CD`}}}CD`}{{{b{CDb}}}CDb}{{{b{CCj}}}CCj}{{{b{c}}{b{de}}}h{}{}}0000{{{b{c}}}h{}}00000{{{b{CCj}}{b{CCj}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}CCl}{{}CCn}{{}CD`}{{}CDb}{{}CCj}{{{b{CCl}}}Bf}{{{b{CCn}}}Bf}{{{b{CD`}}}Bf}{{{b{CDb}}}Bf}{{{b{CCl}}{b{CCl}}}Bh}{{{b{CCn}}{b{CCn}}}Bh}{{{b{CD`}}{b{CD`}}}Bh}{{{b{CDb}}{b{CDb}}}Bh}{{{b{CCj}}{b{CCj}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{CCl}}{b{dBj}}}Bl}{{{b{CCn}}{b{dBj}}}Bl}{{{b{CD`}}{b{dBj}}}Bl}{{{b{CDb}}{b{dBj}}}Bl}{{{b{CCj}}{b{dBj}}}Bl}{cc{}}0000{Cd{{Cl{CCj}}}}{{{b{c}}}c{}}0000{{{b{Ef}}}{{Cl{CCj}}}}{{{b{CCj}}{b{dc}}}hEj}{ce{}{}}0000{c{{Bn{e}}}{}{}}0000{CdBh}{{{b{CDb}}}CCj}`{{{b{CCj}}{b{CCj}}}{{Cl{Eh}}}}{{{b{dCDb}}CCj}h}{{{b{c}}}e{}{}}0000{c{{Db{e}}}{}{}}000{Cd{{Db{CCjEl}}}}111111{{{b{c}}}Dd{}}000099999`````````````{{{b{c}}}{{b{e}}}{}{}}00000{{{b{dc}}}{{b{de}}}{}{}}00000{{{b{dCDd}}}h}{{{b{dCDf}}}h}{{{b{dCDh}}}h}{{{b{dCDj}}}h}{{{b{dCDl}}}h}{{{b{dCDn}}}h}{{{b{CDd}}}CDd}{{{b{CDf}}}CDf}{{{b{CDh}}}CDh}{{{b{CDj}}}CDj}{{{b{CDl}}}CDl}{{{b{CDn}}}CDn}{{{b{c}}{b{de}}}h{}{}}00000{{{b{c}}}h{}}00000```{{}CDd}{{}CDf}{{}CDh}{{}CDj}{{}CDl}{{}CDn}`{{{b{CDd}}}Bf}{{{b{CDf}}}Bf}{{{b{CDh}}}Bf}{{{b{CDj}}}Bf}{{{b{CDl}}}Bf}{{{b{CDn}}}Bf}{{{b{CDd}}{b{CDd}}}Bh}{{{b{CDf}}{b{CDf}}}Bh}{{{b{CDh}}{b{CDh}}}Bh}{{{b{CDj}}{b{CDj}}}Bh}{{{b{CDl}}{b{CDl}}}Bh}{{{b{CDn}}{b{CDn}}}Bh}{{{b{CDd}}{b{dBj}}}Bl}{{{b{CDf}}{b{dBj}}}Bl}{{{b{CDh}}{b{dBj}}}Bl}{{{b{CDj}}{b{dBj}}}Bl}{{{b{CDl}}{b{dBj}}}Bl}{{{b{CDn}}{b{dBj}}}Bl}{cc{}}00000{{{b{c}}}c{}}00000``{ce{}{}}00000{c{{Bn{e}}}{}{}}00000```````{{{b{CDj}}}CE`}`{{{b{dCDj}}CE`}h}{{{b{c}}}e{}{}}00000{c{{Db{e}}}{}{}}00000000000{{{b{c}}}Dd{}}00000`666666````{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dCEb}}}h}{{{b{CEb}}}CEb}{{{b{CEd}}}CEd}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}CEb}{{{b{CEd}}{b{dc}}}hDh}{{{b{CEb}}}Bf}{{{b{CEd}}}Bf}{{{b{CEb}}{b{CEb}}}Bh}{{{b{CEd}}{b{CEd}}}Bh}{{{b{CEb}}{b{dBj}}}Bl}{{{b{CEd}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0{{{b{d{Cl{CEd}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}``{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}0`55```````{{{b{CE`}}}{{b{Ef}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{dc}}}{{b{de}}}{}{}}00{{{b{dCEf}}}h}{{{b{CEf}}}CEf}{{{b{CE`}}}CE`}{{{b{CEh}}}CEh}{{{b{c}}{b{de}}}h{}{}}00{{{b{c}}}h{}}000{{{b{CE`}}{b{CE`}}}Eh}{{{b{c}}{b{e}}}Eh{}{}}{{}CEf}{{}CE`}``{{{b{CEh}}{b{dc}}}hDh}{{{b{CEf}}}Bf}{{{b{CEh}}}Bf}{{{b{CEf}}{b{CEf}}}Bh}{{{b{CE`}}{b{CE`}}}Bh}{{{b{CEh}}{b{CEh}}}Bh}{{{b{c}}{b{e}}}Bh{}{}}00{{{b{CEf}}{b{dBj}}}Bl}{{{b{CE`}}{b{dBj}}}Bl}{{{b{CEh}}{b{dBj}}}Bl}{cc{}}00{Cd{{Cl{CE`}}}}{{{b{c}}}c{}}00{{{b{Ef}}}{{Cl{CE`}}}}{{{b{CE`}}{b{dc}}}hEj}{ce{}{}}00{c{{Bn{e}}}{}{}}00{CdBh}{{{b{d{Cl{CEh}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{CE`}}{b{CE`}}}{{Cl{Eh}}}}{{{b{c}}}e{}{}}00{c{{Db{e}}}{}{}}{Cd{{Db{CE`El}}}}11111{{{b{c}}}Dd{}}00888```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{CEj}}}CEj}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{CEj}}{b{dc}}}hDh}{{{b{CEj}}}Bf}{{{b{CEj}}{b{CEj}}}Bh}{{{b{CEj}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{CEj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5``````{{{b{c}}}{{b{e}}}{}{}}000{{{b{dc}}}{{b{de}}}{}{}}000{{{b{dCEl}}}h}{{{b{dCEn}}}h}{{{b{dCF`}}}h}{{{b{dCFb}}}h}{{{b{CEl}}}CEl}{{{b{CEn}}}CEn}{{{b{CF`}}}CF`}{{{b{CFb}}}CFb}{{{b{c}}{b{de}}}h{}{}}000{{{b{c}}}h{}}000{{}CEl}{{}CEn}{{}CF`}{{}CFb}{{{b{CEl}}}Bf}{{{b{CEn}}}Bf}{{{b{CF`}}}Bf}{{{b{CFb}}}Bf}`{{{b{CEl}}{b{CEl}}}Bh}{{{b{CEn}}{b{CEn}}}Bh}{{{b{CF`}}{b{CF`}}}Bh}{{{b{CFb}}{b{CFb}}}Bh}{{{b{CEl}}{b{dBj}}}Bl}{{{b{CEn}}{b{dBj}}}Bl}{{{b{CF`}}{b{dBj}}}Bl}{{{b{CFb}}{b{dBj}}}Bl}{cc{}}000{{{b{c}}}c{}}000`{ce{}{}}000{c{{Bn{e}}}{}{}}000````````{{{b{c}}}e{}{}}000{c{{Db{e}}}{}{}}0000000{{{b{c}}}Dd{}}0004444``````{{{b{c}}}{{b{e}}}{}{}}000{{{b{dc}}}{{b{de}}}{}{}}000{{{b{dCFd}}}h}{{{b{dCFf}}}h}{{{b{dCFh}}}h}{{{b{CFd}}}CFd}{{{b{CFf}}}CFf}{{{b{CFh}}}CFh}{{{b{CFj}}}CFj}{{{b{c}}{b{de}}}h{}{}}000{{{b{c}}}h{}}000{{}CFd}{{}CFf}{{}CFh}{{{b{CFj}}{b{dc}}}hDh}{{{b{CFd}}}Bf}{{{b{CFf}}}Bf}{{{b{CFh}}}Bf}{{{b{CFj}}}Bf}{{{b{CFd}}{b{CFd}}}Bh}{{{b{CFf}}{b{CFf}}}Bh}{{{b{CFh}}{b{CFh}}}Bh}{{{b{CFj}}{b{CFj}}}Bh}{{{b{CFd}}{b{dBj}}}Bl}{{{b{CFf}}{b{dBj}}}Bl}{{{b{CFh}}{b{dBj}}}Bl}{{{b{CFj}}{b{dBj}}}Bl}{cc{}}000{{{b{c}}}c{}}000`{ce{}{}}000{c{{Bn{e}}}{}{}}000```{{{b{d{Cl{CFj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}``{{{b{c}}}e{}{}}000`{c{{Db{e}}}{}{}}0000000{{{b{c}}}Dd{}}0005555``{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dCFl}}}h}{{{b{dCFn}}}h}{{{b{CFl}}}CFl}{{{b{CFn}}}CFn}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}CFl}{{}CFn}{{{b{CFl}}}Bf}{{{b{CFn}}}Bf}{{{b{CFl}}{b{CFl}}}Bh}{{{b{CFn}}{b{CFn}}}Bh}{{{b{CFl}}{b{dBj}}}Bl}{{{b{CFn}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0````{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}044```````{{{b{c}}}{{b{e}}}{}{}}00{{{b{dc}}}{{b{de}}}{}{}}00{{{b{dCG`}}}h}{{{b{dCGb}}}h}{{{b{CG`}}}CG`}{{{b{CGb}}}CGb}{{{b{CGd}}}CGd}{{{b{c}}{b{de}}}h{}{}}00{{{b{c}}}h{}}00{{}CG`}{{}CGb}{{{b{CGd}}{b{dc}}}hDh}{{{b{CG`}}}Bf}{{{b{CGb}}}Bf}{{{b{CGd}}}Bf}{{{b{CG`}}{b{CG`}}}Bh}{{{b{CGb}}{b{CGb}}}Bh}{{{b{CGd}}{b{CGd}}}Bh}{{{b{CG`}}{b{dBj}}}Bl}{{{b{CGb}}{b{dBj}}}Bl}{{{b{CGd}}{b{dBj}}}Bl}{cc{}}00{{{b{c}}}c{}}00`{ce{}{}}00{c{{Bn{e}}}{}{}}00`{{{b{d{Cl{CGd}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}``{{{b{c}}}e{}{}}00{c{{Db{e}}}{}{}}00000{{{b{c}}}Dd{}}00555```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{CGf}}}CGf}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{CGf}}{b{dc}}}hDh}{{{b{CGf}}}Bf}{{{b{CGf}}{b{CGf}}}Bh}{{{b{CGf}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{CGf}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5`````{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dCGh}}}h}{{{b{CGh}}}CGh}{{{b{CGj}}}CGj}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}CGh}{{{b{CGj}}{b{dc}}}hDh}{{{b{CGh}}}Bf}{{{b{CGj}}}Bf}{{{b{CGh}}{b{CGh}}}Bh}{{{b{CGj}}{b{CGj}}}Bh}{{{b{CGh}}{b{dBj}}}Bl}{{{b{CGj}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0`{{{b{d{Cl{CGj}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055```{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{CGl}}}CGl}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{CGl}}{b{dc}}}hDh}{{{b{CGl}}}Bf}{{{b{CGl}}{b{CGl}}}Bh}{{{b{CGl}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{CGl}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5```{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{{b{dCGn}}}h}{{{b{CGn}}}CGn}{{{b{CH`}}}CH`}{{{b{c}}{b{de}}}h{}{}}0{{{b{c}}}h{}}0{{}CGn}{{{b{CH`}}{b{dc}}}hDh}{{{b{CGn}}}Bf}{{{b{CH`}}}Bf}{{{b{CGn}}{b{CGn}}}Bh}{{{b{CH`}}{b{CH`}}}Bh}{{{b{CGn}}{b{dBj}}}Bl}{{{b{CH`}}{b{dBj}}}Bl}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Bn{e}}}{}{}}0{{{b{d{Cl{CH`}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}0{c{{Db{e}}}{}{}}000{{{b{c}}}Dd{}}055``````{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{CHb}}}CHb}{{{b{c}}{b{de}}}h{}{}}{{{b{c}}}h{}}{{{b{CHb}}{b{dc}}}hDh}{{{b{CHb}}}Bf}{{{b{CHb}}{b{CHb}}}Bh}{{{b{CHb}}{b{dBj}}}Bl}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Bn{e}}}{}{}}{{{b{d{Cl{CHb}}}}DjDl{b{dc}}Dn}{{Db{hE`}}}Eb}{{{b{c}}}e{}{}}{c{{Db{e}}}{}{}}0{{{b{c}}}Dd{}}5","D":"JO`","p":[[1,"reference"],[0,"mut"],[5,"AccessLog",15],[1,"unit"],[5,"AccessLogFilter",15],[5,"ComparisonFilter",15],[5,"StatusCodeFilter",15],[5,"DurationFilter",15],[5,"NotHealthCheckFilter",15],[5,"TraceableFilter",15],[5,"RuntimeFilter",15],[5,"AndFilter",15],[5,"OrFilter",15],[5,"HeaderFilter",15],[5,"ResponseFlagFilter",15],[5,"GrpcStatusFilter",15],[5,"MetadataFilter",15],[5,"ExtensionFilter",15],[1,"usize"],[1,"bool"],[5,"Formatter",9495],[8,"Result",9495],[5,"Request",9496],[6,"Op",398],[6,"Status",453],[1,"i32"],[5,"Iter",9497],[5,"Cloned",9498],[17,"Output"],[6,"Option",9499],[1,"fn"],[5,"FilterMap",9500],[6,"Result",9501],[5,"TypeId",9502],[6,"ConfigType",345],[10,"BufMut",9503],[1,"u32"],[6,"WireType",9504],[5,"DecodeContext",9505],[5,"DecodeError",9506],[10,"Buf",9507],[6,"FilterSpecifier",366],[1,"str"],[6,"Ordering",9508],[10,"Hasher",9509],[5,"UnknownEnumValue",9506],[6,"ConfigType",432],[5,"ApiConfigSource",502],[6,"ApiType",1922],[5,"HeaderValueOption",502],[6,"HeaderAppendAction",2443],[6,"RoutingPriority",502],[6,"RequestMethod",502],[6,"TrafficDirection",502],[6,"ApiVersion",502],[6,"HealthStatus",502],[5,"Locality",502],[5,"Node",502],[5,"Metadata",502],[5,"RuntimeUInt32",502],[5,"RuntimePercent",502],[5,"RuntimeDouble",502],[5,"RuntimeFeatureFlag",502],[5,"QueryParameter",502],[5,"HeaderValue",502],[5,"HeaderMap",502],[5,"WatchedDirectory",502],[5,"DataSource",502],[5,"TransportSocket",502],[5,"RuntimeFractionalPercent",502],[5,"ControlPlane",502],[5,"TypedExtensionConfig",502],[5,"ProxyProtocolConfig",502],[5,"SocketOption",502],[5,"Pipe",502],[5,"EnvoyInternalAddress",502],[5,"SocketAddress",502],[5,"TcpKeepalive",502],[5,"BindConfig",502],[5,"Address",502],[5,"CidrRange",502],[5,"GrpcService",502],[5,"AggregatedConfigSource",502],[5,"SelfConfigSource",502],[5,"RateLimitSettings",502],[5,"PathConfigSource",502],[5,"ConfigSource",502],[5,"ExtensionConfigSource",502],[5,"UdpSocketConfig",502],[5,"TcpProtocolOptions",502],[5,"QuicKeepAliveSettings",502],[5,"QuicProtocolOptions",502],[5,"UpstreamHttpProtocolOptions",502],[5,"AlternateProtocolsCacheOptions",502],[5,"HttpProtocolOptions",502],[5,"Http1ProtocolOptions",502],[5,"KeepaliveSettings",502],[5,"Http2ProtocolOptions",502],[5,"GrpcProtocolOptions",502],[5,"Http3ProtocolOptions",502],[5,"SchemeHeaderTransformation",502],[5,"EventServiceConfig",502],[5,"HealthStatusSet",502],[5,"HealthCheck",502],[6,"HeadersWithUnderscoresAction",2794],[6,"Protocol",2882],[6,"SocketState",2937],[6,"Version",2828],[6,"Address",1877],[5,"AlternateProtocolsCacheEntry",1900],[6,"ConfigSourceSpecifier",1959],[6,"Specifier",1984],[6,"AddressNameSpecifier",2008],[6,"ConfigSourceSpecifier",2029],[5,"EnvoyGrpc",2050],[5,"GoogleGrpc",2050],[6,"TargetSpecifier",2050],[5,"SslCredentials",2123],[5,"GoogleLocalCredentials",2123],[5,"ChannelCredentials",2123],[5,"CallCredentials",2123],[5,"ChannelArgs",2123],[5,"ServiceAccountJwtAccessCredentials",2232],[5,"GoogleIamCredentials",2232],[5,"MetadataCredentialsFromPlugin",2232],[5,"StsService",2232],[6,"CredentialSpecifier",2232],[6,"ConfigType",2355],[5,"Value",2376],[6,"ValueSpecifier",2398],[6,"CredentialSpecifier",2420],[5,"Payload",2477],[5,"HttpHealthCheck",2477],[5,"TcpHealthCheck",2477],[5,"RedisHealthCheck",2477],[5,"GrpcHealthCheck",2477],[5,"CustomHealthCheck",2477],[5,"TlsOptions",2477],[6,"HealthChecker",2477],[6,"CodecClientType",6309],[6,"ConfigType",2665],[6,"Payload",2686],[5,"HeaderKeyFormat",2708],[5,"ProperCaseWords",2730],[6,"HeaderFormat",2730],[5,"SettingsParameter",2772],[6,"Transformation",2861],[6,"PortSpecifier",2882],[6,"Value",2937],[6,"ConfigType",2993],[5,"Endpoint",3015],[5,"LbEndpoint",3015],[5,"LedsClusterLocalityConfig",3015],[5,"LocalityLbEndpoints",3015],[5,"HealthCheckConfig",3115],[6,"HostIdentifier",3137],[5,"LbEndpointList",3159],[6,"LbConfig",3159],[5,"ApiListener",3203],[5,"Filter",3203],[5,"FilterChainMatch",3203],[5,"FilterChain",3203],[5,"ListenerFilterChainMatchPredicate",3203],[5,"ListenerFilter",3203],[5,"QuicProtocolOptions",3203],[5,"UdpListenerConfig",3203],[5,"ActiveRawUdpListenerConfig",3203],[5,"ListenerCollection",3203],[5,"Listener",3203],[6,"DrainType",3577],[6,"ConnectionSourceType",3543],[6,"ConfigType",3500],[5,"OnDemandConfiguration",3522],[5,"DeprecatedV1",3577],[5,"ConnectionBalanceConfig",3577],[5,"InternalListenerConfig",3577],[6,"ListenerSpecifier",3577],[5,"ExactBalance",3694],[6,"BalanceType",3694],[6,"ConfigType",3735],[5,"MatchSet",3757],[6,"Rule",3757],[5,"VirtualHost",3804],[5,"FilterAction",3804],[5,"Route",3804],[5,"WeightedCluster",3804],[5,"RouteMatch",3804],[5,"CorsPolicy",3804],[5,"RouteAction",3804],[5,"RetryPolicy",3804],[5,"HedgePolicy",3804],[5,"RedirectAction",3804],[5,"DirectResponseAction",3804],[5,"NonForwardingAction",3804],[5,"Decorator",3804],[5,"Tracing",3804],[5,"VirtualCluster",3804],[5,"RateLimit",3804],[5,"HeaderMatcher",3804],[5,"QueryParameterMatcher",3804],[5,"InternalRedirectPolicy",3804],[5,"FilterConfig",3804],[6,"ClusterNotFoundResponseCode",5041],[6,"InternalRedirectAction",5041],[6,"TlsRequirementType",5489],[6,"RedirectResponseCode",4746],[6,"EnabledSpecifier",4349],[6,"HeaderMatchSpecifier",4370],[6,"QueryParameterMatchSpecifier",4398],[5,"Action",4420],[5,"Override",4420],[5,"SourceCluster",4464],[5,"DestinationCluster",4464],[5,"RequestHeaders",4464],[5,"RemoteAddress",4464],[5,"GenericKey",4464],[5,"HeaderValueMatch",4464],[5,"DynamicMetaData",4464],[5,"MetaData",4464],[6,"ActionSpecifier",4464],[6,"Source",4671],[5,"DynamicMetadata",4704],[6,"OverrideSpecifier",4704],[6,"SchemeRewriteSpecifier",4746],[6,"PathRewriteSpecifier",4746],[6,"ResetHeaderFormat",4827],[5,"RetryPriority",4827],[5,"RetryHostPredicate",4827],[5,"RetryBackOff",4827],[5,"ResetHeader",4827],[5,"RateLimitedRetryBackOff",4827],[6,"ConfigType",4974],[6,"ConfigType",4995],[6,"Action",5016],[5,"RequestMirrorPolicy",5041],[5,"HashPolicy",5041],[5,"UpgradeConfig",5041],[5,"MaxStreamDuration",5041],[6,"ClusterSpecifier",5041],[6,"HostRewriteSpecifier",5041],[5,"Header",5248],[5,"Cookie",5248],[5,"ConnectionProperties",5248],[5,"QueryParameter",5248],[5,"FilterState",5248],[6,"PolicySpecifier",5248],[5,"ConnectConfig",5381],[5,"GrpcRouteMatchOptions",5403],[5,"TlsContextMatchOptions",5403],[5,"ConnectMatcher",5403],[6,"PathSpecifier",5403],[5,"ClusterWeight",5523],[6,"RandomValueSpecifier",5523],[6,"HostRewriteSpecifier",5575],[5,"DoubleMatcher",5601],[5,"RegexMatcher",5601],[5,"RegexMatchAndSubstitute",5601],[5,"StringMatcher",5601],[5,"ListStringMatcher",5601],[5,"ValueMatcher",5601],[5,"ListMatcher",5601],[5,"MetadataMatcher",5601],[6,"MatchPattern",5781],[6,"MatchPattern",5803],[5,"PathSegment",5824],[6,"Segment",5846],[5,"GoogleRe2",5867],[6,"EngineType",5867],[6,"MatchPattern",5909],[5,"NullMatch",5934],[6,"MatchPattern",5934],[5,"MetadataKey",5981],[5,"MetadataKind",5981],[5,"PathSegment",6026],[6,"Segment",6048],[5,"Request",6069],[5,"Route",6069],[5,"Cluster",6069],[5,"Host",6069],[6,"Kind",6069],[5,"CustomTag",6174],[5,"Literal",6197],[5,"Environment",6197],[5,"Header",6197],[5,"Metadata",6197],[6,"Type",6197],[5,"Percent",6309],[5,"FractionalPercent",6309],[5,"Int64Range",6309],[5,"Int32Range",6309],[5,"DoubleRange",6309],[6,"DenominatorType",6455],[5,"DiscoveryRequest",6491],[5,"DiscoveryResponse",6491],[5,"DeltaDiscoveryRequest",6491],[5,"DeltaDiscoveryResponse",6491],[5,"Resource",6491],[5,"AdsDummy",6491],[5,"AggregatedDiscoveryServiceClient",6645],[6,"CompressionEncoding",9510],[8,"BoxBody",9511],[10,"GrpcService",9512],[10,"Clone",9513],[5,"Channel",9514],[5,"Error",9515],[5,"Endpoint",9516],[10,"TryInto",9517],[5,"Streaming",9518],[5,"Response",9519],[5,"Status",9520],[17,"Message"],[10,"IntoStreamingRequest",9496],[10,"Debug",9495],[5,"InterceptedService",9521],[5,"Request",9522],[17,"Response"],[5,"Response",9523],[10,"Service",9524],[10,"Interceptor",9521],[5,"Uri",9525],[5,"AggregatedDiscoveryServiceServer",6671],[10,"AggregatedDiscoveryService",6671],[10,"Body",9526],[10,"Send",9527],[17,"StreamAggregatedResourcesStream"],[17,"DeltaAggregatedResourcesStream"],[10,"Future",9528],[5,"Box",9529],[5,"Pin",9530],[17,"Item"],[10,"Stream",9531],[5,"Arc",9532],[5,"IntoMakeService",9533],[5,"Context",9534],[6,"Poll",9535],[5,"CacheControl",6704],[5,"Status",6726],[5,"ClusterMap",6753],[5,"Cluster",6753],[5,"Locality",6753],[5,"Ipv6",6753],[5,"Host",6753],[5,"Endpoint",6753],[5,"Datacenter",6753],[5,"Filter",6753],[5,"FilterChain",6753],[6,"Inner",6956],[5,"Capture",6992],[5,"Suffix",7015],[5,"Prefix",7015],[5,"Regex",7015],[6,"Strategy",7015],[5,"Compress",7104],[6,"Mode",7128],[6,"Action",7128],[5,"ModeValue",7128],[5,"ActionValue",7128],[5,"Concatenate",7242],[6,"Strategy",7266],[5,"StrategyValue",7266],[5,"Debug",7324],[5,"Drop",7346],[5,"Firewall",7367],[5,"Rule",7390],[6,"Action",7390],[5,"PortRange",7390],[5,"LoadBalancer",7471],[6,"Policy",7493],[5,"PolicyValue",7493],[5,"LocalRateLimit",7551],[5,"Match",7574],[5,"Branch",7597],[5,"Config",7597],[5,"Pass",7643],[5,"Timestamp",7664],[5,"TokenRouter",7686],[5,"AggregatedControlPlaneDiscoveryServiceClient",7710],[5,"AggregatedControlPlaneDiscoveryServiceServer",7736],[10,"AggregatedControlPlaneDiscoveryService",7736],[6,"KnownRegex",7769],[5,"FieldRules",7769],[5,"FloatRules",7769],[5,"DoubleRules",7769],[5,"Int32Rules",7769],[5,"Int64Rules",7769],[5,"UInt32Rules",7769],[5,"UInt64Rules",7769],[5,"SInt32Rules",7769],[5,"SInt64Rules",7769],[5,"Fixed32Rules",7769],[5,"Fixed64Rules",7769],[5,"SFixed32Rules",7769],[5,"SFixed64Rules",7769],[5,"BoolRules",7769],[5,"StringRules",7769],[5,"BytesRules",7769],[5,"EnumRules",7769],[5,"MessageRules",7769],[5,"RepeatedRules",7769],[5,"MapRules",7769],[5,"AnyRules",7769],[5,"DurationRules",7769],[5,"TimestampRules",7769],[1,"f32"],[1,"f64"],[1,"i64"],[1,"u64"],[1,"u8"],[1,"slice"],[6,"WellKnown",8544],[6,"Type",8567],[6,"WellKnown",8608],[6,"PackageVersionStatus",8642],[5,"FileStatusAnnotation",8642],[5,"MessageStatusAnnotation",8642],[5,"FieldStatusAnnotation",8642],[5,"StatusAnnotation",8642],[5,"TypedExtensionConfig",8765],[5,"Authority",8765],[5,"ContextParams",8765],[5,"ResourceLocator",8765],[5,"CollectionEntry",8765],[5,"ResourceName",8765],[6,"Scheme",8949],[5,"InlineEntry",8904],[6,"ResourceSpecifier",8904],[5,"Directive",8949],[6,"ContextParamSpecifier",8949],[6,"Directive",9026],[5,"RegexMatcher",9050],[5,"StringMatcher",9050],[5,"ListStringMatcher",9050],[5,"Matcher",9050],[5,"OnMatch",9140],[5,"MatcherList",9140],[5,"MatcherTree",9140],[6,"MatcherType",9140],[5,"Predicate",9229],[5,"FieldMatcher",9229],[5,"SinglePredicate",9273],[5,"PredicateList",9273],[6,"MatchType",9273],[6,"Matcher",9341],[5,"MatchMap",9363],[6,"TreeType",9363],[6,"OnMatch",9407],[5,"GoogleRe2",9429],[6,"EngineType",9429],[6,"MatchPattern",9470]],"r":[],"b":[],"c":"OjAAAAEAAAAAACgAEAAAAKMB6AHxBPIE8wT0BPUEIgaaB6AJ/wogC2MLmwvqDF4NoQ3sDUAO/g8NEBAQQBBBEFMSvBIwEykUKhSGFQoX/BhMGRgcGRyDHAwdZh2sHwgiJCM=","e":"OzAAAAEAAJ8fgAIAAB4AIQBbAH4ALwCvABMA0gAOAOIAAADyABIABgEBAAkBAAAMAVQAYwEBAGYBAABoAQAAagEWAIMBAQCGAQAAiAEAAIoBCACUAQ0ApAEAAKYBAACoAQAAqgENALoBAQC9AQAAvwEAAMEBFgDZAQ0A6QEAAOsBAADtAQAA7wFXAEgCCQBTAgAAVgIBAFkCAQBgAlgBugMIAMQDcQA3BEcAgAQ5APYENgAzBQcAPAUAAD4FAABABQMARgUAAEgFDwCPBTcAzAUvAP0FAAAABgUABwYGABIGAAAbBgIAHwYAACEGPwBjBgEAZga0ABwHQgBhBwEAZAcAAGYHAABoBw8AeQcBAHwHDQCLBw0AmwcAAJ0HAACfBwAAoQcRALUHAQC4BwAAugcAALwHDgDNBwEA0AcAANIHAADUBwsA4gcBAOUHAADnBwAA6QcLAPcHAQD6BwAA/AcAAP4HIwAjCAEAJggFAC8IAgA2CAIAOgghAF0IAABgCCkAjwgEAJkIUgDtCAMA8ggJAAEJBAALCQUAEwknAD0JAQBACQAAQgkAAEQJDwBVCQAAVwkEAF0JCQBpCQEAbAkAAG4JAABwCQ0AgAkBAIMJAACFCQAAhwkIAJEJDQChCQAAowkAAKUJAACnCUMA7AkBAO8JBgD3CQYA/wkQABgKCQAqCggANAoBADcKCQBCCi4AcwoBAHYKAAB4CgAAegoMAIkKAQCMCgAAjgoAAJAKDwChCgEApQoVALwKAAC+CgMAxAoBAMgKAQDLChQA4QoBAOQKCgDwCg0AAAsAAAILAAAECwAABgsJABELDQAhCwAAIwsAACULAAAnCw0ANwsBADoLAAA8CwAAPgsKAEoLDQBaCwYAZAsBAGcLAABqCwEAbgsSAIILDQCSCwYAnAsBAJ8LAACiCwEApgsSALsLAQC+CwAAwAsAAMILKgDuCwcA+gsEAAAMAgAHDAQADQwFABQMAgAYDB4AOAwBADsMDgBMDAEATwwAAFEMAABTDBQAaQwAAGsMAwBxDAEAdQwCAHkMdADvDBoADQ0PACgNDABADQoATg0SAGQNAgBoDQ8AeQ07ALcNAQC6DQAAvA0AAL4NDwDPDQAA0Q0KAN0NDQDtDQAA7w0AAPENAADzDQ4AAw4gACUOAwAqDgIALg4MAEEOBABHDgAATQ4EAFQOKQB/DgAAgQ4DAIcOAQCLDgEAjg4RAKIOAQClDgAApw4AAKkOFwDCDgAAxA4DAMoOAQDODgEA0Q6kAHcPBQB+D1YA6Q8XAAIQDAAQEAEAJhAwAFgQAgBcEAIAYBACAGQQBgBsEAAAbhALAHsQBACDEAMAjBBbAOkQEwD+EAYABxEBAAoRAAAMEQAADhESACMRAQAmEQAAKBEAACoRDAA5EQEAPBEAAD4RAABAEQYASBEUAF8RAQBjEQEAZhFhAMkRBwDSERIA7hEKAAISCAANEgEAEBIAABISMABEEg0AVBIAAFYSAABYEgAAWhIVAHESAABzEgMAeRIBAH0SAQCAEhcAmRISALASCAC9EgIAwRIAAMUSAgDLEhgA5RJCACkTAAAxEwUAOBMAAD8TBQBGEwYAUBMlAHgTAQB7EwAAfRMAAH8TCwCNEwEAkBMAAJITAACUEw8AphMBAKkTAACrEwAArRMYAMgTOgAFFAMACxQVACsUBwA1FAMAQhQHAEwUAABPFCcAeBQ7ALUUBAC7FAsAzRQGANoUBgDiFC8AExUAABUVKAA/FQIAQxUHAE8VAwBXFQMAXBUZAHcVDQCHFQAAiRUAAIsVAACNFRUApBUAAKYVAACoFQMArhUCALMVAQC2FRgA0RUBANQVAADWFQAA2BVJACMWGQBFFggAVhYIAGAWAwBlFgMAaxYhAI4WDwCgFgEAoxYAAKUWAACnFgsAtRYBALgWAAC6FgAAvBYPAM0WAADPFgAA0RYMAOAWAQDjFgAA5RYAAOcWEwD8FgAA/hYDAAQXAQAIFwIADBcUACMXAQAmFwAAKBcAACoXGABEFwAARhcDAEwXAQBQFwEAUxcgAHYXAQB6FwMAgBcVAJcXAACZFwAAmxcMAKoXAQCtFwAArxcAALEXLgDhFwMA5hcJAPUXBAD/FwQABRggACcYAwAsGAAALhg0AGQYAwBpGAkAeBgEAIIYBQCJGCUAsBgrAN0YFwD9GAUABBkAAAsZBQASGQEAFRkmAD0ZDQBNGQAATxkAAFEZAABTGQ4AZBlCAK0ZBgC6GQsAxxkuAPgZBAD+GQEAARoAAAMaAAAGGgAACRoGABUaCAAfGgEAIhoBACYaAgArGhEAPhoAAEAaEwBVGgAAVxpKAKMaJwDUGggA3hoEAOwaCAD2Gj8AOBsBADsbAAA9GwAAPxsUAFUbBwBeGwAAYBsoAIobAgCOGwcAmhsDAKIbAwCnGyAAyRsDAM4bAADQGxEA5BsvABocAwAgHAEAJhwDACwcAQAwHBEARBwOAFQcAwBZHAAAWxwMAGkcFwCEHAEAhxwAAIocAQCNHAAAjxwIAJkcDgCpHAEArBwRAL8cAADBHBAA0xwAANUcAADXHAwA5RwAAOccIQANHQIAER0AABUdAgAZHQMAHh0cADwdAAA+HQAAQB0KAEwdFwBnHQEAah0AAG0dAQBwHQAAch0IAHwdDgCMHQAAjh0TAKMdAAClHQAApx0fAMkdAQDNHRkA6B0AAOodEQD9HQAA/x0SABMeAAAVHgcAIR4EACgeAAAqHgAALB4AAC8eAAAyHgYAPh4GAEYeAABIHgEASx4BAE8eAgBUHiAAdh4vAKceYQAZHxEALR8ZAEgfMgB8HxcArR8XANIfDQDhHwAA7h8OAA0gIABGIBcAXyABAGMgAQBmIAAAcyANAIIgAACPIA0AniAAAKAgAACjIAEApiABAKkgAACrIAAAriABALEgAACzIAAAtSASAMogAQDOIAEA1CADANkgAADbIAAA3yBjAEQhJQBsIQEAbyEAAHEhAABzIR8AlSEBAJghAACaIQAAnCEUALMhAQC2IQAAuCEAALohEQDNITUACSIEAA8iAAAVIgQAHCIBAB8iSgBrIhoAjCIHAJoiCACkIgIAqCIAAKoiLgDaIgAA3CIDAOIiAQDmIgEA6SITAP4iFAAUIwAAFiMAABgjCAAlIwIAKSMAAC0jAgAyIxgATSMBAFAjAABSIwAAVCMzAIwjBACVIwQAmyMDAKEjMwDWIwIA2iMHAOYjBADvIwMA9SMAAPgjKwAmJAEAKiQDAC8kJABVJAEAWCQFAGEkAwBoJAMAbSQAAG8kFgCIJAEAiyQAAI0kAACPJBUApiQAAKgkAwCuJAEAsiQCALYkEQDKJAEAzSQAAM8kAADRJBMA5iQAAOgkAwDuJAEA8iQBAPUkFAAMJQEADyUAABElAAATJQQA"}],\ ["quilkin_xds",{"t":"EEPPICCCCCCCCCCCCIFFIRRKNNNNNNNNNMNNNNNNNNNNNNMNNNNNNNNNFFFKFFIMNMNNNNNNNNNNMNNNNNNNHMMNNNNNNNNNNHNNNOMOONOOONNNNNNNNNNNNNNNNNNONNOONNNNNFFFFGPFFFPFFPPPPFFFPFFPFFFFGFPPFFFFPFFFPFPPPFFPFPFFFFGGFFFFFFFFFFFPPGFFFPPPFPPFOCOOOOOOOOOOCOCOOOOOOOOOCOOOOOOOOOCOOOOOOOOOCOOCOOOCOOOCOOCOOOOCCOCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOCOOOOOOOOOOOOOCOCCOOOOOOOOOOOOOOOCOOOOOOOOOOOOOOGPPPFOOPPGPPPPPPGPPPPPPPGGPGPFPFPGOOOOOOOCOOOFFFFFOCOCCOOOOPGPPPFPFPFFPOOOOOOOCOOOOOOOOGPFCOPPGGPPPPPGPFPFPGFPFFFPFOOOOCOOOOOOCOOOOOOOOOOGPPGPFOCGFPPFOOPPGPPPGPGPGPGPPPPGPPPGGPFFFFFFCCOOOOOOOOOOOOOOCOOOOOOOOOOOOOOOOOFKFRRMMFOCCCCCCCCCCCCCCFFFFFFFFFFFFFFFNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONOONONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNPPPGPPPPPPPPPNNNNNNNNNNNNNNNNNNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFFFFGPFFFPFFPPPPFFFPFFPFFFFGFPPFFFFPFFFPFPPPFFPFPFFFFGGFFFFFFFFFFFPPGFFFPPPFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCOOOOOOOOOOCOCNOONOONNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNCOOOOOOOOOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNOOCONOCOOOOCCOCOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNNNNOOOOOOONOCNOOOOOONOOOOOOOCNNNONNNNNNCCOOONONOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGPPPNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNONNONNNNNPPGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPPPNNNNNNNNNNNNNNNNNNNNPPPPGNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNFPFPGNNNONNNNNNOOONNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNCNNNNNNNOOONNNNNNNNNNNNNNNFFFFFNNNNNONNNNNNNNNNCOCCNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPGPPPFPFPFFPNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNCONPPGNNNNNNNNNNNNNNNNNNNNGPPPNNNNNNNNNNNNNNNNNNNNPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPFPGFPFFFPFNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONOOCOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNOCNNNNNNNGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNONNNNNNONPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGNNNNNNNNNNNNNNNNNNNNPGPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNCFFFFNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNONOOONNNNNNNNOCOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNONNONNNNNPPGNNNNNNNNNNNNNNNNNNNNGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNCFFFFFFFFFFFNNNNNNNNNNNOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNOOOOONOOOONNNNNNNNNNNONNNNNNNNNNNCCCOOOONNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNCCCOOOOOOOOOOOOOOOOOOONNNOOONOOOOONNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNONNNNNPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPFGPFGPNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNNPPPFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNCFFFFFFFFFFFFFFFFFFFFNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOCOONNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCOOOOOOOOOOOOONOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOONOOOCOOOCOOOCOOOOOOONONOOOOOOOOOOOOCOOOOOCCCOOOONNNNNOOOOOONNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCNNNNNNNNNNNNNNNNNNNNCGPNNNNNNNNNNNNNNNNNNNNPPGPPPPPPNNNNNNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNNFFNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNGFPFPPFPFPFPFPFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNCOONONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNPPPPGPPGPPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFGFFFPPNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONOCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNGPPPPPNNNNNNNNNNNNNNNNNNNNPPPGGPPFPPPGGFPPFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNCNNNNNNNNNNNNNNNNNNONNNNOOONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNFPFPFPFPGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONOOOOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNFNONNNNNNNNNNNNNNONNNNNFPFPGPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFPGNNNNNNNNNNNNNOCNNNNNNNNNNNNONNNNNOOOOOONNNNNNNNONNOPGNNNNNNNNNNNNNNNNNNNNCCCCCFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNOCOOOOCOOOOCCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNCONNNNNPGNNNNNNNNNNNNNNNNNNNNGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPGPPPNNNNNNNNNNNNNNNNNNNNPPPGFPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCCONNNNNNNNNNFNNNNNNNNNNNNNNNCONNNNNPGNNNNNNNNNNNNNNNNNNNNFPFPGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCFNNNNNNNCNNNNNNNNONNNONNFPFFPFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNONNNNNGFFPPPFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOOONNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOOONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCFFFFFFNNNNNNCCONNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNOOOOOOCOOOOOOOOONNNNNNNNNNNNNNNNNNONNNNNNOOOOOOONNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFRRNNNNNNNNNMNNNNNNNNNNNNNMNNNNNNFNNNNNNNNONNNNNNNNNNNNCFNNNNNNNONONNNNNNNONNNNNCCCCFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNONNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNCOOOOONNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGPPPNNNNNNNNNNNNNNNNNNNNCCCCCCCCCCCCCFNNNCNNNNNNNNNNNNOONNNNNFPFPGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNCFNNNNNNNCNNNNNNNNOOONNNNNGFPPPPGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNCFNNNONNNNCNNNNNNNNOONNNNNPPPGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNCFNNNNNNNNNNNNNONNNNNNNCFNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNCNNNNNOONNNNNGPPFFNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONONNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNNCONNNNNPGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNCFNNNNNNNNNNNNNNNOONNNNNCFNNNNNNNNNNNNNNNCOONNNNNFFNNNNNNONNNNNNNNNNNNNNOONNNNNNNNNNONNNNNNNNONNCFNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNNNNNNONNNNNCFNNNNNNNNNNNNNNNONNNNNCCCFNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFRRNNNNNNNNNMNNNNNNNNNNNNNMNNNNNNFFFFFFFFFFPPFFGFFFFFFFFFFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNOONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOONONNNNNNNNNNNNOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONONNNNNNNNNNNNOOOOOOOOOOOOOONONNNNNNNNNNNNOOOOOOOOOOOOOONONONNOONOONONONNOONONONOOOOOOOOOOOOOOOOOONNNOONNOONNNNOOOONONOCNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOOOPPPGNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPPPPPPGPPNNNNNNNNNNNNNNNNNNNNPPPPPPPPPGPNNNNNNNNNNNNNNNNNNNNCCCCPFFPFPGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCFFFFFFNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNOOOCOOONONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNFPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNONNGFPPPGPNNNNNNNNNNNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNNCCFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONNNNNNNNOCOOOOCCNNNNNNNNNNNNNNNNNNNNFPFPGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNCCONCONNNNONNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOCONNNNNNNNNNPGPPFFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNONOCNNNNNNNNNNNNNNNPGPNNNNNNNNNNNNNNNNNNNNPPFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPGNNNNNNNNNNNNNNNNNNNNGFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGPPPNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFOOOOOOOOOOOOOOOOOOOOOOOCCCOOOOOOOCCCOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOPGPFOPGPPFPFGPFGPOOCGFPPGPPPPFPPGOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNHHNNNNFNNNNNNNNNNNNNFFFFFFFFFOOOOOCOOOOOOOOOOOOOOOGPPPFNNNNNNONNNNNNONNONNNNNNNNNNPGPGPP","n":["AdsClient","Client","Err","Ok","Result","client","config","core","discovery","generated","listener","locality","metrics","net","proto","server","socket_address","AdsClient","Client","DeltaSubscription","MdsClient","Request","Response","ServiceClient","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","clone_to_uninit","connect","connect_to_endpoint","delta_stream","delta_stream","delta_subscribe","delta_subscribe","drop","from","from","from_ref","into","into","into_request","into_request","stream_requests","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","AwaitingAck","ClientState","ClientTracker","Configuration","DeltaDiscoveryRes","LocalVersions","VersionMap","allow_request_processing","apply_ack","apply_delta","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","delta_discovery_request","from","from","from","from","from","get","get_state","handle_delta_discovery_responses","identifier","interested_resources","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","max_grpc_message_size","needs_ack","new","new","node_id","on_changed","removed","removed","reset","resource_type","resources","subscribed","track_client","track_state","tracked_resources","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","type_url","update","version_matches","versions","versions","vzip","vzip","vzip","vzip","vzip","Address","AggregatedConfigSource","AlternateProtocolsCacheOptions","ApiConfigSource","ApiVersion","Auto","BindConfig","CidrRange","ConfigSource","Connect","ControlPlane","DataSource","Default","Degraded","Delete","Draining","EnvoyInternalAddress","EventServiceConfig","ExtensionConfigSource","Get","GrpcProtocolOptions","GrpcService","Head","HeaderMap","HeaderValue","HeaderValueOption","HealthCheck","HealthStatus","HealthStatusSet","Healthy","High","Http1ProtocolOptions","Http2ProtocolOptions","Http3ProtocolOptions","HttpProtocolOptions","Inbound","KeepaliveSettings","Locality","Metadata","MethodUnspecified","Node","Options","Outbound","Patch","PathConfigSource","Pipe","Post","ProxyProtocolConfig","Put","QueryParameter","QuicKeepAliveSettings","QuicProtocolOptions","RateLimitSettings","RequestMethod","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","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","append","append_action","apply_default_config_without_warming","authorities","auto_san_validation","auto_sni","cluster","cluster_names","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_config","default_host_for_http_10","default_value","default_value","default_value","default_value","default_value","description","enable_trailers","envoy_internal_address","event_log_path","event_service","event_service_config","fill_rate","filter_metadata","freebind","grpc_service","grpc_services","header","header_key_format","header_value_option","headers","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","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","ipv4_compat","keepalive_interval","keepalive_probes","keepalive_time","key","key","key_value_store_config","level","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_outbound_control_frames","max_outbound_frames","max_requests_per_connection","max_rx_datagram_size","max_stream_duration","max_tokens","metadata","mode","name","name","name","name","no_traffic_healthy_interval","no_traffic_interval","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","path","path","path","port_specifier","prefer_gro","prefix_len","prepopulated_entries","protocol","proxy_protocol_config","quic_protocol_options","rate_limit_settings","refresh_delay","region","request_timeout","resolver_name","resource_api_version","reuse_connection","runtime_key","runtime_key","runtime_key","runtime_key","runtime_key","scheme_header_transformation","set_node_on_first_message_only","socket_address","socket_option","socket_options","source_address","specifier","state","statuses","stream_error_on_invalid_http_messaging","sub_zone","target_specifier","timeout","timeout","timeout","tls_options","transformation","transport_api_version","transport_api_version","transport_socket","transport_socket_match_criteria","type_urls","typed_config","typed_filter_metadata","unhealthy_edge_interval","unhealthy_interval","unhealthy_threshold","user_agent_name","value","value","value","version","watched_directory","zone","Address","EnvoyInternalAddress","Pipe","SocketAddress","AlternateProtocolsCacheEntry","hostname","port","AggregatedDeltaGrpc","AggregatedGrpc","ApiType","DeltaGrpc","DeprecatedAndUnavailableDoNotUse","Grpc","Rest","Ads","ApiConfigSource","ConfigSourceSpecifier","Path","PathConfigSource","Self_","EnvironmentVariable","Filename","InlineBytes","InlineString","Specifier","AddressNameSpecifier","ServerListenerName","ConfigSourceSpecifier","GrpcService","EnvoyGrpc","EnvoyGrpc","GoogleGrpc","GoogleGrpc","TargetSpecifier","authority","call_credentials","channel_args","channel_credentials","cluster_name","config","credentials_factory_name","google_grpc","per_stream_buffer_limit_bytes","stat_prefix","target_uri","CallCredentials","ChannelArgs","ChannelCredentials","GoogleLocalCredentials","SslCredentials","args","call_credentials","cert_chain","channel_args","channel_credentials","credential_specifier","credential_specifier","private_key","root_certs","AccessToken","CredentialSpecifier","FromPlugin","GoogleComputeEngine","GoogleIam","GoogleIamCredentials","GoogleRefreshToken","MetadataCredentialsFromPlugin","ServiceAccountJwtAccess","ServiceAccountJwtAccessCredentials","StsService","StsService","actor_token_path","actor_token_type","audience","authority_selector","authorization_token","config_type","json_key","metadata_credentials_from_plugin","name","requested_token_type","resource","scope","subject_token_path","subject_token_type","token_exchange_service_uri","token_lifetime_seconds","ConfigType","TypedConfig","Value","value","value_specifier","IntValue","StringValue","ValueSpecifier","CredentialSpecifier","GoogleDefault","LocalCredentials","SslCredentials","AddIfAbsent","AppendIfExistsOrAdd","HeaderAppendAction","OverwriteIfExistsOrAdd","CustomHealthCheck","CustomHealthCheck","GrpcHealthCheck","GrpcHealthCheck","HealthChecker","HttpHealthCheck","HttpHealthCheck","Payload","RedisHealthCheck","TcpHealthCheck","TcpHealthCheck","TlsOptions","alpn_protocols","authority","codec_client_type","config_type","custom_health_check","expected_statuses","host","initial_metadata","key","name","path","payload","payload","receive","receive","request_headers_to_add","request_headers_to_remove","retriable_statuses","send","send","service_name","service_name_matcher","ConfigType","TypedConfig","Binary","Payload","Text","HeaderKeyFormat","header_format","header_key_format","HeaderFormat","ProperCaseWords","ProperCaseWords","StatefulFormatter","SettingsParameter","identifier","value","Allow","DropHeader","HeadersWithUnderscoresAction","RejectRequest","V1","V2","Version","SchemeToOverwrite","Transformation","NamedPort","PortSpecifier","PortValue","Protocol","Tcp","Udp","BufValue","IntValue","SocketState","StateBound","StateListening","StatePrebind","Value","ConfigType","TypedConfig","AdsDummy","DeltaDiscoveryRequest","DeltaDiscoveryResponse","DiscoveryRequest","DiscoveryResponse","Resource","aggregated_discovery_service_client","aggregated_discovery_service_server","aliases","cache_control","canary","control_plane","control_plane","error_detail","error_detail","initial_resource_versions","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","ttl","type_url","type_url","type_url","type_url","version","version_info","version_info","AggregatedDiscoveryServiceClient","AggregatedDiscoveryService","AggregatedDiscoveryServiceServer","DeltaAggregatedResourcesStream","StreamAggregatedResourcesStream","delta_aggregated_resources","stream_aggregated_resources","CacheControl","do_not_cache","envoy","google","quilkin","validate","xds","config","kind","service","accesslog","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","Address","AggregatedConfigSource","AlternateProtocolsCacheOptions","ApiConfigSource","ApiVersion","Auto","BindConfig","CidrRange","ConfigSource","Connect","ControlPlane","DataSource","Default","Degraded","Delete","Draining","EnvoyInternalAddress","EventServiceConfig","ExtensionConfigSource","Get","GrpcProtocolOptions","GrpcService","Head","HeaderMap","HeaderValue","HeaderValueOption","HealthCheck","HealthStatus","HealthStatusSet","Healthy","High","Http1ProtocolOptions","Http2ProtocolOptions","Http3ProtocolOptions","HttpProtocolOptions","Inbound","KeepaliveSettings","Locality","Metadata","MethodUnspecified","Node","Options","Outbound","Patch","PathConfigSource","Pipe","Post","ProxyProtocolConfig","Put","QueryParameter","QuicKeepAliveSettings","QuicProtocolOptions","RateLimitSettings","RequestMethod","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","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","authorities","auto_san_validation","auto_sni","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","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","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_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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_config","default_host_for_http_10","default_value","default_value","default_value","default_value","default_value","description","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","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","event_log_path","event_service","event_service_config","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","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_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_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","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_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","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_outbound_control_frames","max_outbound_frames","max_requests_per_connection","max_rx_datagram_size","max_stream_duration","max_tokens","metadata","mode","name","name","name","name","no_traffic_healthy_interval","no_traffic_interval","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","resource_api_version","resource_api_version","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","socket_address","socket_option","socket_options","source_address","specifier","state","state","statuses","statuses","stream_error_on_invalid_http_messaging","sub_zone","target_specifier","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","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_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_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","user_agent_name","value","value","value","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","watched_directory","zone","Address","EnvoyInternalAddress","Pipe","SocketAddress","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","Ads","ApiConfigSource","ConfigSourceSpecifier","Path","PathConfigSource","Self_","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","V1","V2","Version","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","encode","encoded_len","eq","eq","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","encode","encoded_len","eq","eq","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","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","v3","Endpoint","LbEndpoint","LedsClusterLocalityConfig","LocalityLbEndpoints","__clone_box","__clone_box","__clone_box","__clone_box","address","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","endpoint","eq","eq","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","health_check_config","health_status","health_status","host_identifier","hostname","into","into","into","into","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","priority","proximity","set_health_status","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","vzip","vzip","vzip","vzip","HealthCheckConfig","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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_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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","CorsPolicy","Decorator","DirectResponseAction","FilterAction","FilterConfig","HeaderMatcher","HedgePolicy","InternalRedirectPolicy","NonForwardingAction","QueryParameterMatcher","RateLimit","RedirectAction","RetryPolicy","Route","RouteAction","RouteMatch","Tracing","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","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_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","client_sampling","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_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cluster_not_found_response_code","cluster_not_found_response_code","cluster_specifier","clusters","config","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","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","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","expose_headers","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_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_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_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_grpc_timeout","max_internal_redirects","max_internal_redirects","max_stream_duration","metadata","metadata_match","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_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_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","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_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","typed_per_filter_config","typed_per_filter_config","upgrade_configs","virtual_clusters","virtual_host","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","encode","encode","encoded_len","encoded_len","eq","eq","eq","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","matcher","metadata","tracing","v3","v3","DoubleMatcher","ListMatcher","ListStringMatcher","MetadataMatcher","RegexMatchAndSubstitute","RegexMatcher","StringMatcher","ValueMatcher","__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_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_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","engine_type","eq","eq","eq","eq","eq","eq","eq","eq","filter","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","ignore_case","into","into","into","into","into","into","into","into","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","metadata_matcher","path","pattern","patterns","regex","regex_matcher","string_matcher","substitution","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","value","value_matcher","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Exact","MatchPattern","Range","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","default","default","default","default","denominator","denominator","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","end","end","end","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fractional_percent","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","numerator","partial_cmp","set_denominator","start","start","start","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","value","vzip","vzip","vzip","vzip","vzip","vzip","DenominatorType","Hundred","Million","TenThousand","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","clone_to_uninit","clone_to_uninit","cmp","compare","default","eq","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","discovery","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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_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","clone_to_uninit","connect","connect_to_endpoint","delta_aggregated_resources","fmt","from","from_ref","into","into_request","max_decoding_message_size","max_encoding_message_size","new","send_compressed","stream_aggregated_resources","stream_requests","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","clone_to_uninit","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","clone_to_uninit","default","do_not_cache","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","rpc","Status","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","code","default","details","encoded_len","eq","fmt","from","from_ref","into","into_request","message","to_owned","try_from","try_into","type_id","vzip","config","filters","relay","v1alpha1","Cluster","ClusterMap","Datacenter","Endpoint","Filter","FilterChain","Host","Ipv6","Locality","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clusters","config","config","default","default","default","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","endpoints","eq","eq","eq","eq","eq","eq","eq","eq","eq","filters","first","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","host","host","host","host2","icao_code","inner","into","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","label","label","locality","metadata","name","port","qcmp_port","region","second","sub_zone","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zone","Inner","Ipv4","Ipv6","Name","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","capture","compress","concatenate","debug","drop","firewall","load_balancer","local_rate_limit","matches","pass","timestamp","token_router","v1alpha1","Capture","__clone_box","borrow","borrow_mut","capture","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","metadata_key","strategy","to_owned","try_from","try_into","type_id","vzip","Prefix","Prefix","Regex","Regex","Strategy","Suffix","Suffix","__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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","regex","remove","remove","size","size","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","vzip","vzip","vzip","vzip","v1alpha1","Compress","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","compress","default","encoded_len","eq","fmt","from","from_ref","into","into_request","mode","on_read","on_write","to_owned","try_from","try_into","type_id","vzip","Action","ActionValue","Compress","Decompress","DoNothing","Lz4","Mode","ModeValue","Snappy","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","as_str_name","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","cmp","compare","compare","default","default","default","default","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_i32","from_i32","from_ref","from_ref","from_ref","from_ref","from_str_name","from_str_name","hash","hash","into","into","into","into","into_request","into_request","into_request","into_request","is_valid","is_valid","partial_cmp","partial_cmp","set_value","set_value","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","type_id","type_id","type_id","type_id","value","value","value","value","vzip","vzip","vzip","vzip","v1alpha1","Concatenate","__clone_box","borrow","borrow_mut","bytes","clear","clone","clone_into","clone_to_uninit","concatenate","default","encoded_len","eq","fmt","from","from_ref","into","into_request","on_read","on_write","to_owned","try_from","try_into","type_id","vzip","Append","DoNothing","Prepend","Strategy","StrategyValue","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","encoded_len","eq","eq","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","partial_cmp","set_value","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","value","value","vzip","vzip","v1alpha1","Debug","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","id","into","into_request","to_owned","try_from","try_into","type_id","vzip","v1alpha1","Drop","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","v1alpha1","Firewall","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","firewall","fmt","from","from_ref","into","into_request","on_read","on_write","to_owned","try_from","try_into","type_id","vzip","Action","Allow","Deny","PortRange","Rule","__clone_box","__clone_box","__clone_box","action","action","as_str_name","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","default","encoded_len","encoded_len","eq","eq","eq","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","max","min","partial_cmp","ports","set_action","sources","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","v1alpha1","LoadBalancer","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","load_balancer","policy","to_owned","try_from","try_into","type_id","vzip","Hash","Policy","PolicyValue","Random","RoundRobin","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","encoded_len","eq","eq","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","partial_cmp","set_value","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","value","value","vzip","vzip","v1alpha1","LocalRateLimit","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","max_packets","period","to_owned","try_from","try_into","type_id","vzip","v1alpha1","Match","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","match","on_read","on_write","to_owned","try_from","try_into","type_id","vzip","Branch","Config","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","branches","clear","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","default","default","encoded_len","encoded_len","eq","eq","fallthrough","filter","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","metadata_key","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","value","vzip","vzip","v1alpha1","Pass","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","v1alpha1","Timestamp","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","metadata_key","to_owned","try_from","try_into","type_id","vzip","v1alpha1","TokenRouter","__clone_box","borrow","borrow_mut","clear","clone","clone_into","clone_to_uninit","default","encoded_len","eq","fmt","from","from_ref","into","into_request","metadata_key","to_owned","try_from","try_into","type_id","vzip","v1alpha1","aggregated_control_plane_discovery_service_client","aggregated_control_plane_discovery_service_server","AggregatedControlPlaneDiscoveryServiceClient","__clone_box","accept_compressed","borrow","borrow_mut","clone","clone_into","clone_to_uninit","connect","connect_to_endpoint","delta_aggregated_resources","fmt","from","from_ref","into","into_request","max_decoding_message_size","max_encoding_message_size","new","send_compressed","stream_aggregated_resources","stream_requests","to_owned","try_from","try_into","type_id","vzip","with_interceptor","with_origin","AggregatedControlPlaneDiscoveryService","AggregatedControlPlaneDiscoveryServiceServer","DeltaAggregatedResourcesStream","StreamAggregatedResourcesStream","__clone_box","accept_compressed","borrow","borrow_mut","call","call","clone","clone_into","clone_to_uninit","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","AnyRules","BoolRules","BytesRules","DoubleRules","DurationRules","EnumRules","FieldRules","Fixed32Rules","Fixed64Rules","FloatRules","HttpHeaderName","HttpHeaderValue","Int32Rules","Int64Rules","KnownRegex","MapRules","MessageRules","RepeatedRules","SFixed32Rules","SFixed64Rules","SInt32Rules","SInt64Rules","StringRules","TimestampRules","UInt32Rules","UInt64Rules","Unknown","__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","as_str_name","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","bytes_rules","clear","clear","clear","clear","clear","clear","clear","clear","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","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_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","const","contains","contains","contains","contains","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","defined_only","defined_only","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","eq","equivalent","equivalent","equivalent","field_rules","fmt","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","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_str_name","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt","gt_now","gt_now","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","gte","hash","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","ignore_empty","in","in","in","in","in","in","in","in","in","in","in","in","in","in","in","in","in","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","is_valid","items","keys","len","len","len","len","len_bytes","len_bytes","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt","lt_now","lt_now","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","lte","max_bytes","max_bytes","max_items","max_items","max_len","max_len","max_len","max_len","max_pairs","max_pairs","message","min_bytes","min_bytes","min_items","min_items","min_len","min_len","min_len","min_len","min_pairs","min_pairs","no_sparse","no_sparse","not_contains","not_contains","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","not_in","partial_cmp","pattern","pattern","pattern","pattern","prefix","prefix","prefix","prefix","required","required","required","required","required","required","required","required","skip","skip","strict","strict","string_rules","suffix","suffix","suffix","suffix","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","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unique","unique","values","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","well_known","well_known","within","Ip","Ipv4","Ipv6","WellKnown","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","Any","Bool","Bytes","Double","Duration","Enum","Fixed32","Fixed64","Float","Int32","Int64","Map","Repeated","Sfixed32","Sfixed64","Sint32","Sint64","String","Timestamp","Type","Uint32","Uint64","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","Address","Email","Hostname","Ip","Ipv4","Ipv6","Uri","UriRef","Uuid","WellKnown","WellKnownRegex","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","annotations","core","kind","v3","Active","FieldStatusAnnotation","FileStatusAnnotation","Frozen","MessageStatusAnnotation","NextMajorVersionCandidate","PackageVersionStatus","StatusAnnotation","Unknown","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","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","package_version_status","package_version_status","partial_cmp","set_package_version_status","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","work_in_progress","work_in_progress","work_in_progress","work_in_progress","v3","Authority","CollectionEntry","ContextParams","ResourceLocator","ResourceName","TypedExtensionConfig","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","authority","authority","borrow","borrow","borrow","borrow","borrow","borrow","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_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","collection_entry","context","context_param_specifier","default","default","default","default","default","default","directives","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","id","id","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","name","name","params","resource_locator","resource_specifier","resource_type","resource_type","scheme","scheme","set_scheme","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","type_id","type_id","type_id","type_id","type_id","type_id","typed_config","vzip","vzip","vzip","vzip","vzip","vzip","InlineEntry","InlineEntry","Locator","ResourceSpecifier","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","clone_to_uninit","clone_to_uninit","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","name","resource","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","version","vzip","vzip","ContextParamSpecifier","Directive","ExactContext","File","Http","Scheme","Xdstp","__clone_box","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","cmp","compare","default","default","directive","directive","encode","encoded_len","encoded_len","eq","eq","eq","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","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","Alt","Directive","Entry","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","matcher","v3","ListStringMatcher","Matcher","RegexMatcher","StringMatcher","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","engine_type","eq","eq","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","ignore_case","into","into","into","into","into_request","into_request","into_request","into_request","match_pattern","matcher","matcher_type","on_no_match","patterns","regex","regex_matcher","string_matcher","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","vzip","vzip","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","clone_to_uninit","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","clone_to_uninit","clone_to_uninit","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","Contains","Exact","MatchPattern","Prefix","SafeRegex","Suffix","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","encode","encoded_len","eq","fmt","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","ActiveRawUdpListenerConfig","ApiListener","Filter","FilterChain","FilterChainMatch","Listener","ListenerCollection","ListenerFilter","ListenerFilterChainMatchPredicate","QuicProtocolOptions","UdpListenerConfig","access_log","address","address_suffix","api_listener","api_listener","application_protocols","bind_to_port","config_type","config_type","connection_balance_config","continue_on_listener_filters_timeout","crypto_handshake_timeout","crypto_stream_config","default_filter_chain","deprecated_v1","destination_port","direct_source_prefix_ranges","downstream_socket_config","drain_type","enable_mptcp","enable_reuse_port","enabled","entries","filter","filter_chain","filter_chain_match","filter_chain_match","filter_chains","filter_disabled","filters","freebind","idle_timeout","ignore_global_conn_limit","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","socket_options","source_ports","source_prefix_ranges","source_type","stat_prefix","suffix_len","tcp_backlog_size","tcp_fast_open_queue_length","traffic_direction","transparent","transport_protocol","transport_socket","transport_socket_connect_timeout","udp_listener_config","use_original_dst","use_proxy_proto","ConfigDiscovery","ConfigType","TypedConfig","OnDemandConfiguration","rebuild_timeout","Any","ConnectionSourceType","External","SameIpOrLoopback","ConnectionBalanceConfig","Default","DeprecatedV1","DrainType","InternalListener","InternalListenerConfig","ListenerSpecifier","ModifyOnly","balance_type","bind_to_port","connection_balance_config","BalanceType","ExactBalance","ExactBalance","ConfigDiscovery","ConfigType","TypedConfig","AndMatch","AnyMatch","DestinationPortRange","MatchSet","NotMatch","OrMatch","Rule","rules","Locality","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","cmp","colon_separated_string","compare","default","deserialize","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_ref","from_str","hash","into","into_request","is_referenceable","json_schema","new","partial_cmp","region","schema_id","schema_name","serialize","sub_zone","to_owned","to_string","try_from","try_into","type_id","vzip","with_region","zone","StreamConnectionMetrics","borrow","borrow_mut","drop","from","into","into_request","new","registry","set_registry","try_from","try_into","type_id","vzip","TcpListener","bind","borrow","borrow_mut","from","into","into_request","into_stream","local_addr","port","try_from","try_into","type_id","vzip","Cluster","ClusterMap","Datacenter","Endpoint","Filter","FilterChain","Host","Ipv6","Locality","clusters","config","endpoints","filters","first","host","host","host","host2","icao_code","inner","label","locality","metadata","name","port","qcmp_port","region","second","sub_zone","zone","Inner","Ipv4","Ipv6","Name","ControlPlane","__clone_box","borrow","borrow_mut","clone","clone_into","clone_to_uninit","config","delta_aggregated_resources","delta_aggregated_resources","delta_aggregated_resources","from","from_arc","from_ref","idle_request_interval","into","into_request","is_relay","management_server","push_update","relay_server","stream_aggregated_resources","stream_aggregated_resources","to_owned","try_from","try_into","type_id","vzip","NamedPort","PortSpecifier","PortValue","Protocol","Tcp","Udp"],"q":[[0,"quilkin_xds"],[17,"quilkin_xds::client"],[56,"quilkin_xds::config"],[137,"quilkin_xds::core"],[392,"quilkin_xds::core::address"],[396,"quilkin_xds::core::alternate_protocols_cache_options"],[399,"quilkin_xds::core::api_config_source"],[406,"quilkin_xds::core::config_source"],[412,"quilkin_xds::core::data_source"],[417,"quilkin_xds::core::envoy_internal_address"],[419,"quilkin_xds::core::event_service_config"],[421,"quilkin_xds::core::grpc_service"],[437,"quilkin_xds::core::grpc_service::google_grpc"],[451,"quilkin_xds::core::grpc_service::google_grpc::call_credentials"],[479,"quilkin_xds::core::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin"],[481,"quilkin_xds::core::grpc_service::google_grpc::channel_args"],[484,"quilkin_xds::core::grpc_service::google_grpc::channel_args::value"],[487,"quilkin_xds::core::grpc_service::google_grpc::channel_credentials"],[491,"quilkin_xds::core::header_value_option"],[495,"quilkin_xds::core::health_check"],[529,"quilkin_xds::core::health_check::custom_health_check"],[531,"quilkin_xds::core::health_check::payload"],[534,"quilkin_xds::core::http1_protocol_options"],[537,"quilkin_xds::core::http1_protocol_options::header_key_format"],[541,"quilkin_xds::core::http2_protocol_options"],[544,"quilkin_xds::core::http_protocol_options"],[548,"quilkin_xds::core::proxy_protocol_config"],[551,"quilkin_xds::core::scheme_header_transformation"],[553,"quilkin_xds::core::socket_address"],[559,"quilkin_xds::core::socket_option"],[566,"quilkin_xds::core::transport_socket"],[568,"quilkin_xds::discovery"],[608,"quilkin_xds::discovery::aggregated_discovery_service_client"],[609,"quilkin_xds::discovery::aggregated_discovery_service_server"],[615,"quilkin_xds::discovery::resource"],[617,"quilkin_xds::generated"],[622,"quilkin_xds::generated::envoy"],[625,"quilkin_xds::generated::envoy::config"],[630,"quilkin_xds::generated::envoy::config::accesslog"],[631,"quilkin_xds::generated::envoy::config::accesslog::v3"],[976,"quilkin_xds::generated::envoy::config::accesslog::v3::access_log"],[998,"quilkin_xds::generated::envoy::config::accesslog::v3::access_log_filter"],[1031,"quilkin_xds::generated::envoy::config::accesslog::v3::comparison_filter"],[1066,"quilkin_xds::generated::envoy::config::accesslog::v3::extension_filter"],[1088,"quilkin_xds::generated::envoy::config::accesslog::v3::grpc_status_filter"],[1137,"quilkin_xds::generated::envoy::config::core"],[1138,"quilkin_xds::generated::envoy::config::core::v3"],[2568,"quilkin_xds::generated::envoy::config::core::v3::address"],[2592,"quilkin_xds::generated::envoy::config::core::v3::alternate_protocols_cache_options"],[2615,"quilkin_xds::generated::envoy::config::core::v3::api_config_source"],[2653,"quilkin_xds::generated::envoy::config::core::v3::config_source"],[2679,"quilkin_xds::generated::envoy::config::core::v3::data_source"],[2704,"quilkin_xds::generated::envoy::config::core::v3::envoy_internal_address"],[2726,"quilkin_xds::generated::envoy::config::core::v3::event_service_config"],[2748,"quilkin_xds::generated::envoy::config::core::v3::grpc_service"],[2824,"quilkin_xds::generated::envoy::config::core::v3::grpc_service::google_grpc"],[2938,"quilkin_xds::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials"],[3066,"quilkin_xds::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin"],[3088,"quilkin_xds::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args"],[3111,"quilkin_xds::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value"],[3134,"quilkin_xds::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials"],[3158,"quilkin_xds::generated::envoy::config::core::v3::header_value_option"],[3193,"quilkin_xds::generated::envoy::config::core::v3::health_check"],[3389,"quilkin_xds::generated::envoy::config::core::v3::health_check::custom_health_check"],[3411,"quilkin_xds::generated::envoy::config::core::v3::health_check::payload"],[3434,"quilkin_xds::generated::envoy::config::core::v3::http1_protocol_options"],[3457,"quilkin_xds::generated::envoy::config::core::v3::http1_protocol_options::header_key_format"],[3501,"quilkin_xds::generated::envoy::config::core::v3::http2_protocol_options"],[3524,"quilkin_xds::generated::envoy::config::core::v3::http_protocol_options"],[3559,"quilkin_xds::generated::envoy::config::core::v3::proxy_protocol_config"],[3593,"quilkin_xds::generated::envoy::config::core::v3::scheme_header_transformation"],[3615,"quilkin_xds::generated::envoy::config::core::v3::socket_address"],[3672,"quilkin_xds::generated::envoy::config::core::v3::socket_option"],[3730,"quilkin_xds::generated::envoy::config::core::v3::transport_socket"],[3752,"quilkin_xds::generated::envoy::config::endpoint"],[3753,"quilkin_xds::generated::envoy::config::endpoint::v3"],[3857,"quilkin_xds::generated::envoy::config::endpoint::v3::endpoint"],[3880,"quilkin_xds::generated::envoy::config::endpoint::v3::lb_endpoint"],[3903,"quilkin_xds::generated::envoy::config::endpoint::v3::locality_lb_endpoints"],[3948,"quilkin_xds::generated::envoy::config::listener"],[3949,"quilkin_xds::generated::envoy::config::listener::v3"],[4257,"quilkin_xds::generated::envoy::config::listener::v3::filter"],[4280,"quilkin_xds::generated::envoy::config::listener::v3::filter_chain"],[4302,"quilkin_xds::generated::envoy::config::listener::v3::filter_chain_match"],[4337,"quilkin_xds::generated::envoy::config::listener::v3::listener"],[4459,"quilkin_xds::generated::envoy::config::listener::v3::listener::connection_balance_config"],[4502,"quilkin_xds::generated::envoy::config::listener::v3::listener_filter"],[4525,"quilkin_xds::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate"],[4573,"quilkin_xds::generated::envoy::config::route"],[4574,"quilkin_xds::generated::envoy::config::route::v3"],[5139,"quilkin_xds::generated::envoy::config::route::v3::cors_policy"],[5161,"quilkin_xds::generated::envoy::config::route::v3::header_matcher"],[5190,"quilkin_xds::generated::envoy::config::route::v3::query_parameter_matcher"],[5213,"quilkin_xds::generated::envoy::config::route::v3::rate_limit"],[5259,"quilkin_xds::generated::envoy::config::route::v3::rate_limit::action"],[5475,"quilkin_xds::generated::envoy::config::route::v3::rate_limit::action::meta_data"],[5509,"quilkin_xds::generated::envoy::config::route::v3::rate_limit::override"],[5553,"quilkin_xds::generated::envoy::config::route::v3::redirect_action"],[5637,"quilkin_xds::generated::envoy::config::route::v3::retry_policy"],[5790,"quilkin_xds::generated::envoy::config::route::v3::retry_policy::retry_host_predicate"],[5812,"quilkin_xds::generated::envoy::config::route::v3::retry_policy::retry_priority"],[5834,"quilkin_xds::generated::envoy::config::route::v3::route"],[5860,"quilkin_xds::generated::envoy::config::route::v3::route_action"],[6075,"quilkin_xds::generated::envoy::config::route::v3::route_action::hash_policy"],[6214,"quilkin_xds::generated::envoy::config::route::v3::route_action::upgrade_config"],[6237,"quilkin_xds::generated::envoy::config::route::v3::route_match"],[6327,"quilkin_xds::generated::envoy::config::route::v3::virtual_host"],[6362,"quilkin_xds::generated::envoy::config::route::v3::weighted_cluster"],[6416,"quilkin_xds::generated::envoy::config::route::v3::weighted_cluster::cluster_weight"],[6438,"quilkin_xds::generated::envoy::kind"],[6442,"quilkin_xds::generated::envoy::kind::matcher"],[6443,"quilkin_xds::generated::envoy::kind::matcher::v3"],[6631,"quilkin_xds::generated::envoy::kind::matcher::v3::double_matcher"],[6654,"quilkin_xds::generated::envoy::kind::matcher::v3::list_matcher"],[6676,"quilkin_xds::generated::envoy::kind::matcher::v3::metadata_matcher"],[6699,"quilkin_xds::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment"],[6721,"quilkin_xds::generated::envoy::kind::matcher::v3::regex_matcher"],[6765,"quilkin_xds::generated::envoy::kind::matcher::v3::string_matcher"],[6791,"quilkin_xds::generated::envoy::kind::matcher::v3::value_matcher"],[6839,"quilkin_xds::generated::envoy::kind::metadata"],[6840,"quilkin_xds::generated::envoy::kind::metadata::v3"],[6887,"quilkin_xds::generated::envoy::kind::metadata::v3::metadata_key"],[6910,"quilkin_xds::generated::envoy::kind::metadata::v3::metadata_key::path_segment"],[6932,"quilkin_xds::generated::envoy::kind::metadata::v3::metadata_kind"],[7041,"quilkin_xds::generated::envoy::kind::tracing"],[7042,"quilkin_xds::generated::envoy::kind::tracing::v3"],[7066,"quilkin_xds::generated::envoy::kind::tracing::v3::custom_tag"],[7183,"quilkin_xds::generated::envoy::kind::v3"],[7335,"quilkin_xds::generated::envoy::kind::v3::fractional_percent"],[7370,"quilkin_xds::generated::envoy::service"],[7371,"quilkin_xds::generated::envoy::service::discovery"],[7372,"quilkin_xds::generated::envoy::service::discovery::v3"],[7532,"quilkin_xds::generated::envoy::service::discovery::v3::aggregated_discovery_service_client"],[7561,"quilkin_xds::generated::envoy::service::discovery::v3::aggregated_discovery_service_server"],[7595,"quilkin_xds::generated::envoy::service::discovery::v3::resource"],[7617,"quilkin_xds::generated::google"],[7618,"quilkin_xds::generated::google::rpc"],[7642,"quilkin_xds::generated::quilkin"],[7645,"quilkin_xds::generated::quilkin::config"],[7646,"quilkin_xds::generated::quilkin::config::v1alpha1"],[7859,"quilkin_xds::generated::quilkin::config::v1alpha1::host"],[7883,"quilkin_xds::generated::quilkin::filters"],[7895,"quilkin_xds::generated::quilkin::filters::capture"],[7896,"quilkin_xds::generated::quilkin::filters::capture::v1alpha1"],[7920,"quilkin_xds::generated::quilkin::filters::capture::v1alpha1::capture"],[8012,"quilkin_xds::generated::quilkin::filters::compress"],[8013,"quilkin_xds::generated::quilkin::filters::compress::v1alpha1"],[8038,"quilkin_xds::generated::quilkin::filters::compress::v1alpha1::compress"],[8155,"quilkin_xds::generated::quilkin::filters::concatenate"],[8156,"quilkin_xds::generated::quilkin::filters::concatenate::v1alpha1"],[8181,"quilkin_xds::generated::quilkin::filters::concatenate::v1alpha1::concatenate"],[8240,"quilkin_xds::generated::quilkin::filters::debug"],[8241,"quilkin_xds::generated::quilkin::filters::debug::v1alpha1"],[8263,"quilkin_xds::generated::quilkin::filters::drop"],[8264,"quilkin_xds::generated::quilkin::filters::drop::v1alpha1"],[8285,"quilkin_xds::generated::quilkin::filters::firewall"],[8286,"quilkin_xds::generated::quilkin::filters::firewall::v1alpha1"],[8310,"quilkin_xds::generated::quilkin::filters::firewall::v1alpha1::firewall"],[8393,"quilkin_xds::generated::quilkin::filters::load_balancer"],[8394,"quilkin_xds::generated::quilkin::filters::load_balancer::v1alpha1"],[8417,"quilkin_xds::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer"],[8476,"quilkin_xds::generated::quilkin::filters::local_rate_limit"],[8477,"quilkin_xds::generated::quilkin::filters::local_rate_limit::v1alpha1"],[8500,"quilkin_xds::generated::quilkin::filters::matches"],[8501,"quilkin_xds::generated::quilkin::filters::matches::v1alpha1"],[8525,"quilkin_xds::generated::quilkin::filters::matches::v1alpha1::match"],[8572,"quilkin_xds::generated::quilkin::filters::pass"],[8573,"quilkin_xds::generated::quilkin::filters::pass::v1alpha1"],[8594,"quilkin_xds::generated::quilkin::filters::timestamp"],[8595,"quilkin_xds::generated::quilkin::filters::timestamp::v1alpha1"],[8617,"quilkin_xds::generated::quilkin::filters::token_router"],[8618,"quilkin_xds::generated::quilkin::filters::token_router::v1alpha1"],[8640,"quilkin_xds::generated::quilkin::relay"],[8641,"quilkin_xds::generated::quilkin::relay::v1alpha1"],[8643,"quilkin_xds::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client"],[8672,"quilkin_xds::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server"],[8706,"quilkin_xds::generated::validate"],[9505,"quilkin_xds::generated::validate::bytes_rules"],[9529,"quilkin_xds::generated::validate::field_rules"],[9571,"quilkin_xds::generated::validate::string_rules"],[9602,"quilkin_xds::generated::xds"],[9605,"quilkin_xds::generated::xds::annotations"],[9606,"quilkin_xds::generated::xds::annotations::v3"],[9733,"quilkin_xds::generated::xds::core"],[9734,"quilkin_xds::generated::xds::core::v3"],[9879,"quilkin_xds::generated::xds::core::v3::collection_entry"],[9926,"quilkin_xds::generated::xds::core::v3::resource_locator"],[10006,"quilkin_xds::generated::xds::core::v3::resource_locator::directive"],[10029,"quilkin_xds::generated::xds::kind"],[10030,"quilkin_xds::generated::xds::kind::matcher"],[10031,"quilkin_xds::generated::xds::kind::matcher::v3"],[10125,"quilkin_xds::generated::xds::kind::matcher::v3::matcher"],[10218,"quilkin_xds::generated::xds::kind::matcher::v3::matcher::matcher_list"],[10264,"quilkin_xds::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate"],[10335,"quilkin_xds::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate"],[10358,"quilkin_xds::generated::xds::kind::matcher::v3::matcher::matcher_tree"],[10404,"quilkin_xds::generated::xds::kind::matcher::v3::matcher::on_match"],[10427,"quilkin_xds::generated::xds::kind::matcher::v3::regex_matcher"],[10470,"quilkin_xds::generated::xds::kind::matcher::v3::string_matcher"],[10496,"quilkin_xds::listener"],[10578,"quilkin_xds::listener::filter"],[10581,"quilkin_xds::listener::filter_chain"],[10583,"quilkin_xds::listener::filter_chain_match"],[10587,"quilkin_xds::listener::listener"],[10598,"quilkin_xds::listener::listener::connection_balance_config"],[10601,"quilkin_xds::listener::listener_filter"],[10604,"quilkin_xds::listener::listener_filter_chain_match_predicate"],[10612,"quilkin_xds::locality"],[10654,"quilkin_xds::metrics"],[10668,"quilkin_xds::net"],[10682,"quilkin_xds::proto"],[10712,"quilkin_xds::proto::host"],[10716,"quilkin_xds::server"],[10744,"quilkin_xds::socket_address"],[10750,"dyn_clone::sealed"],[10751,"core::clone"],[10752,"alloc::string"],[10753,"tonic::transport::channel::endpoint"],[10754,"alloc::vec"],[10755,"core::future::future"],[10756,"alloc::boxed"],[10757,"core::pin"],[10758,"alloc::sync"],[10759,"core::sync::atomic"],[10760,"tonic::transport::channel"],[10761,"quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client"],[10762,"tokio::sync::mpsc::unbounded"],[10763,"core::option"],[10764,"quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_client"],[10765,"tonic::request"],[10766,"core::marker"],[10767,"core::fmt"],[10768,"core::result"],[10769,"core::any"],[10770,"uuid"],[10771,"eyre"],[10772,"quilkin_proto::generated::envoy::service::discovery::v3"],[10773,"core::net::socket_addr"],[10774,"std::collections::hash::map"],[10775,"parking_lot::mutex"],[10776,"futures_core::stream"],[10777,"tonic"],[10778,"core::iter::traits::iterator"],[10779,"quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_server"],[10780,"tonic::codec::decode"],[10781,"tonic::status"],[10782,"quilkin_proto::generated::envoy::config::accesslog::v3"],[10783,"quilkin_proto::generated::envoy::config::accesslog::v3::comparison_filter"],[10784,"quilkin_proto::generated::envoy::config::accesslog::v3::grpc_status_filter"],[10785,"core::slice::iter"],[10786,"core::iter::adapters::cloned"],[10787,"core::iter::adapters::filter_map"],[10788,"quilkin_proto::generated::envoy::config::accesslog::v3::access_log"],[10789,"bytes::buf::buf_mut"],[10790,"prost::encoding::wire_type"],[10791,"prost::encoding"],[10792,"prost::error"],[10793,"bytes::buf::buf_impl"],[10794,"quilkin_proto::generated::envoy::config::accesslog::v3::access_log_filter"],[10795,"core::cmp"],[10796,"core::hash"],[10797,"quilkin_proto::generated::envoy::config::accesslog::v3::extension_filter"],[10798,"quilkin_proto::generated::envoy::config::core::v3"],[10799,"quilkin_proto::generated::envoy::config::core::v3::api_config_source"],[10800,"quilkin_proto::generated::envoy::config::core::v3::header_value_option"],[10801,"quilkin_proto::generated::envoy::config::core::v3::http_protocol_options"],[10802,"quilkin_proto::generated::envoy::config::core::v3::socket_address"],[10803,"quilkin_proto::generated::envoy::config::core::v3::socket_option"],[10804,"quilkin_proto::generated::envoy::config::core::v3::proxy_protocol_config"],[10805,"quilkin_proto::generated::envoy::config::core::v3::address"],[10806,"quilkin_proto::generated::envoy::config::core::v3::alternate_protocols_cache_options"],[10807,"quilkin_proto::generated::envoy::config::core::v3::config_source"],[10808,"quilkin_proto::generated::envoy::config::core::v3::data_source"],[10809,"quilkin_proto::generated::envoy::config::core::v3::envoy_internal_address"],[10810,"quilkin_proto::generated::envoy::config::core::v3::event_service_config"],[10811,"quilkin_proto::generated::envoy::config::core::v3::grpc_service"],[10812,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc"],[10813,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials"],[10814,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin"],[10815,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args"],[10816,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value"],[10817,"quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials"],[10818,"quilkin_proto::generated::envoy::config::core::v3::health_check"],[10819,"quilkin_proto::generated::envoy::kind::v3"],[10820,"quilkin_proto::generated::envoy::config::core::v3::health_check::custom_health_check"],[10821,"quilkin_proto::generated::envoy::config::core::v3::health_check::payload"],[10822,"quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options"],[10823,"quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format"],[10824,"quilkin_proto::generated::envoy::config::core::v3::http2_protocol_options"],[10825,"quilkin_proto::generated::envoy::config::core::v3::scheme_header_transformation"],[10826,"quilkin_proto::generated::envoy::config::core::v3::transport_socket"],[10827,"quilkin_proto::generated::envoy::config::endpoint::v3"],[10828,"quilkin_proto::generated::envoy::config::endpoint::v3::endpoint"],[10829,"quilkin_proto::generated::envoy::config::endpoint::v3::lb_endpoint"],[10830,"quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints"],[10831,"quilkin_proto::generated::envoy::config::listener::v3"],[10832,"quilkin_proto::generated::envoy::config::listener::v3::listener"],[10833,"quilkin_proto::generated::envoy::config::listener::v3::filter_chain_match"],[10834,"quilkin_proto::generated::envoy::config::listener::v3::filter"],[10835,"quilkin_proto::generated::envoy::config::listener::v3::filter_chain"],[10836,"quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config"],[10837,"quilkin_proto::generated::envoy::config::listener::v3::listener_filter"],[10838,"quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate"],[10839,"quilkin_proto::generated::envoy::config::route::v3"],[10840,"quilkin_proto::generated::envoy::config::route::v3::route_action"],[10841,"quilkin_proto::generated::envoy::config::route::v3::virtual_host"],[10842,"quilkin_proto::generated::envoy::config::route::v3::redirect_action"],[10843,"quilkin_proto::generated::envoy::config::route::v3::cors_policy"],[10844,"quilkin_proto::generated::envoy::config::route::v3::header_matcher"],[10845,"quilkin_proto::generated::envoy::config::route::v3::query_parameter_matcher"],[10846,"quilkin_proto::generated::envoy::config::route::v3::rate_limit"],[10847,"quilkin_proto::generated::envoy::config::route::v3::rate_limit::action"],[10848,"quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::meta_data"],[10849,"quilkin_proto::generated::envoy::config::route::v3::rate_limit::override"],[10850,"quilkin_proto::generated::envoy::config::route::v3::retry_policy"],[10851,"quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_host_predicate"],[10852,"quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_priority"],[10853,"quilkin_proto::generated::envoy::config::route::v3::route"],[10854,"quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy"],[10855,"quilkin_proto::generated::envoy::config::route::v3::route_action::upgrade_config"],[10856,"quilkin_proto::generated::envoy::config::route::v3::route_match"],[10857,"quilkin_proto::generated::envoy::config::route::v3::weighted_cluster"],[10858,"quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::cluster_weight"],[10859,"quilkin_proto::generated::envoy::kind::matcher::v3"],[10860,"quilkin_proto::generated::envoy::kind::matcher::v3::double_matcher"],[10861,"quilkin_proto::generated::envoy::kind::matcher::v3::list_matcher"],[10862,"quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher"],[10863,"quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment"],[10864,"quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher"],[10865,"quilkin_proto::generated::envoy::kind::matcher::v3::string_matcher"],[10866,"quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher"],[10867,"quilkin_proto::generated::envoy::kind::metadata::v3"],[10868,"quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key"],[10869,"quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::path_segment"],[10870,"quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind"],[10871,"quilkin_proto::generated::envoy::kind::tracing::v3"],[10872,"quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag"],[10873,"quilkin_proto::generated::envoy::kind::v3::fractional_percent"],[10874,"tonic::codec::compression"],[10875,"bytes::bytes"],[10876,"http_body_util::combinators::box_body"],[10877,"tonic::client::service"],[10878,"tonic::transport::error"],[10879,"core::convert"],[10880,"tonic::response"],[10881,"tonic::service::interceptor"],[10882,"http::request"],[10883,"http::response"],[10884,"tower_service"],[10885,"http::uri"],[10886,"http_body"],[10887,"axum::routing::into_make_service"],[10888,"core::task::wake"],[10889,"core::task::poll"],[10890,"quilkin_proto::generated::envoy::service::discovery::v3::resource"],[10891,"quilkin_proto::generated::google::rpc"],[10892,"quilkin_proto::generated::quilkin::config::v1alpha1"],[10893,"quilkin_proto::generated::quilkin::config::v1alpha1::host"],[10894,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1"],[10895,"quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture"],[10896,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1"],[10897,"quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress"],[10898,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1"],[10899,"quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate"],[10900,"quilkin_proto::generated::quilkin::filters::debug::v1alpha1"],[10901,"quilkin_proto::generated::quilkin::filters::drop::v1alpha1"],[10902,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1"],[10903,"quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall"],[10904,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1"],[10905,"quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer"],[10906,"quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1"],[10907,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1"],[10908,"quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match"],[10909,"quilkin_proto::generated::quilkin::filters::pass::v1alpha1"],[10910,"quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1"],[10911,"quilkin_proto::generated::quilkin::filters::token_router::v1alpha1"],[10912,"quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server"],[10913,"quilkin_proto::generated::validate"],[10914,"quilkin_proto::generated::validate::bytes_rules"],[10915,"quilkin_proto::generated::validate::field_rules"],[10916,"quilkin_proto::generated::validate::string_rules"],[10917,"quilkin_proto::generated::xds::annotations::v3"],[10918,"quilkin_proto::generated::xds::core::v3"],[10919,"quilkin_proto::generated::xds::core::v3::resource_locator"],[10920,"quilkin_proto::generated::xds::core::v3::collection_entry"],[10921,"quilkin_proto::generated::xds::core::v3::resource_locator::directive"],[10922,"quilkin_proto::generated::xds::kind::matcher::v3"],[10923,"quilkin_proto::generated::xds::kind::matcher::v3::matcher"],[10924,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list"],[10925,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate"],[10926,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate"],[10927,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree"],[10928,"quilkin_proto::generated::xds::kind::matcher::v3::matcher::on_match"],[10929,"quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher"],[10930,"quilkin_proto::generated::xds::kind::matcher::v3::string_matcher"],[10931,"serde::de"],[10932,"schemars::gen"],[10933,"schemars::schema"],[10934,"alloc::borrow"],[10935,"serde::ser"],[10936,"prometheus::registry"],[10937,"arc_swap"],[10938,"std::io::error"],[10939,"tokio_stream::wrappers::tcp_listener"],[10940,"core::time"],[10941,"quilkin_proto"],[10942,"quilkin_proto::generated"],[10943,"quilkin_proto::generated::envoy"],[10944,"quilkin_proto::generated::envoy::config"],[10945,"quilkin_proto::generated::envoy::config::accesslog"],[10946,"quilkin_proto::generated::envoy::config::core"],[10947,"quilkin_proto::generated::envoy::config::endpoint"],[10948,"quilkin_proto::generated::envoy::config::listener"],[10949,"quilkin_proto::generated::envoy::config::route"],[10950,"quilkin_proto::generated::envoy::kind"],[10951,"quilkin_proto::generated::envoy::kind::matcher"],[10952,"quilkin_proto::generated::envoy::kind::metadata"],[10953,"quilkin_proto::generated::envoy::kind::tracing"],[10954,"quilkin_proto::generated::envoy::service"],[10955,"quilkin_proto::generated::envoy::service::discovery"],[10956,"quilkin_proto::generated::google"],[10957,"quilkin_proto::generated::quilkin"],[10958,"quilkin_proto::generated::quilkin::config"],[10959,"quilkin_proto::generated::quilkin::filters"],[10960,"quilkin_proto::generated::quilkin::filters::capture"],[10961,"quilkin_proto::generated::quilkin::filters::compress"],[10962,"quilkin_proto::generated::quilkin::filters::concatenate"],[10963,"quilkin_proto::generated::quilkin::filters::debug"],[10964,"quilkin_proto::generated::quilkin::filters::drop"],[10965,"quilkin_proto::generated::quilkin::filters::firewall"],[10966,"quilkin_proto::generated::quilkin::filters::load_balancer"],[10967,"quilkin_proto::generated::quilkin::filters::local_rate_limit"],[10968,"quilkin_proto::generated::quilkin::filters::matches"],[10969,"quilkin_proto::generated::quilkin::filters::pass"],[10970,"quilkin_proto::generated::quilkin::filters::timestamp"],[10971,"quilkin_proto::generated::quilkin::filters::token_router"],[10972,"quilkin_proto::generated::quilkin::relay"],[10973,"quilkin_proto::generated::quilkin::relay::v1alpha1"],[10974,"quilkin_proto::generated::xds"],[10975,"quilkin_proto::generated::xds::annotations"],[10976,"quilkin_proto::generated::xds::core"],[10977,"quilkin_proto::generated::xds::kind"],[10978,"quilkin_proto::generated::xds::kind::matcher"]],"i":[0,0,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,0,5,18,5,18,5,5,5,5,5,7,15,5,22,5,18,18,5,5,18,5,18,5,7,5,18,5,18,5,18,5,18,5,0,0,0,0,0,0,0,19,41,19,48,46,57,41,47,48,46,57,41,47,19,48,46,57,41,47,48,41,0,19,19,48,46,57,41,47,48,46,57,41,47,0,41,48,46,41,19,57,47,46,46,47,46,41,41,41,48,46,57,41,47,48,46,57,41,47,48,46,57,41,47,57,46,46,46,57,48,46,57,41,47,0,0,0,0,0,112,0,0,0,110,0,0,109,113,110,113,0,0,0,110,0,0,110,0,0,0,0,0,0,113,109,0,0,0,0,111,0,0,0,110,0,110,111,110,0,0,110,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,110,0,0,0,0,113,113,111,0,112,112,0,153,0,134,137,133,138,153,153,155,157,155,161,0,161,0,105,107,107,145,144,150,150,115,105,0,145,144,159,126,105,154,149,155,155,0,145,153,117,118,119,120,127,131,153,0,161,161,0,142,116,136,0,105,107,153,0,123,152,0,161,161,161,155,0,0,156,0,115,128,152,149,155,144,148,161,139,149,155,154,161,154,161,161,134,135,135,135,121,122,151,131,115,149,155,152,155,151,152,155,155,148,155,155,152,146,152,142,115,132,126,129,131,151,161,161,149,150,153,155,157,124,132,143,134,146,138,151,134,0,157,105,105,114,105,134,144,161,117,118,119,120,127,0,105,0,0,136,136,125,131,160,155,114,139,139,154,161,161,158,105,141,0,161,145,129,116,161,161,161,115,121,122,131,130,143,114,0,166,166,166,0,167,167,106,106,0,106,106,106,106,168,168,0,168,168,168,169,169,169,169,0,0,170,0,171,0,174,0,174,0,172,173,173,173,172,173,173,0,173,173,173,0,0,0,0,0,179,0,175,0,0,177,178,175,175,184,0,184,184,184,0,184,0,184,0,0,184,183,183,183,181,181,182,180,0,182,183,183,183,183,183,183,180,0,185,0,0,186,187,187,0,0,188,188,188,108,108,0,108,0,196,0,196,0,0,196,0,0,0,196,0,195,193,190,194,0,190,190,193,192,194,190,0,189,190,191,190,190,190,190,191,193,190,0,198,199,0,199,0,200,0,0,0,202,202,0,203,203,162,162,0,162,165,165,0,204,0,205,0,205,0,163,163,206,206,0,164,164,164,0,0,207,0,0,0,0,0,0,0,0,44,44,66,66,53,68,61,61,44,68,61,66,53,53,0,44,68,61,61,66,53,68,61,53,44,68,66,61,53,44,68,66,0,0,0,64,64,64,64,0,369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,0,0,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,72,73,0,69,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,81,0,69,70,77,78,80,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,0,79,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,82,82,69,83,71,71,76,81,76,71,81,81,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,76,71,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,100,100,100,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,86,86,86,0,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,0,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,87,87,87,87,87,87,87,87,87,87,87,87,87,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,0,0,0,0,0,0,112,0,0,0,110,0,0,109,113,110,113,0,0,0,110,0,0,110,0,0,0,0,0,0,113,109,0,0,0,0,111,0,0,0,110,0,110,111,110,0,0,110,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,110,0,0,0,0,113,113,111,0,112,112,0,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,153,0,134,137,133,138,153,153,155,157,155,161,0,161,0,105,105,107,107,107,145,109,110,111,112,113,144,150,150,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,109,110,110,111,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,113,115,105,109,110,111,112,113,109,110,111,112,113,0,145,144,159,126,105,154,149,155,155,0,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,145,153,117,118,119,120,127,131,153,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,0,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,109,109,109,110,110,110,111,111,111,112,112,112,113,113,113,161,161,0,142,116,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,136,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,109,110,111,112,113,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,109,110,111,112,113,0,105,109,110,111,112,113,107,153,0,123,152,152,0,161,161,161,155,0,0,156,0,115,128,152,149,155,144,148,161,139,149,155,154,161,154,161,161,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,134,109,110,111,112,113,135,135,135,121,122,151,131,115,149,155,152,155,151,152,155,155,148,155,155,152,146,152,142,115,132,126,129,131,151,161,161,149,150,153,155,157,109,110,111,112,113,124,132,143,134,146,138,151,134,134,0,160,157,105,105,114,105,134,144,144,161,117,118,119,120,127,0,105,107,152,105,134,144,131,105,141,130,0,0,136,136,125,131,131,160,160,155,114,139,139,154,161,161,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,158,105,141,105,141,0,161,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,109,110,110,111,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,113,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,145,129,116,161,161,161,115,121,122,131,130,130,114,115,116,117,118,119,120,121,122,107,123,124,125,126,127,128,109,110,111,129,130,131,132,133,134,135,136,137,138,139,105,140,141,142,143,144,145,112,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,113,143,114,0,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,0,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,106,106,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,168,168,0,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,168,169,169,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,0,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,0,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,0,174,0,174,0,172,173,174,172,172,173,174,172,173,174,173,173,173,172,173,172,173,174,172,173,174,172,173,174,172,173,173,172,173,174,172,173,174,172,173,174,172,173,174,172,173,174,172,173,174,0,172,173,174,172,173,174,174,173,173,173,172,173,174,172,173,174,172,173,174,172,173,174,172,173,174,0,0,0,0,0,175,176,177,178,179,179,175,176,177,178,179,175,176,177,178,179,0,175,0,0,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,177,178,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,175,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,175,176,177,178,179,184,0,184,184,184,0,184,0,184,0,0,184,180,181,182,183,184,183,183,183,181,181,180,181,182,183,184,180,181,182,183,184,180,181,182,183,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,182,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,180,184,0,182,183,183,183,183,183,180,181,182,183,184,183,180,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,180,181,182,183,184,0,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,0,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,0,186,186,187,187,0,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,0,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,188,108,108,0,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,108,0,196,0,196,0,0,196,0,0,0,196,0,189,190,191,192,193,194,195,196,195,193,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,190,190,194,0,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,190,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,190,193,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,192,196,194,190,0,189,190,191,190,190,190,190,191,193,190,190,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,189,190,191,192,193,194,195,196,0,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,198,199,0,199,199,199,199,199,199,199,199,199,199,199,199,199,199,199,199,199,199,199,199,199,0,200,200,200,200,200,200,200,200,200,200,200,200,200,200,0,200,200,200,200,200,200,200,0,0,202,202,201,202,201,202,201,202,201,201,202,201,202,201,202,201,202,201,202,201,202,201,202,201,202,201,202,201,202,201,202,202,201,202,201,202,201,202,201,202,201,202,0,203,203,203,203,203,203,203,203,203,203,203,203,203,203,203,203,203,203,203,203,203,203,162,162,0,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,165,165,0,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,204,0,204,204,204,204,204,204,204,204,204,204,204,204,204,204,204,204,204,204,204,204,205,0,205,0,163,163,163,205,163,163,205,163,205,163,205,163,205,163,163,205,163,163,163,205,205,163,205,163,163,163,163,205,163,205,163,163,205,163,163,163,205,163,205,163,205,163,163,205,163,163,205,163,205,163,205,163,205,206,206,0,164,164,164,0,164,206,164,164,206,164,206,164,206,164,206,164,164,206,164,164,164,206,206,164,206,164,164,164,164,206,164,206,164,164,206,164,164,164,206,164,206,164,206,164,164,206,164,164,206,164,206,164,206,164,206,0,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,207,0,0,0,0,0,208,209,210,211,208,208,209,210,211,208,209,210,211,208,209,210,211,208,209,210,211,208,209,210,211,208,209,210,211,208,209,210,211,208,209,210,211,0,208,209,210,211,208,209,210,211,208,209,210,211,208,209,210,211,208,209,209,209,208,208,209,210,211,208,209,210,211,211,0,211,210,210,209,211,211,0,209,211,211,209,208,209,210,211,208,209,210,211,208,209,210,211,208,209,210,211,208,209,210,211,0,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,213,213,0,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,0,0,215,215,214,215,214,215,214,215,214,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,214,215,0,0,0,0,0,0,0,0,0,0,0,0,216,217,218,219,220,221,222,223,224,225,226,226,226,218,216,226,218,226,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,217,221,226,226,222,222,216,217,218,219,220,221,222,223,224,225,226,226,226,218,218,223,226,226,226,226,222,216,217,218,219,220,221,222,223,224,225,226,225,216,217,218,219,220,221,222,223,224,225,226,0,0,0,219,226,221,219,216,217,218,219,220,221,222,223,224,225,226,226,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,222,226,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,0,0,0,226,226,226,219,226,217,219,221,226,219,222,226,218,222,223,222,226,220,218,226,218,226,226,218,218,218,218,226,218,226,226,216,217,218,219,220,221,222,223,224,225,226,226,226,226,218,219,219,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,216,217,218,219,220,221,222,223,224,225,226,226,226,219,216,217,218,219,220,221,222,223,224,225,226,229,0,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,229,0,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,228,0,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,228,0,227,0,0,234,0,0,227,231,232,233,227,234,227,232,231,231,232,233,227,234,231,232,233,227,234,231,232,233,231,232,233,227,234,231,232,233,227,234,231,232,233,227,227,234,227,227,0,231,232,233,227,234,231,232,233,234,231,232,233,227,234,227,227,227,231,232,233,227,234,231,232,233,227,234,227,231,232,233,227,234,227,227,231,232,233,227,234,231,232,233,227,234,227,234,227,231,232,233,227,234,231,232,233,227,227,234,231,232,233,227,234,231,232,233,227,234,231,232,233,227,234,0,0,236,235,236,235,236,235,236,235,235,236,235,236,235,236,235,236,235,236,235,236,235,236,235,236,235,236,235,236,235,236,236,235,236,235,236,235,236,235,236,235,236,237,0,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,239,239,239,0,239,239,0,238,239,238,239,238,239,238,238,239,238,239,238,239,238,239,238,239,238,239,238,239,238,239,238,239,238,239,238,239,239,238,238,239,238,239,238,239,238,239,238,239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,241,242,255,248,245,258,245,245,245,246,250,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,244,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,253,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,246,246,246,243,259,240,246,0,253,242,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,255,240,244,245,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,245,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,244,246,246,256,0,244,254,248,240,246,249,246,247,246,240,240,246,248,246,246,246,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,256,259,255,242,240,245,246,246,258,246,242,246,240,242,254,256,257,247,252,253,249,244,240,242,247,247,249,258,246,246,246,252,257,0,244,253,243,0,247,240,246,0,258,246,240,242,240,242,246,240,240,249,249,240,242,240,242,247,247,247,247,247,247,247,0,240,246,240,246,247,0,0,0,240,244,243,249,246,246,246,240,249,245,255,250,249,246,244,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,243,242,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,240,242,246,240,0,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,0,0,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,265,265,0,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,266,0,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,0,0,267,268,0,267,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,267,268,0,268,267,268,267,268,267,268,267,268,267,268,0,0,277,0,277,277,0,277,0,277,0,277,0,277,0,277,0,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,275,276,271,273,275,276,273,274,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,274,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,271,274,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,277,0,275,276,276,271,276,276,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,269,270,271,272,273,274,275,276,277,278,278,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,280,0,279,280,279,280,279,280,279,279,280,279,280,279,280,279,280,279,280,279,280,279,280,279,280,279,280,279,280,279,280,280,279,279,280,279,280,279,280,279,280,279,280,263,281,263,282,0,263,282,0,282,281,0,263,263,263,281,282,263,263,281,282,263,281,282,263,281,282,263,281,282,263,263,281,282,263,263,263,281,282,281,282,263,281,282,263,263,263,263,281,282,263,281,282,263,263,281,282,263,263,263,281,282,263,281,282,263,281,282,263,263,281,282,263,263,281,282,263,281,282,263,281,282,263,281,282,0,0,0,0,0,0,283,283,284,285,286,287,288,283,283,286,284,285,286,287,288,283,284,285,286,287,288,283,284,285,286,287,288,284,285,286,287,288,283,284,285,286,287,288,283,284,285,286,287,288,283,283,283,283,284,285,284,285,286,287,288,283,284,285,286,287,288,284,285,286,287,288,283,283,283,283,284,285,286,287,288,283,287,287,284,285,286,287,288,283,283,284,285,286,287,288,283,283,283,284,285,286,287,288,283,284,285,286,287,288,283,283,286,288,284,285,287,283,288,0,0,287,284,285,286,287,288,283,284,285,286,287,288,283,283,284,285,286,287,288,283,284,285,286,287,288,283,284,285,286,287,288,283,0,289,289,289,289,289,289,289,289,289,289,289,289,289,289,289,289,289,289,289,289,289,0,290,290,290,290,290,290,290,290,290,290,290,290,290,290,290,290,290,290,290,290,290,0,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,291,297,296,296,0,0,296,261,0,297,297,297,0,0,0,260,261,0,260,0,296,292,293,294,295,260,261,296,297,260,261,292,293,294,295,260,261,296,297,292,293,294,295,260,261,296,297,292,293,294,295,292,293,294,295,260,261,296,297,292,293,294,295,260,261,296,297,292,293,294,295,260,260,261,261,296,297,292,260,261,260,261,294,292,293,294,295,260,261,294,296,297,292,293,294,295,296,297,292,293,294,295,260,261,296,297,260,260,260,261,261,261,292,293,294,295,260,261,296,297,292,293,294,295,260,261,296,297,260,261,292,293,294,295,260,261,296,297,260,261,295,295,260,261,0,292,293,294,295,260,261,296,297,292,293,294,295,260,261,296,297,260,261,295,296,297,260,261,293,292,293,292,293,294,295,260,261,296,297,292,292,293,294,295,260,260,261,261,296,297,292,293,294,295,260,261,296,297,292,293,294,295,260,261,296,297,0,294,292,293,294,295,260,261,296,297,0,303,0,303,0,303,0,303,0,0,303,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,298,298,299,300,301,302,303,298,299,300,301,302,303,302,303,299,301,299,298,300,298,299,300,301,302,303,298,299,300,301,302,303,298,299,300,301,302,303,299,298,299,300,301,302,303,298,299,300,301,302,303,0,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,0,308,0,308,0,308,308,0,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,308,306,305,306,307,308,305,306,307,308,305,306,307,308,305,306,307,308,306,305,306,307,308,262,262,262,0,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,0,310,0,309,310,309,310,309,310,309,309,310,309,310,309,310,309,0,309,310,309,310,309,310,309,310,309,310,309,310,309,309,310,309,310,310,309,309,309,309,309,309,309,310,309,310,309,310,309,310,309,309,310,309,311,0,311,311,311,311,311,311,311,311,311,311,311,311,311,311,311,311,311,311,311,311,0,0,0,0,0,0,0,0,0,0,0,0,0,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,0,312,313,314,315,316,317,318,319,313,312,313,314,315,316,317,318,319,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,315,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,319,0,312,315,317,318,0,319,314,316,313,0,0,314,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,312,313,314,315,316,317,318,319,319,0,312,313,314,315,316,317,318,319,320,0,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,0,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,0,322,322,322,322,322,322,322,322,322,322,322,322,322,322,322,0,322,322,322,322,322,322,323,0,323,323,323,323,323,323,323,323,323,323,323,323,323,323,323,323,323,323,323,323,0,0,325,324,325,324,325,324,325,324,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,324,325,326,326,0,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,326,328,328,328,0,0,328,328,328,327,328,327,328,327,328,327,327,328,327,328,327,328,327,328,327,328,327,328,327,328,327,328,327,328,327,328,327,328,328,327,328,327,328,327,328,327,328,327,328,0,0,0,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,329,330,0,0,329,329,330,329,330,329,330,329,330,329,330,0,331,331,331,331,331,331,331,331,331,331,331,331,331,331,331,0,331,331,331,331,331,331,332,0,332,332,332,332,332,332,332,332,332,332,332,332,332,332,332,332,332,332,332,332,0,337,0,337,0,0,337,0,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,333,334,335,336,337,0,0,338,338,338,338,338,338,338,0,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,0,343,0,0,343,0,343,343,0,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,340,341,342,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,340,341,342,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,342,343,342,340,341,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,340,341,342,343,339,339,340,341,342,343,0,0,0,197,197,197,0,0,0,344,345,346,347,348,197,197,344,345,346,347,348,197,344,345,346,347,348,197,344,345,346,347,348,344,345,346,347,348,197,344,345,346,347,348,197,344,345,346,347,348,197,197,197,197,344,345,346,347,348,197,345,345,344,345,346,347,348,346,347,348,344,345,346,347,348,197,197,197,197,344,345,346,347,348,197,0,344,345,346,347,348,197,197,344,345,346,347,348,197,197,197,344,345,346,347,348,197,344,345,346,347,348,197,197,345,197,345,346,347,348,344,345,346,347,348,197,344,345,346,347,348,197,197,344,345,346,347,348,197,344,345,346,347,348,197,344,344,345,346,347,348,197,0,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,0,0,0,0,0,0,0,0,68,66,61,53,44,350,0,0,44,68,66,61,53,44,350,68,66,61,53,44,350,44,66,68,66,61,53,44,350,68,66,61,53,44,350,68,66,61,53,44,350,68,66,61,53,44,350,66,53,68,66,61,53,44,350,68,66,61,53,44,350,68,66,61,53,44,350,68,61,68,66,61,53,44,350,68,66,61,53,44,350,68,66,61,53,44,350,61,68,66,61,53,44,350,68,66,61,53,44,350,44,68,61,66,53,53,0,44,68,61,61,66,53,68,61,53,68,66,61,53,44,350,68,66,61,53,44,350,68,66,61,53,44,350,44,68,66,61,53,44,350,68,66,61,53,44,68,66,68,66,61,53,44,350,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,0,64,64,364,364,364,364,364,364,364,364,364,64,364,364,364,364,364,364,364,364,364,364,364,364,364,64,364,364,364,364,364,364,0,369,369,369,369,369,369,369,369,369,369,369,369,369,369,369,369,369,369,369,369,369,0,0,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,0,0,0,0,0,0,0,0,0,0,0,0,0,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,378,378,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,372,371,372,373,374,375,376,377,378,379,379,374,371,372,373,374,375,376,377,378,379,371,372,373,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,0,376,377,376,377,375,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,378,378,372,376,378,376,377,373,374,373,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,371,372,373,374,375,376,377,378,379,373,0,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,382,382,382,0,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,382,0,386,0,386,0,0,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,386,385,383,384,383,384,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,383,384,385,386,0,0,387,387,387,387,387,387,387,0,387,387,387,387,387,387,387,387,387,387,387,387,387,387,387,387,0,0,389,389,389,388,0,0,388,390,391,388,389,388,389,390,391,388,389,390,391,388,389,390,391,390,391,388,389,390,391,388,389,390,391,388,388,389,389,388,389,388,389,390,391,388,389,390,391,390,391,388,389,388,388,388,389,389,389,390,391,388,389,390,391,388,389,388,389,390,391,388,389,388,389,388,389,390,391,388,389,390,391,388,389,388,389,388,389,390,391,390,391,388,389,390,391,388,388,389,389,390,391,388,389,390,391,388,389,390,391,390,391,390,391,388,389,0,0,392,392,392,392,392,392,392,392,0,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,393,393,393,0,0,394,393,393,394,393,394,393,394,394,393,394,393,394,393,393,393,393,394,393,394,394,393,393,393,393,394,393,394,393,393,394,393,393,393,394,393,394,393,393,393,394,394,393,394,393,393,394,393,394,393,394,394,394,393,0,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,0,0,397,397,397,397,397,397,397,397,397,397,0,397,397,397,397,397,397,397,397,397,397,397,397,0,399,399,0,0,400,398,399,398,398,399,400,398,399,400,398,399,400,398,400,398,399,400,398,399,400,398,399,399,399,399,400,398,399,400,398,400,398,399,399,399,399,400,398,399,400,398,399,399,400,398,399,399,399,400,398,399,400,398,399,399,400,400,399,398,398,398,400,398,399,400,398,399,399,400,398,399,400,398,399,400,398,399,0,0,401,401,401,401,401,401,401,401,401,401,401,401,401,401,401,0,401,401,401,401,401,401,402,0,0,402,402,403,402,402,403,402,403,402,403,403,402,403,402,403,402,402,402,402,403,402,403,403,402,402,402,402,403,402,403,402,402,403,402,402,402,403,402,403,402,402,402,403,403,402,403,402,402,403,402,403,402,403,403,403,402,0,0,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,0,0,405,405,405,405,405,405,405,405,405,405,405,405,405,405,405,0,405,405,405,405,405,405,405,0,0,406,407,406,407,406,407,407,406,407,406,407,406,407,406,407,406,407,406,407,406,407,407,406,406,407,406,407,406,407,406,407,406,407,407,406,407,406,407,406,407,406,407,406,406,407,0,0,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,0,0,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,0,0,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,0,0,0,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,0,0,412,412,411,411,411,411,411,411,411,411,411,412,411,411,411,411,411,411,411,411,411,411,411,411,411,412,411,411,411,411,411,411,0,0,0,0,0,0,0,0,0,0,413,413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,0,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,413,413,413,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,435,436,428,429,428,429,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,430,430,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,413,413,413,0,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,413,415,416,417,418,419,420,421,422,423,424,425,426,415,416,417,418,419,420,421,422,423,424,425,426,435,436,436,436,415,416,417,418,419,420,421,422,423,424,425,426,415,416,417,418,419,420,421,422,423,424,425,426,435,436,413,415,416,417,418,419,420,421,422,423,424,425,426,428,429,432,433,415,416,417,418,419,420,421,422,423,424,425,426,428,429,432,433,415,416,417,418,419,420,421,422,423,424,425,426,428,429,430,434,435,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,413,432,433,428,429,428,429,428,428,415,416,417,418,419,420,421,422,423,424,425,426,415,416,417,418,419,420,421,422,423,424,425,426,435,436,436,436,415,416,417,418,419,420,421,422,423,424,425,426,415,416,417,418,419,420,421,422,423,424,425,426,435,436,428,428,432,432,428,429,428,429,433,433,414,428,428,432,432,428,429,428,429,433,433,433,433,428,428,415,416,417,418,419,420,421,422,423,424,425,426,428,429,430,434,435,413,428,429,428,429,428,429,428,429,431,434,435,436,431,434,435,436,431,431,428,428,0,428,429,428,429,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,414,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,432,432,433,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,413,428,429,436,442,442,442,0,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,0,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,443,444,444,444,444,444,444,444,444,444,0,444,444,444,444,444,444,444,444,444,444,444,444,444,444,444,444,444,444,444,444,444,0,0,0,0,445,0,0,445,0,445,0,0,445,446,447,448,449,445,445,446,447,448,449,445,446,447,448,449,445,446,447,448,449,446,447,448,449,445,446,447,448,449,445,446,447,448,449,445,445,445,445,446,447,448,449,445,446,447,448,449,446,447,448,449,445,445,445,445,446,447,448,449,445,446,447,448,449,445,445,446,447,448,449,445,445,445,446,447,448,449,445,446,447,448,449,445,445,449,449,445,449,446,447,448,449,445,446,447,448,449,445,445,446,447,448,449,445,446,447,448,449,445,446,447,448,449,445,446,447,448,449,0,0,0,0,0,0,0,450,451,452,453,454,455,453,455,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,0,455,453,450,451,452,453,454,455,453,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,453,455,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,0,454,453,455,453,453,453,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,450,451,452,453,454,455,450,450,451,452,453,454,455,0,458,458,0,457,458,457,458,457,458,457,457,458,457,458,457,458,457,458,457,458,457,458,457,458,457,458,457,458,457,458,457,458,458,457,457,457,458,457,458,457,458,457,458,457,457,458,0,0,460,456,456,0,456,459,456,460,456,459,456,460,459,456,460,459,459,456,460,459,456,460,459,456,456,460,456,456,459,456,0,459,460,459,460,459,456,460,456,456,456,459,456,460,459,456,460,456,459,456,460,456,456,459,456,460,459,456,460,456,460,456,459,456,460,459,456,456,460,459,456,460,459,456,460,459,456,460,461,0,461,461,461,461,461,461,461,461,461,461,461,461,461,461,461,461,461,461,461,461,461,0,0,0,0,0,0,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,462,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,463,462,463,464,465,462,463,464,465,463,0,465,465,464,462,0,0,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,462,463,464,465,0,469,0,469,0,0,466,467,468,469,466,467,468,469,466,467,468,469,466,467,468,466,467,468,469,466,467,468,469,466,467,468,469,466,467,468,469,466,467,468,469,466,467,468,469,466,467,468,469,466,467,468,469,466,467,468,469,468,466,467,468,469,466,467,468,469,0,0,467,469,0,466,466,467,468,469,468,466,467,468,469,466,467,468,469,466,467,468,469,466,467,468,469,0,0,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,470,471,0,471,470,471,470,471,470,471,470,471,470,471,474,0,474,474,0,0,474,472,473,474,472,473,474,472,473,474,472,473,472,473,474,472,473,474,472,473,474,472,473,474,472,473,474,472,473,474,472,473,474,472,473,474,472,473,474,472,472,473,474,472,473,474,472,474,473,0,472,473,474,472,473,474,472,473,474,472,473,474,472,473,474,475,0,475,475,475,475,475,475,475,475,475,475,475,475,475,475,475,475,475,475,475,475,475,477,477,0,477,0,476,477,476,477,476,477,476,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,476,477,478,478,0,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,0,0,480,479,480,479,480,479,480,479,479,480,479,480,479,480,479,480,479,480,479,480,479,480,479,480,479,480,479,480,479,480,480,479,480,479,480,479,480,479,480,479,480,481,481,0,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,481,0,0,0,0,0,0,0,0,0,0,0,226,226,218,216,226,218,226,217,221,226,226,222,222,226,226,218,218,223,226,226,226,222,225,0,0,0,219,226,221,219,226,222,226,0,0,0,226,226,226,219,226,217,219,221,226,219,222,226,218,222,223,222,226,220,218,226,218,218,218,226,218,226,226,226,226,218,219,219,226,226,219,229,0,229,0,230,228,0,228,228,0,227,0,0,234,0,0,227,232,231,0,0,0,236,237,0,237,239,239,239,0,239,239,0,238,0,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,380,0,489,489,489,489,489,489,489,0,0,489,489,489,489,0,493,493,493,493,493,493,493,493,493,493,493,493,493,0,0,0,0,0,0,0,0,0,371,378,372,379,374,0,376,377,376,377,375,378,372,376,378,376,377,373,374,373,373,0,381,381,381,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,205,0,205,0,163,163],"f":"````````````````````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{{j{c}}}}}{{j{c}}}{ln}}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{A`{Ad{Ab}}}{{Af{{j{c}}}}}n}{Ab{{Al{{Aj{Ah}}}}}}{{An{B`{c}}{B`{Bb}}}{{Af{BdAn}}}Bf}{{{j{{Bj{Bh}}}}{B`{c}}{B`{Bb}}}{{Af{Bd{j{{Bj{Bh}}}}}}}Bf}{{Bl{B`{c}}{B`{Bb}}{C`{{Bn{A`}}}}{b{{Cf{{Cd{{b{Cb}}{b{{Cf{{Cd{{b{Cb}}{Ad{A`}}}}}}}}}}}}}}}{{Af{BdBl}}}Bf}{{{j{{Ch{Bh}}}}{B`{c}}{B`{Bb}}{C`{{Bn{A`}}}}{b{{Cf{{Cd{{b{Cb}}{b{{Cf{{Cd{{b{Cb}}{Ad{A`}}}}}}}}}}}}}}}{{Af{Bd{j{{Ch{Bh}}}}}}}Bf}{{{b{hBd}}}f}{cc{}}0{{{b{c}}}c{}}{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{n{}{{Cl{c}}{Cn{e}}}}}}g}{{Al{{Aj{Ah}}}}}{lD`DbDdDf}{lD`DbDdDf}{{Dj{}{{Dh{c}}}}D`}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055```````{{{b{Bf}}{b{Cb}}}E`}{{{b{hEb}}Ed}{{Ef{f}}}}{{{b{Bf}}{b{Cb}}{Ad{Eh}}{b{{Cf{A`}}}}{C`{Ej}}}{{Af{f}}}}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{hc}}}{{b{he}}}{}{}}0000{{{b{Bf}}{b{El}}}{{Af{En}}}}====={{{b{F`}}{b{Cb}}}{{Fd{{Fb{A`A`}}}}}}{{{b{hEb}}{b{Cb}}}{{C`{{b{hEl}}}}}}{{A`c{B`{e}}{B`{F`}}{C`{Ej}}{C`{{Bn{A`}}}}}{{Al{{Aj{Ff}}}}}{{Ff{}{{Fh{{Fl{Fj}}}}}}D`}Bf}{{{b{Bf}}}A`}{{{b{Bf}}{b{Cb}}}{{`{{Fn{}{{Fh{{Cd{{b{Cb}}{Ad{A`}}}}}}}}}}}}{ce{}{}}0000{c{{Cj{e}}}{}{}}0000{{}G`}{{{b{hEb}}Gb}{{Ef{Ed}}}}{cF`{{Fn{}{{Fh{{b{Cb}}}}}}}}{A`El}`{{{b{Bf}}{Gd{Bf}}}{{`{{Ah{}{{Gf{f}}}}D`}}}}``{{{b{hEl}}Gh}f}```{A`Eb}{{{b{hEb}}A`}{{b{hEl}}}}{{{b{Eb}}}{{`{{Fn{}{{Fh{A`}}}}}}}}{c{{Dl{e}}}{}{}}000000000{{{b{c}}}Dn{}}0000`{{{b{hEl}}Gj}f}{{{b{El}}{b{Cb}}{b{Cb}}}E`}``>>>>>````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{b{{H`{}{{Gl{c}}{Gn{e}}}}}}{Cj{{Hb{Gj}}}}}{{Al{{Aj{Ah}}}}}{{Ff{}{{Fh{{Dl{HdHf}}}}}}D`}{{Ff{}{{Fh{{Dl{FjHf}}}}}}D`}}{{{b{{H`{}{{Gl{c}}{Gn{e}}}}}}{Cj{{Hb{Hh}}}}}{{Al{{Aj{Ah}}}}}{{Ff{}{{Fh{{Dl{HdHf}}}}}}D`}{{Ff{}{{Fh{{Dl{FjHf}}}}}}D`}}```````````````````````````````{{{b{c}}d}f{}}00000000000000``{{{b{c}}}{{b{e}}}{}{}}00000000000000{{{b{hc}}}{{b{he}}}{}{}}00000000000000{{{b{hHj}}}f}{{{b{hHl}}}f}{{{b{hHn}}}f}{{{b{hI`}}}f}{{{b{hIb}}}f}{{{b{hId}}}f}{{{b{hIf}}}f}{{{b{hIh}}}f}{{{b{hIj}}}f}{{{b{hIl}}}f}{{{b{hIn}}}f}{{{b{hJ`}}}f}{{{b{hJb}}}f}{{{b{hJd}}}f}{{{b{hJf}}}f}{{{b{Hj}}}Hj}{{{b{Hl}}}Hl}{{{b{Hn}}}Hn}{{{b{I`}}}I`}{{{b{Ib}}}Ib}{{{b{Id}}}Id}{{{b{If}}}If}{{{b{Ih}}}Ih}{{{b{Ij}}}Ij}{{{b{Il}}}Il}{{{b{In}}}In}{{{b{J`}}}J`}{{{b{Jb}}}Jb}{{{b{Jd}}}Jd}{{{b{Jf}}}Jf}{{{b{c}}{b{he}}}f{}{}}00000000000000{{{b{c}}}f{}}00000000000000`````{{}Hj}{{}Hl}{{}Hn}{{}I`}{{}Ib}{{}Id}{{}If}{{}Ih}{{}Ij}{{}Il}{{}In}{{}J`}{{}Jb}{{}Jd}{{}Jf}{{{b{Hj}}}G`}{{{b{Hl}}}G`}{{{b{Hn}}}G`}{{{b{I`}}}G`}{{{b{Ib}}}G`}{{{b{Id}}}G`}{{{b{If}}}G`}{{{b{Ih}}}G`}{{{b{Ij}}}G`}{{{b{Il}}}G`}{{{b{In}}}G`}{{{b{J`}}}G`}{{{b{Jb}}}G`}{{{b{Jd}}}G`}{{{b{Jf}}}G`}{{{b{Hj}}{b{Hj}}}E`}{{{b{Hl}}{b{Hl}}}E`}{{{b{Hn}}{b{Hn}}}E`}{{{b{I`}}{b{I`}}}E`}{{{b{Ib}}{b{Ib}}}E`}{{{b{Id}}{b{Id}}}E`}{{{b{If}}{b{If}}}E`}{{{b{Ih}}{b{Ih}}}E`}{{{b{Ij}}{b{Ij}}}E`}{{{b{Il}}{b{Il}}}E`}{{{b{In}}{b{In}}}E`}{{{b{J`}}{b{J`}}}E`}{{{b{Jb}}{b{Jb}}}E`}{{{b{Jd}}{b{Jd}}}E`}{{{b{Jf}}{b{Jf}}}E`}```````{{{b{Hj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Hl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Hn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{I`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Ib}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Id}}{b{hJh}}}{{Dl{fJj}}}}{{{b{If}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Ih}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Ij}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Il}}{b{hJh}}}{{Dl{fJj}}}}{{{b{In}}{b{hJh}}}{{Dl{fJj}}}}{{{b{J`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Jb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Jd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Jf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00000000000000{{{b{c}}}c{}}00000000000000``{ce{}{}}00000000000000{c{{Cj{e}}}{}{}}00000000000000````{{{b{Hn}}}Jl}``{{{b{hJb}}Jn}f}`{{{b{hHn}}Jl}f}{{{b{Jb}}}{{Kh{{Kd{{Kb{K`}}}}{Kf{K`}{{Gf{{C`{Jn}}}}}}}}}}`{{{b{c}}}e{}{}}00000000000000{c{{Dl{e}}}{}{}}00000000000000000000000000000{{{b{c}}}Dn{}}00000000000000``888888888888888``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{Kj}}}Kj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{Kj}}{b{hc}}}fKl}{{{b{Kj}}}G`}{{{b{Kj}}{b{Kj}}}E`}{{{b{Kj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{Kj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{Lh}}}Lh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{Lh}}{b{hc}}}fKl}{{{b{Lh}}}G`}{{{b{Lh}}{b{Lh}}}E`}{{{b{Lh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{Lh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5````{{{b{c}}d}f{}}{{{b{Jl}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{Jl}}}Jl}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{Jl}}{b{Jl}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}Jl}{{{b{Jl}}{b{Jl}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{Jl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{Jl}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{Jl}}}}{{{b{Jl}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{Jl}}{b{Jl}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}{K`{{Dl{JlLn}}}}1{{{b{c}}}Dn{}}7``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{M`}}}M`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{M`}}{b{hc}}}fKl}{{{b{M`}}}G`}{{{b{M`}}{b{M`}}}E`}{{{b{M`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{M`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``````````````````{{{b{c}}d}f{}}{{{b{Jn}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{Jn}}}Jn}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{Jn}}{b{Jn}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}Jn}{{{b{Jn}}{b{Jn}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{Jn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{Jn}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{Jn}}}}{{{b{Jn}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{Jn}}{b{Jn}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}{K`{{Dl{JnLn}}}}1{{{b{c}}}Dn{}}7````````````````````````````````````````````````````````````````````````````````{{{b{c}}d}f{}}000000000000000000000000000000000000000000000000000000```````````````{{{b{Mb}}}Md}``{{{b{Mf}}}Mh}``{{{b{Mj}}}{{b{Cb}}}}{{{b{Ml}}}{{b{Cb}}}}{{{b{Mn}}}{{b{Cb}}}}{{{b{N`}}}{{b{Cb}}}}{{{b{Nb}}}{{b{Cb}}}}```{{{b{c}}}{{b{e}}}{}{}}000000000000000000000000000000000000000000000000000000{{{b{hc}}}{{b{he}}}{}{}}000000000000000000000000000000000000000000000000000000{{{b{hNd}}}f}{{{b{hNf}}}f}{{{b{hNh}}}f}{{{b{hNj}}}f}{{{b{hNl}}}f}{{{b{hNn}}}f}{{{b{hO`}}}f}{{{b{hOb}}}f}{{{b{hOd}}}f}{{{b{hMf}}}f}{{{b{hOf}}}f}{{{b{hOh}}}f}{{{b{hOj}}}f}{{{b{hOl}}}f}{{{b{hOn}}}f}{{{b{hA@`}}}f}{{{b{hA@b}}}f}{{{b{hA@d}}}f}{{{b{hA@f}}}f}{{{b{hA@h}}}f}{{{b{hA@j}}}f}{{{b{hA@l}}}f}{{{b{hA@n}}}f}{{{b{hAA`}}}f}{{{b{hAAb}}}f}{{{b{hAAd}}}f}{{{b{hAAf}}}f}{{{b{hMb}}}f}{{{b{hAAh}}}f}{{{b{hAAj}}}f}{{{b{hAAl}}}f}{{{b{hAAn}}}f}{{{b{hAB`}}}f}{{{b{hABb}}}f}{{{b{hABd}}}f}{{{b{hABf}}}f}{{{b{hABh}}}f}{{{b{hABj}}}f}{{{b{hABl}}}f}{{{b{hABn}}}f}{{{b{hAC`}}}f}{{{b{hACb}}}f}{{{b{hACd}}}f}{{{b{hACf}}}f}{{{b{hACh}}}f}{{{b{hACj}}}f}{{{b{hACl}}}f}{{{b{hACn}}}f}{{{b{hAD`}}}f}{{{b{hADb}}}f}{{{b{Nd}}}Nd}{{{b{Nf}}}Nf}{{{b{Nh}}}Nh}{{{b{Nj}}}Nj}{{{b{Nl}}}Nl}{{{b{Nn}}}Nn}{{{b{O`}}}O`}{{{b{Ob}}}Ob}{{{b{Od}}}Od}{{{b{Mf}}}Mf}{{{b{Of}}}Of}{{{b{Oh}}}Oh}{{{b{Oj}}}Oj}{{{b{Ol}}}Ol}{{{b{On}}}On}{{{b{A@`}}}A@`}{{{b{Mj}}}Mj}{{{b{Ml}}}Ml}{{{b{Mn}}}Mn}{{{b{A@b}}}A@b}{{{b{A@d}}}A@d}{{{b{A@f}}}A@f}{{{b{A@h}}}A@h}{{{b{A@j}}}A@j}{{{b{A@l}}}A@l}{{{b{A@n}}}A@n}{{{b{AA`}}}AA`}{{{b{AAb}}}AAb}{{{b{AAd}}}AAd}{{{b{AAf}}}AAf}{{{b{Mb}}}Mb}{{{b{AAh}}}AAh}{{{b{AAj}}}AAj}{{{b{AAl}}}AAl}{{{b{AAn}}}AAn}{{{b{AB`}}}AB`}{{{b{ABb}}}ABb}{{{b{N`}}}N`}{{{b{ABd}}}ABd}{{{b{ABf}}}ABf}{{{b{ABh}}}ABh}{{{b{ABj}}}ABj}{{{b{ABl}}}ABl}{{{b{ABn}}}ABn}{{{b{AC`}}}AC`}{{{b{ACb}}}ACb}{{{b{ACd}}}ACd}{{{b{ACf}}}ACf}{{{b{ACh}}}ACh}{{{b{ACj}}}ACj}{{{b{ACl}}}ACl}{{{b{ACn}}}ACn}{{{b{AD`}}}AD`}{{{b{ADb}}}ADb}{{{b{Nb}}}Nb}{{{b{c}}{b{he}}}f{}{}}000000000000000000000000000000000000000000000000000000{{{b{c}}}f{}}00000000000000000000000000000000000000000000000000000000000``{{{b{Mj}}{b{Mj}}}Lj}{{{b{Ml}}{b{Ml}}}Lj}{{{b{Mn}}{b{Mn}}}Lj}{{{b{N`}}{b{N`}}}Lj}{{{b{Nb}}{b{Nb}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}0000```````````{{}Nd}{{}Nf}{{}Nh}{{}Nj}{{}Nl}{{}Nn}{{}O`}{{}Ob}{{}Od}{{}Mf}{{}Of}{{}Oh}{{}Oj}{{}Ol}{{}On}{{}A@`}{{}Mj}{{}Ml}{{}Mn}{{}A@b}{{}A@d}{{}A@f}{{}A@h}{{}A@j}{{}A@l}{{}A@n}{{}AA`}{{}AAb}{{}AAd}{{}AAf}{{}Mb}{{}AAh}{{}AAj}{{}AAl}{{}AAn}{{}AB`}{{}ABb}{{}N`}{{}ABd}{{}ABf}{{}ABh}{{}ABj}{{}ABl}{{}ABn}{{}AC`}{{}ACb}{{}ACd}{{}ACf}{{}ACh}{{}ACj}{{}ACl}{{}ACn}{{}AD`}{{}ADb}{{}Nb}`````````{{{b{Nd}}}G`}{{{b{Nf}}}G`}{{{b{Nh}}}G`}{{{b{Nj}}}G`}{{{b{Nl}}}G`}{{{b{Nn}}}G`}{{{b{O`}}}G`}{{{b{Ob}}}G`}{{{b{Od}}}G`}{{{b{Mf}}}G`}{{{b{Of}}}G`}{{{b{Oh}}}G`}{{{b{Oj}}}G`}{{{b{Ol}}}G`}{{{b{On}}}G`}{{{b{A@`}}}G`}{{{b{A@b}}}G`}{{{b{A@d}}}G`}{{{b{A@f}}}G`}{{{b{A@h}}}G`}{{{b{A@j}}}G`}{{{b{A@l}}}G`}{{{b{A@n}}}G`}{{{b{AA`}}}G`}{{{b{AAb}}}G`}{{{b{AAd}}}G`}{{{b{AAf}}}G`}{{{b{Mb}}}G`}{{{b{AAh}}}G`}{{{b{AAj}}}G`}{{{b{AAl}}}G`}{{{b{AAn}}}G`}{{{b{AB`}}}G`}{{{b{ABb}}}G`}{{{b{ABd}}}G`}{{{b{ABf}}}G`}{{{b{ABh}}}G`}{{{b{ABj}}}G`}{{{b{ABl}}}G`}{{{b{ABn}}}G`}{{{b{AC`}}}G`}{{{b{ACb}}}G`}{{{b{ACd}}}G`}{{{b{ACf}}}G`}{{{b{ACh}}}G`}{{{b{ACj}}}G`}{{{b{ACl}}}G`}{{{b{ACn}}}G`}{{{b{AD`}}}G`}{{{b{ADb}}}G`}`{{{b{Nd}}{b{Nd}}}E`}{{{b{Nf}}{b{Nf}}}E`}{{{b{Nh}}{b{Nh}}}E`}{{{b{Nj}}{b{Nj}}}E`}{{{b{Nl}}{b{Nl}}}E`}{{{b{Nn}}{b{Nn}}}E`}{{{b{O`}}{b{O`}}}E`}{{{b{Ob}}{b{Ob}}}E`}{{{b{Od}}{b{Od}}}E`}{{{b{Mf}}{b{Mf}}}E`}{{{b{Of}}{b{Of}}}E`}{{{b{Oh}}{b{Oh}}}E`}{{{b{Oj}}{b{Oj}}}E`}{{{b{Ol}}{b{Ol}}}E`}{{{b{On}}{b{On}}}E`}{{{b{A@`}}{b{A@`}}}E`}{{{b{Mj}}{b{Mj}}}E`}{{{b{Ml}}{b{Ml}}}E`}{{{b{Mn}}{b{Mn}}}E`}{{{b{A@b}}{b{A@b}}}E`}{{{b{A@d}}{b{A@d}}}E`}{{{b{A@f}}{b{A@f}}}E`}{{{b{A@h}}{b{A@h}}}E`}{{{b{A@j}}{b{A@j}}}E`}{{{b{A@l}}{b{A@l}}}E`}{{{b{A@n}}{b{A@n}}}E`}{{{b{AA`}}{b{AA`}}}E`}{{{b{AAb}}{b{AAb}}}E`}{{{b{AAd}}{b{AAd}}}E`}{{{b{AAf}}{b{AAf}}}E`}{{{b{Mb}}{b{Mb}}}E`}{{{b{AAh}}{b{AAh}}}E`}{{{b{AAj}}{b{AAj}}}E`}{{{b{AAl}}{b{AAl}}}E`}{{{b{AAn}}{b{AAn}}}E`}{{{b{AB`}}{b{AB`}}}E`}{{{b{ABb}}{b{ABb}}}E`}{{{b{N`}}{b{N`}}}E`}{{{b{ABd}}{b{ABd}}}E`}{{{b{ABf}}{b{ABf}}}E`}{{{b{ABh}}{b{ABh}}}E`}{{{b{ABj}}{b{ABj}}}E`}{{{b{ABl}}{b{ABl}}}E`}{{{b{ABn}}{b{ABn}}}E`}{{{b{AC`}}{b{AC`}}}E`}{{{b{ACb}}{b{ACb}}}E`}{{{b{ACd}}{b{ACd}}}E`}{{{b{ACf}}{b{ACf}}}E`}{{{b{ACh}}{b{ACh}}}E`}{{{b{ACj}}{b{ACj}}}E`}{{{b{ACl}}{b{ACl}}}E`}{{{b{ACn}}{b{ACn}}}E`}{{{b{AD`}}{b{AD`}}}E`}{{{b{ADb}}{b{ADb}}}E`}{{{b{Nb}}{b{Nb}}}E`}{{{b{c}}{b{e}}}E`{}{}}00000000000000`````{{{b{Nd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Nf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Nh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Nj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Nl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Nn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{O`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Ob}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Od}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Mf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Of}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Oh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Oj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Ol}}{b{hJh}}}{{Dl{fJj}}}}{{{b{On}}{b{hJh}}}{{Dl{fJj}}}}{{{b{A@`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Mj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Ml}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Mn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{A@b}}{b{hJh}}}{{Dl{fJj}}}}{{{b{A@d}}{b{hJh}}}{{Dl{fJj}}}}{{{b{A@f}}{b{hJh}}}{{Dl{fJj}}}}{{{b{A@h}}{b{hJh}}}{{Dl{fJj}}}}{{{b{A@j}}{b{hJh}}}{{Dl{fJj}}}}{{{b{A@l}}{b{hJh}}}{{Dl{fJj}}}}{{{b{A@n}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AA`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AAb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AAd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AAf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Mb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AAh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AAj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AAl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AAn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AB`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ABb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{N`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ABd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ABf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ABh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ABj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ABl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ABn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AC`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ACb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ACd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ACf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ACh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ACj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ACl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ACn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AD`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ADb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Nb}}{b{hJh}}}{{Dl{fJj}}}}`{cc{}}000000000000000000000000000000000000000000000000000000{K`{{C`{Mj}}}}{K`{{C`{Ml}}}}{K`{{C`{Mn}}}}{K`{{C`{N`}}}}{K`{{C`{Nb}}}}{{{b{c}}}c{}}000000000000000000000000000000000000000000000000000000{{{b{Cb}}}{{C`{Mj}}}}{{{b{Cb}}}{{C`{Ml}}}}{{{b{Cb}}}{{C`{Mn}}}}{{{b{Cb}}}{{C`{N`}}}}{{{b{Cb}}}{{C`{Nb}}}}``{{{b{Mj}}{b{hc}}}fLl}{{{b{Ml}}{b{hc}}}fLl}{{{b{Mn}}{b{hc}}}fLl}{{{b{N`}}{b{hc}}}fLl}{{{b{Nb}}{b{hc}}}fLl}````{{{b{AC`}}}ADd}``````````````````````````{ce{}{}}000000000000000000000000000000000000000000000000000000{c{{Cj{e}}}{}{}}000000000000000000000000000000000000000000000000000000`{K`E`}0000````````````````````````````````````{{{b{Mj}}{b{Mj}}}{{C`{Lj}}}}{{{b{Ml}}{b{Ml}}}{{C`{Lj}}}}{{{b{Mn}}{b{Mn}}}{{C`{Lj}}}}{{{b{N`}}{b{N`}}}{{C`{Lj}}}}{{{b{Nb}}{b{Nb}}}{{C`{Lj}}}}```````{{{b{A@l}}}ADf}``{{{b{hAD`}}Nb}f}``````{{{b{AB`}}}N`}````````{{{b{hMb}}Md}f}{{{b{hMf}}Mh}f}{{{b{hAC`}}ADd}f}`{{{b{hA@l}}ADf}f}{{{b{hAB`}}N`}f}{{{b{hA@f}}ADh}f}{{{b{hMb}}N`}f}{{{b{hAAj}}N`}f}{{{b{hA@d}}ADj}f}`````{{{b{A@f}}}ADh}`{{{b{AD`}}}{{Kh{{Kd{{Kb{K`}}}}{Kf{K`}{{Gf{{C`{Nb}}}}}}}}}}````````{{{b{c}}}e{}{}}000000000000000000000000000000000000000000000000000000`{{{b{Mb}}}N`}{{{b{AAj}}}N`}````{c{{Dl{e}}}{}{}}000000000000000{K`{{Dl{MjLn}}}}1{K`{{Dl{MlLn}}}}22{K`{{Dl{MnLn}}}}3333333333333333333{K`{{Dl{N`Ln}}}}4444444444444444{K`{{Dl{NbLn}}}}55555555555555555555555555555555555555555555555555555555{{{b{c}}}Dn{}}000000000000000000000000000000000000000000000000000000``````````{{{b{A@d}}}ADj}`{ce{}{}}000000000000000000000000000000000000000000000000000000``````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{ADl}}}ADl}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{ADl}}{b{hc}}}fKl}{{{b{ADl}}}G`}{{{b{ADl}}{b{ADl}}}E`}{{{b{ADl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}<{c{{Cj{e}}}{}{}}{{{b{h{C`{ADl}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}{ce{}{}}`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hADn}}}f}{{{b{ADn}}}ADn}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}ADn}{{{b{ADn}}}G`}{{{b{ADn}}{b{ADn}}}E`}{{{b{ADn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}`={c{{Cj{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}{ce{}{}}```````{{{b{c}}d}f{}}{{{b{Md}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{Md}}}Md}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{Md}}{b{Md}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}Md}{{{b{Md}}{b{Md}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{Md}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{Md}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{Md}}}}{{{b{Md}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{Md}}{b{Md}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{K`{{Dl{MdLn}}}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}7``````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AE`}}}AE`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AE`}}{b{hc}}}fKl}{{{b{AE`}}}G`}{{{b{AE`}}{b{AE`}}}E`}{{{b{AE`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AE`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AEb}}}AEb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AEb}}{b{hc}}}fKl}{{{b{AEb}}}G`}{{{b{AEb}}{b{AEb}}}E`}{{{b{AEb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AEb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AEd}}}AEd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AEd}}{b{hc}}}fKl}{{{b{AEd}}}G`}{{{b{AEd}}{b{AEd}}}E`}{{{b{AEd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AEd}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AEf}}}AEf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AEf}}{b{hc}}}fKl}{{{b{AEf}}}G`}{{{b{AEf}}{b{AEf}}}E`}{{{b{AEf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AEf}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````{{{b{c}}d}f{}}00`{{{b{c}}}{{b{e}}}{}{}}00{{{b{hc}}}{{b{he}}}{}{}}00```{{{b{hAEh}}}f}{{{b{hAEj}}}f}{{{b{AEh}}}AEh}{{{b{AEj}}}AEj}{{{b{AEl}}}AEl}{{{b{c}}{b{he}}}f{}{}}00{{{b{c}}}f{}}00```{{}AEh}{{}AEj}{{{b{AEl}}{b{hc}}}fKl}{{{b{AEh}}}G`}{{{b{AEj}}}G`}{{{b{AEl}}}G`}{{{b{AEh}}{b{AEh}}}E`}{{{b{AEj}}{b{AEj}}}E`}{{{b{AEl}}{b{AEl}}}E`}{{{b{AEh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AEj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AEl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00{{{b{c}}}c{}}00`{ce{}{}}00{c{{Cj{e}}}{}{}}00{{{b{h{C`{AEl}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}```{{{b{c}}}e{}{}}00{c{{Dl{e}}}{}{}}00000{{{b{c}}}Dn{}}00555`````{{{b{c}}d}f{}}0000`{{{b{c}}}{{b{e}}}{}{}}0000{{{b{hc}}}{{b{he}}}{}{}}0000````{{{b{hAEn}}}f}{{{b{hAF`}}}f}{{{b{hAFb}}}f}{{{b{hAFd}}}f}{{{b{hAFf}}}f}{{{b{AEn}}}AEn}{{{b{AF`}}}AF`}{{{b{AFb}}}AFb}{{{b{AFd}}}AFd}{{{b{AFf}}}AFf}{{{b{c}}{b{he}}}f{}{}}0000{{{b{c}}}f{}}0000``{{}AEn}{{}AF`}{{}AFb}{{}AFd}{{}AFf}{{{b{AEn}}}G`}{{{b{AF`}}}G`}{{{b{AFb}}}G`}{{{b{AFd}}}G`}{{{b{AFf}}}G`}{{{b{AEn}}{b{AEn}}}E`}{{{b{AF`}}{b{AF`}}}E`}{{{b{AFb}}{b{AFb}}}E`}{{{b{AFd}}{b{AFd}}}E`}{{{b{AFf}}{b{AFf}}}E`}{{{b{AEn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AF`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AFb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AFd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AFf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000{{{b{c}}}c{}}0000{ce{}{}}0000{c{{Cj{e}}}{}{}}0000``{{{b{c}}}e{}{}}0000{c{{Dl{e}}}{}{}}000000000{{{b{c}}}Dn{}}000044444````````````{{{b{c}}d}f{}}0000`````{{{b{c}}}{{b{e}}}{}{}}0000{{{b{hc}}}{{b{he}}}{}{}}0000{{{b{hAFh}}}f}{{{b{hAFj}}}f}{{{b{hAFl}}}f}{{{b{hAFn}}}f}{{{b{AFh}}}AFh}{{{b{AFj}}}AFj}{{{b{AFl}}}AFl}{{{b{AFn}}}AFn}{{{b{AG`}}}AG`}{{{b{c}}{b{he}}}f{}{}}0000{{{b{c}}}f{}}0000`{{}AFh}{{}AFj}{{}AFl}{{}AFn}{{{b{AG`}}{b{hc}}}fKl}{{{b{AFh}}}G`}{{{b{AFj}}}G`}{{{b{AFl}}}G`}{{{b{AFn}}}G`}{{{b{AG`}}}G`}{{{b{AFh}}{b{AFh}}}E`}{{{b{AFj}}{b{AFj}}}E`}{{{b{AFl}}{b{AFl}}}E`}{{{b{AFn}}{b{AFn}}}E`}{{{b{AG`}}{b{AG`}}}E`}{{{b{AFh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AFj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AFl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AFn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AG`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000{{{b{c}}}c{}}0000{ce{}{}}0000{c{{Cj{e}}}{}{}}0000`{{{b{h{C`{AG`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}```````{{{b{c}}}e{}{}}0000``{c{{Dl{e}}}{}{}}000000000{{{b{c}}}Dn{}}000055555``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AGb}}}AGb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AGb}}{b{hc}}}fKl}{{{b{AGb}}}G`}{{{b{AGb}}{b{AGb}}}E`}{{{b{AGb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AGb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hAGd}}}f}{{{b{AGd}}}AGd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}AGd}{{{b{AGd}}}G`}{{{b{AGd}}{b{AGd}}}E`}{{{b{AGd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}``4```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AGf}}}AGf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AGf}}{b{hc}}}fKl}{{{b{AGf}}}G`}{{{b{AGf}}{b{AGf}}}E`}{{{b{AGf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AGf}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AGh}}}AGh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AGh}}{b{hc}}}fKl}{{{b{AGh}}}G`}{{{b{AGh}}{b{AGh}}}E`}{{{b{AGh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AGh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5````{{{b{c}}d}f{}}{{{b{Mh}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{Mh}}}Mh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{Mh}}{b{Mh}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}Mh}{{{b{Mh}}{b{Mh}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{Mh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{Mh}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{Mh}}}}{{{b{Mh}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{Mh}}{b{Mh}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}{K`{{Dl{MhLn}}}}1{{{b{c}}}Dn{}}7````````````{{{b{c}}d}f{}}0000000``{{{b{c}}}{{b{e}}}{}{}}0000000{{{b{hc}}}{{b{he}}}{}{}}0000000{{{b{hAGj}}}f}{{{b{hAGl}}}f}{{{b{hAGn}}}f}{{{b{hAH`}}}f}{{{b{hAHb}}}f}{{{b{hAHd}}}f}{{{b{hAHf}}}f}{{{b{AGj}}}AGj}{{{b{AGl}}}AGl}{{{b{AGn}}}AGn}{{{b{AH`}}}AH`}{{{b{AHb}}}AHb}{{{b{AHd}}}AHd}{{{b{AHf}}}AHf}{{{b{AHh}}}AHh}{{{b{c}}{b{he}}}f{}{}}0000000{{{b{c}}}f{}}0000000{{{b{AGl}}}AHj}```{{}AGj}{{}AGl}{{}AGn}{{}AH`}{{}AHb}{{}AHd}{{}AHf}{{{b{AHh}}{b{hc}}}fKl}{{{b{AGj}}}G`}{{{b{AGl}}}G`}{{{b{AGn}}}G`}{{{b{AH`}}}G`}{{{b{AHb}}}G`}{{{b{AHd}}}G`}{{{b{AHf}}}G`}{{{b{AHh}}}G`}{{{b{AGj}}{b{AGj}}}E`}{{{b{AGl}}{b{AGl}}}E`}{{{b{AGn}}{b{AGn}}}E`}{{{b{AH`}}{b{AH`}}}E`}{{{b{AHb}}{b{AHb}}}E`}{{{b{AHd}}{b{AHd}}}E`}{{{b{AHf}}{b{AHf}}}E`}{{{b{AHh}}{b{AHh}}}E`}`{{{b{AGj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AGl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AGn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AH`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AHb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AHd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AHf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AHh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000000{{{b{c}}}c{}}0000000``{ce{}{}}0000000{c{{Cj{e}}}{}{}}0000000`{{{b{h{C`{AHh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}`````````````{{{b{hAGl}}AHj}f}{{{b{c}}}e{}{}}0000000{c{{Dl{e}}}{}{}}000000000000000{{{b{c}}}Dn{}}000000066666666``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AHl}}}AHl}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AHl}}{b{hc}}}fKl}{{{b{AHl}}}G`}{{{b{AHl}}{b{AHl}}}E`}{{{b{AHl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AHl}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AHn}}}AHn}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AHn}}{b{hc}}}fKl}{{{b{AHn}}}G`}{{{b{AHn}}{b{AHn}}}E`}{{{b{AHn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AHn}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hAI`}}}f}{{{b{AI`}}}AI`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}AI`}{{{b{AI`}}}G`}{{{b{AI`}}{b{AI`}}}E`}{{{b{AI`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}``{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4````{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hAIb}}}f}{{{b{AIb}}}AIb}{{{b{AId}}}AId}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}AIb}{{{b{AId}}{b{hc}}}fKl}{{{b{AIb}}}G`}{{{b{AId}}}G`}{{{b{AIb}}{b{AIb}}}E`}{{{b{AId}}{b{AId}}}E`}{{{b{AIb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AId}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{C`{AId}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hAIf}}}f}{{{b{AIf}}}AIf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}AIf}{{{b{AIf}}}G`}{{{b{AIf}}{b{AIf}}}E`}{{{b{AIf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}`{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}`4````{{{b{c}}d}f{}}{{{b{ADd}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{ADd}}}ADd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{ADd}}{b{ADd}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}ADd}{{{b{ADd}}{b{ADd}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{ADd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{ADd}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{ADd}}}}{{{b{ADd}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{ADd}}{b{ADd}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}{K`{{Dl{ADdLn}}}}1{{{b{c}}}Dn{}}7```{{{b{c}}d}f{}}{{{b{ADj}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{ADj}}}ADj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{ADj}}{b{ADj}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}ADj}{{{b{ADj}}{b{ADj}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{ADj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{ADj}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{ADj}}}}{{{b{ADj}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{ADj}}{b{ADj}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}{K`{{Dl{ADjLn}}}}1{{{b{c}}}Dn{}}7``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AIh}}}AIh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AIh}}{b{hc}}}fKl}{{{b{AIh}}}G`}{{{b{AIh}}{b{AIh}}}E`}{{{b{AIh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AIh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``````{{{b{c}}d}f{}}0{{{b{ADf}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{ADf}}}ADf}{{{b{AIj}}}AIj}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}00{{{b{ADf}}{b{ADf}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}ADf}{{{b{AIj}}{b{hc}}}fKl}{{{b{AIj}}}G`}{{{b{ADf}}{b{ADf}}}E`}{{{b{AIj}}{b{AIj}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{ADf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AIj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{K`{{C`{ADf}}}}{{{b{c}}}c{}}0{{{b{Cb}}}{{C`{ADf}}}}{{{b{ADf}}{b{hc}}}fLl}{ce{}{}}0{c{{Cj{e}}}{}{}}0{K`E`}{{{b{h{C`{AIj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{ADf}}{b{ADf}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}{K`{{Dl{ADfLn}}}}111{{{b{c}}}Dn{}}088```````{{{b{c}}d}f{}}0{{{b{ADh}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{ADh}}}ADh}{{{b{AIl}}}AIl}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}00{{{b{ADh}}{b{ADh}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}ADh}{{{b{AIl}}{b{hc}}}fKl}{{{b{AIl}}}G`}{{{b{ADh}}{b{ADh}}}E`}{{{b{AIl}}{b{AIl}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{ADh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AIl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{K`{{C`{ADh}}}}{{{b{c}}}c{}}0{{{b{Cb}}}{{C`{ADh}}}}{{{b{ADh}}{b{hc}}}fLl}{ce{}{}}0{c{{Cj{e}}}{}{}}0{K`E`}{{{b{h{C`{AIl}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{ADh}}{b{ADh}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}0{K`{{Dl{ADhLn}}}}{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}088``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AIn}}}AIn}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AIn}}{b{hc}}}fKl}{{{b{AIn}}}G`}{{{b{AIn}}{b{AIn}}}E`}{{{b{AIn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AIn}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````{{{b{c}}d}f{}}000`{{{b{c}}}{{b{e}}}{}{}}000{{{b{hc}}}{{b{he}}}{}{}}000{{{b{hAJ`}}}f}{{{b{hAJb}}}f}{{{b{hAJd}}}f}{{{b{hAJf}}}f}{{{b{AJ`}}}AJ`}{{{b{AJb}}}AJb}{{{b{AJd}}}AJd}{{{b{AJf}}}AJf}{{{b{c}}{b{he}}}f{}{}}000{{{b{c}}}f{}}000{{}AJ`}{{}AJb}{{}AJd}{{}AJf}{{{b{AJ`}}}G`}{{{b{AJb}}}G`}{{{b{AJd}}}G`}{{{b{AJf}}}G`}`{{{b{AJ`}}{b{AJ`}}}E`}{{{b{AJb}}{b{AJb}}}E`}{{{b{AJd}}{b{AJd}}}E`}{{{b{AJf}}{b{AJf}}}E`}{{{b{AJ`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AJb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AJd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AJf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}000{{{b{c}}}c{}}000`{{{b{AJb}}}Nb}```{ce{}{}}000{c{{Cj{e}}}{}{}}000````````````{{{b{hAJb}}Nb}f}{{{b{c}}}e{}{}}000{c{{Dl{e}}}{}{}}0000000{{{b{c}}}Dn{}}0005555`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hAJh}}}f}{{{b{AJh}}}AJh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}AJh}{{{b{AJh}}}G`}{{{b{AJh}}{b{AJh}}}E`}{{{b{AJh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}`{ce{}{}}{c{{Cj{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AJj}}}AJj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AJj}}{b{hc}}}fKl}{{{b{AJj}}}G`}{{{b{AJj}}{b{AJj}}}E`}{{{b{AJj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AJj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5````{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hAJl}}}f}{{{b{AJl}}}AJl}{{{b{AJn}}}AJn}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}AJl}{{{b{AJn}}{b{hc}}}fKl}{{{b{AJl}}}G`}{{{b{AJn}}}G`}{{{b{AJl}}{b{AJl}}}E`}{{{b{AJn}}{b{AJn}}}E`}{{{b{AJl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AJn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0`{{{b{h{C`{AJn}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055````````````{{{b{c}}d}f{}}0000000000```````{{{b{c}}}{{b{e}}}{}{}}0000000000{{{b{hc}}}{{b{he}}}{}{}}0000000000{{{b{hAK`}}}f}{{{b{hAKb}}}f}{{{b{hAKd}}}f}{{{b{hAKf}}}f}{{{b{hAKh}}}f}{{{b{hAKj}}}f}{{{b{hAKl}}}f}{{{b{hAKn}}}f}{{{b{hAL`}}}f}{{{b{hALb}}}f}{{{b{hALd}}}f}{{{b{AK`}}}AK`}{{{b{AKb}}}AKb}{{{b{AKd}}}AKd}{{{b{AKf}}}AKf}{{{b{AKh}}}AKh}{{{b{AKj}}}AKj}{{{b{AKl}}}AKl}{{{b{AKn}}}AKn}{{{b{AL`}}}AL`}{{{b{ALb}}}ALb}{{{b{ALd}}}ALd}{{{b{c}}{b{he}}}f{}{}}0000000000{{{b{c}}}f{}}0000000000``````{{}AK`}{{}AKb}{{}AKd}{{}AKf}{{}AKh}{{}AKj}{{}AKl}{{}AKn}{{}AL`}{{}ALb}{{}ALd}`````{{{b{ALd}}}ALf}````{{{b{AK`}}}G`}{{{b{AKb}}}G`}{{{b{AKd}}}G`}{{{b{AKf}}}G`}{{{b{AKh}}}G`}{{{b{AKj}}}G`}{{{b{AKl}}}G`}{{{b{AKn}}}G`}{{{b{AL`}}}G`}{{{b{ALb}}}G`}{{{b{ALd}}}G`}`{{{b{AK`}}{b{AK`}}}E`}{{{b{AKb}}{b{AKb}}}E`}{{{b{AKd}}{b{AKd}}}E`}{{{b{AKf}}{b{AKf}}}E`}{{{b{AKh}}{b{AKh}}}E`}{{{b{AKj}}{b{AKj}}}E`}{{{b{AKl}}{b{AKl}}}E`}{{{b{AKn}}{b{AKn}}}E`}{{{b{AL`}}{b{AL`}}}E`}{{{b{ALb}}{b{ALb}}}E`}{{{b{ALd}}{b{ALd}}}E`}```````{{{b{AK`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AKb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AKd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AKf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AKh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AKj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AKl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AKn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AL`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ALb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ALd}}{b{hJh}}}{{Dl{fJj}}}}`{cc{}}0000000000{{{b{c}}}c{}}0000000000``{ce{}{}}0000000000{c{{Cj{e}}}{}{}}0000000000``````````````````````{{{b{hALd}}ALf}f}{{{b{hAKd}}ALh}f}{{{b{hALd}}Mn}f}```{{{b{AKd}}}ALh}`````{{{b{c}}}e{}{}}0000000000{{{b{ALd}}}Mn}`````{c{{Dl{e}}}{}{}}000000000000000000000{{{b{c}}}Dn{}}0000000000```99999999999```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{ALj}}}ALj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{ALj}}{b{hc}}}fKl}{{{b{ALj}}}G`}{{{b{ALj}}{b{ALj}}}E`}{{{b{ALj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{ALj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hALl}}}f}{{{b{ALl}}}ALl}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}ALl}{{{b{ALl}}}G`}{{{b{ALl}}{b{ALl}}}E`}{{{b{ALl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4````{{{b{c}}d}f{}}{{{b{ALh}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{ALh}}}ALh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{ALh}}{b{ALh}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}ALh}{{{b{ALh}}{b{ALh}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{ALh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{ALh}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{ALh}}}}{{{b{ALh}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{ALh}}{b{ALh}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{K`{{Dl{ALhLn}}}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}7````````{{{b{c}}d}f{}}0000{{{b{ALf}}}{{b{Cb}}}}``{{{b{c}}}{{b{e}}}{}{}}0000{{{b{hc}}}{{b{he}}}{}{}}0000{{{b{hALn}}}f}{{{b{hAM`}}}f}{{{b{hAMb}}}f}{{{b{ALn}}}ALn}{{{b{AM`}}}AM`}{{{b{AMb}}}AMb}{{{b{ALf}}}ALf}{{{b{AMd}}}AMd}{{{b{c}}{b{he}}}f{}{}}0000{{{b{c}}}f{}}00000{{{b{ALf}}{b{ALf}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}`{{}ALn}{{}AM`}{{}AMb}{{}ALf}{{{b{AMd}}{b{hc}}}fKl}{{{b{ALn}}}G`}{{{b{AM`}}}G`}{{{b{AMb}}}G`}{{{b{AMd}}}G`}{{{b{ALn}}{b{ALn}}}E`}{{{b{AM`}}{b{AM`}}}E`}{{{b{AMb}}{b{AMb}}}E`}{{{b{ALf}}{b{ALf}}}E`}{{{b{AMd}}{b{AMd}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{ALn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AM`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AMb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ALf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AMd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000{K`{{C`{ALf}}}}{{{b{c}}}c{}}0000{{{b{Cb}}}{{C`{ALf}}}}{{{b{ALf}}{b{hc}}}fLl}{ce{}{}}0000{c{{Cj{e}}}{}{}}0000{K`E`}{{{b{h{C`{AMd}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{ALf}}{b{ALf}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}0000{c{{Dl{e}}}{}{}}00{K`{{Dl{ALfLn}}}}1111111{{{b{c}}}Dn{}}000088888```{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hAMf}}}f}{{{b{AMf}}}AMf}{{{b{AMh}}}AMh}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}AMf}{{{b{AMh}}{b{hc}}}fKl}{{{b{AMf}}}G`}{{{b{AMh}}}G`}{{{b{AMf}}{b{AMf}}}E`}{{{b{AMh}}{b{AMh}}}E`}{{{b{AMf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AMh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{C`{AMh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{AMj}}}AMj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{AMj}}{b{hc}}}fKl}{{{b{AMj}}}G`}{{{b{AMj}}{b{AMj}}}E`}{{{b{AMj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{AMj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5```````{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hAMl}}}f}{{{b{AMl}}}AMl}{{{b{AMn}}}AMn}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}AMl}{{{b{AMn}}{b{hc}}}fKl}{{{b{AMl}}}G`}{{{b{AMn}}}G`}{{{b{AMl}}{b{AMl}}}E`}{{{b{AMn}}{b{AMn}}}E`}{{{b{AMl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AMn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{C`{AMn}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}`{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055`````````````````````{{{b{c}}d}f{}}0000000000000000000```````````{{{b{c}}}{{b{e}}}{}{}}0000000000000000000{{{b{hc}}}{{b{he}}}{}{}}0000000000000000000`{{{b{hAN`}}}f}{{{b{hANb}}}f}{{{b{hANd}}}f}{{{b{hANf}}}f}{{{b{hANh}}}f}{{{b{hANj}}}f}{{{b{hANl}}}f}{{{b{hANn}}}f}{{{b{hAO`}}}f}{{{b{hAOb}}}f}{{{b{hAOd}}}f}{{{b{hAOf}}}f}{{{b{hAOh}}}f}{{{b{hAOj}}}f}{{{b{hAOl}}}f}{{{b{hAOn}}}f}{{{b{hB@`}}}f}{{{b{hB@b}}}f}{{{b{hB@d}}}f}{{{b{hB@f}}}f}`{{{b{AN`}}}AN`}{{{b{ANb}}}ANb}{{{b{ANd}}}ANd}{{{b{ANf}}}ANf}{{{b{ANh}}}ANh}{{{b{ANj}}}ANj}{{{b{ANl}}}ANl}{{{b{ANn}}}ANn}{{{b{AO`}}}AO`}{{{b{AOb}}}AOb}{{{b{AOd}}}AOd}{{{b{AOf}}}AOf}{{{b{AOh}}}AOh}{{{b{AOj}}}AOj}{{{b{AOl}}}AOl}{{{b{AOn}}}AOn}{{{b{B@`}}}B@`}{{{b{B@b}}}B@b}{{{b{B@d}}}B@d}{{{b{B@f}}}B@f}{{{b{c}}{b{he}}}f{}{}}0000000000000000000{{{b{c}}}f{}}0000000000000000000{{{b{ANl}}}B@h}`````````{{}AN`}{{}ANb}{{}ANd}{{}ANf}{{}ANh}{{}ANj}{{}ANl}{{}ANn}{{}AO`}{{}AOb}{{}AOd}{{}AOf}{{}AOh}{{}AOj}{{}AOl}{{}AOn}{{}B@`}{{}B@b}{{}B@d}{{}B@f}````{{{b{AN`}}}G`}{{{b{ANb}}}G`}{{{b{ANd}}}G`}{{{b{ANf}}}G`}{{{b{ANh}}}G`}{{{b{ANj}}}G`}{{{b{ANl}}}G`}{{{b{ANn}}}G`}{{{b{AO`}}}G`}{{{b{AOb}}}G`}{{{b{AOd}}}G`}{{{b{AOf}}}G`}{{{b{AOh}}}G`}{{{b{AOj}}}G`}{{{b{AOl}}}G`}{{{b{AOn}}}G`}{{{b{B@`}}}G`}{{{b{B@b}}}G`}{{{b{B@d}}}G`}{{{b{B@f}}}G`}{{{b{AN`}}{b{AN`}}}E`}{{{b{ANb}}{b{ANb}}}E`}{{{b{ANd}}{b{ANd}}}E`}{{{b{ANf}}{b{ANf}}}E`}{{{b{ANh}}{b{ANh}}}E`}{{{b{ANj}}{b{ANj}}}E`}{{{b{ANl}}{b{ANl}}}E`}{{{b{ANn}}{b{ANn}}}E`}{{{b{AO`}}{b{AO`}}}E`}{{{b{AOb}}{b{AOb}}}E`}{{{b{AOd}}{b{AOd}}}E`}{{{b{AOf}}{b{AOf}}}E`}{{{b{AOh}}{b{AOh}}}E`}{{{b{AOj}}{b{AOj}}}E`}{{{b{AOl}}{b{AOl}}}E`}{{{b{AOn}}{b{AOn}}}E`}{{{b{B@`}}{b{B@`}}}E`}{{{b{B@b}}{b{B@b}}}E`}{{{b{B@d}}{b{B@d}}}E`}{{{b{B@f}}{b{B@f}}}E`}`{{{b{AN`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ANb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ANd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ANf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ANh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ANj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ANl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{ANn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AO`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AOb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AOd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AOf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AOh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AOj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AOl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AOn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{B@`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{B@b}}{b{hJh}}}{{Dl{fJj}}}}{{{b{B@d}}{b{hJh}}}{{Dl{fJj}}}}{{{b{B@f}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000000000000000000{{{b{c}}}c{}}0000000000000000000``````````````````{{{b{ANl}}}B@j}``{ce{}{}}0000000000000000000{c{{Cj{e}}}{}{}}0000000000000000000`````````````````````````````{{{b{ANl}}}Mj}```````````````````{{{b{AN`}}}B@l}`{{{b{AOb}}}B@n}`````````````````````````{{{b{hANl}}B@h}f}{{{b{hANl}}B@j}f}{{{b{hANl}}Mj}f}{{{b{hAN`}}B@l}f}{{{b{hAOb}}B@n}f}``````{{{b{c}}}e{}{}}0000000000000000000``{c{{Dl{e}}}{}{}}000000000000000000000000000000000000000{{{b{c}}}Dn{}}0000000000000000000`````<<<<<<<<<<<<<<<<<<<<```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BA`}}}BA`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BA`}}{b{hc}}}fKl}{{{b{BA`}}}G`}{{{b{BA`}}{b{BA`}}}E`}{{{b{BA`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BA`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BAb}}}BAb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BAb}}{b{hc}}}fKl}{{{b{BAb}}}G`}{{{b{BAb}}{b{BAb}}}E`}{{{b{BAb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BAb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BAd}}}BAd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BAd}}{b{hc}}}fKl}{{{b{BAd}}}G`}{{{b{BAd}}{b{BAd}}}E`}{{{b{BAd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BAd}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``{{{b{c}}d}f{}}0``{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hBAf}}}f}{{{b{hBAh}}}f}{{{b{BAf}}}BAf}{{{b{BAh}}}BAh}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}BAf}{{}BAh}{{{b{BAf}}}G`}{{{b{BAh}}}G`}{{{b{BAf}}{b{BAf}}}E`}{{{b{BAh}}{b{BAh}}}E`}{{{b{BAf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BAh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0``{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}044``````````````````{{{b{c}}d}f{}}00000000{{{b{c}}}{{b{e}}}{}{}}00000000{{{b{hc}}}{{b{he}}}{}{}}00000000{{{b{hBAj}}}f}{{{b{hBAl}}}f}{{{b{hBAn}}}f}{{{b{hBB`}}}f}{{{b{hBBb}}}f}{{{b{hBBd}}}f}{{{b{hBBf}}}f}{{{b{hBBh}}}f}{{{b{BAj}}}BAj}{{{b{BAl}}}BAl}{{{b{BAn}}}BAn}{{{b{BB`}}}BB`}{{{b{BBb}}}BBb}{{{b{BBd}}}BBd}{{{b{BBf}}}BBf}{{{b{BBh}}}BBh}{{{b{BBj}}}BBj}{{{b{c}}{b{he}}}f{}{}}00000000{{{b{c}}}f{}}00000000{{}BAj}{{}BAl}{{}BAn}{{}BB`}{{}BBb}{{}BBd}{{}BBf}{{}BBh}````````{{{b{BBj}}{b{hc}}}fKl}{{{b{BAj}}}G`}{{{b{BAl}}}G`}{{{b{BAn}}}G`}{{{b{BB`}}}G`}{{{b{BBb}}}G`}{{{b{BBd}}}G`}{{{b{BBf}}}G`}{{{b{BBh}}}G`}{{{b{BBj}}}G`}{{{b{BAj}}{b{BAj}}}E`}{{{b{BAl}}{b{BAl}}}E`}{{{b{BAn}}{b{BAn}}}E`}{{{b{BB`}}{b{BB`}}}E`}{{{b{BBb}}{b{BBb}}}E`}{{{b{BBd}}{b{BBd}}}E`}{{{b{BBf}}{b{BBf}}}E`}{{{b{BBh}}{b{BBh}}}E`}{{{b{BBj}}{b{BBj}}}E`}`{{{b{BAj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BAl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BAn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BB`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BBb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BBd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BBf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BBh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BBj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00000000{{{b{c}}}c{}}00000000``{ce{}{}}00000000{c{{Cj{e}}}{}{}}00000000{{{b{h{C`{BBj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}```{{{b{hBBh}}BBl}f}`{{{b{BBh}}}BBl}`{{{b{c}}}e{}{}}00000000{c{{Dl{e}}}{}{}}00000000000000000{{{b{c}}}Dn{}}00000000777777777```{{{b{c}}d}f{}}{{{b{BBl}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BBl}}}BBl}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{BBl}}{b{BBl}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}BBl}{{{b{BBl}}{b{BBl}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{BBl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{BBl}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{BBl}}}}{{{b{BBl}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{BBl}}{b{BBl}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}{K`{{Dl{BBlLn}}}}1{{{b{c}}}Dn{}}7```{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hBBn}}}f}{{{b{BBn}}}BBn}{{{b{BC`}}}BC`}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}BBn}{{{b{BC`}}{b{hc}}}fKl}{{{b{BBn}}}G`}{{{b{BC`}}}G`}{{{b{BBn}}{b{BBn}}}E`}{{{b{BC`}}{b{BC`}}}E`}{{{b{BBn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BC`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{C`{BC`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}`{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055`````````````{{{b{c}}d}f{}}00{{{b{B@n}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{hc}}}{{b{he}}}{}{}}00{{{b{B@n}}}B@n}{{{b{BCb}}}BCb}{{{b{BCd}}}BCd}{{{b{c}}{b{he}}}f{}{}}00{{{b{c}}}f{}}000{{{b{B@n}}{b{B@n}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}B@n}{{{b{BCb}}{b{hc}}}fKl}{{{b{BCd}}{b{hc}}}fKl}{{{b{BCb}}}G`}{{{b{BCd}}}G`}{{{b{B@n}}{b{B@n}}}E`}{{{b{BCb}}{b{BCb}}}E`}{{{b{BCd}}{b{BCd}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{B@n}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BCb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BCd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00{K`{{C`{B@n}}}}{{{b{c}}}c{}}00{{{b{Cb}}}{{C`{B@n}}}}{{{b{B@n}}{b{hc}}}fLl}{ce{}{}}00{c{{Cj{e}}}{}{}}00{K`E`}{{{b{h{C`{BCb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{h{C`{BCd}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{B@n}}{b{B@n}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}00{K`{{Dl{B@nLn}}}}{c{{Dl{e}}}{}{}}00000{{{b{c}}}Dn{}}00999````````{{{b{c}}d}f{}}00000{{{b{BCf}}}{{b{Cb}}}}`{{{b{c}}}{{b{e}}}{}{}}00000{{{b{hc}}}{{b{he}}}{}{}}00000{{{b{hBCh}}}f}{{{b{hBCj}}}f}{{{b{hBCl}}}f}{{{b{hBCn}}}f}{{{b{hBD`}}}f}{{{b{BCh}}}BCh}{{{b{BCj}}}BCj}{{{b{BCl}}}BCl}{{{b{BCn}}}BCn}{{{b{BD`}}}BD`}{{{b{BCf}}}BCf}{{{b{c}}{b{he}}}f{}{}}00000{{{b{c}}}f{}}000000{{{b{BCf}}{b{BCf}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}``{{}BCh}{{}BCj}{{}BCl}{{}BCn}{{}BD`}{{}BCf}{{{b{BCh}}}G`}{{{b{BCj}}}G`}{{{b{BCl}}}G`}{{{b{BCn}}}G`}{{{b{BD`}}}G`}{{{b{BCh}}{b{BCh}}}E`}{{{b{BCj}}{b{BCj}}}E`}{{{b{BCl}}{b{BCl}}}E`}{{{b{BCn}}{b{BCn}}}E`}{{{b{BD`}}{b{BD`}}}E`}{{{b{BCf}}{b{BCf}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{BCh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BCj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BCl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BCn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BD`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BCf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BCn}}}BCf}`{cc{}}00000{K`{{C`{BCf}}}}{{{b{c}}}c{}}00000{{{b{Cb}}}{{C`{BCf}}}}{{{b{BCf}}{b{hc}}}fLl}{ce{}{}}00000{c{{Cj{e}}}{}{}}00000{K`E`}`````{{{b{BCf}}{b{BCf}}}{{C`{Lj}}}}```{{{b{hBCn}}BCf}f}{{{b{c}}}e{}{}}00000{c{{Dl{e}}}{}{}}00000{K`{{Dl{BCfLn}}}}111111{{{b{c}}}Dn{}}00000888888``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BDb}}}BDb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BDb}}{b{hc}}}fKl}{{{b{BDb}}}G`}{{{b{BDb}}{b{BDb}}}E`}{{{b{BDb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BDb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BDd}}}BDd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BDd}}{b{hc}}}fKl}{{{b{BDd}}}G`}{{{b{BDd}}{b{BDd}}}E`}{{{b{BDd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BDd}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BDf}}}BDf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BDf}}{b{hc}}}fKl}{{{b{BDf}}}G`}{{{b{BDf}}{b{BDf}}}E`}{{{b{BDf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BDf}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5````````````````````{{{b{c}}d}f{}}0000000{{{b{B@h}}}{{b{Cb}}}}{{{b{B@j}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}0000000{{{b{hc}}}{{b{he}}}{}{}}0000000{{{b{hBDh}}}f}{{{b{hBDj}}}f}{{{b{hBDl}}}f}{{{b{hBDn}}}f}{{{b{BDh}}}BDh}{{{b{BDj}}}BDj}{{{b{BDl}}}BDl}{{{b{BDn}}}BDn}{{{b{B@h}}}B@h}{{{b{B@j}}}B@j}{{{b{BE`}}}BE`}{{{b{BEb}}}BEb}{{{b{c}}{b{he}}}f{}{}}0000000{{{b{c}}}f{}}000000000`{{{b{B@h}}{b{B@h}}}Lj}{{{b{B@j}}{b{B@j}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}0`{{}BDh}{{}BDj}{{}BDl}{{}BDn}{{}B@h}{{}B@j}`{{{b{BE`}}{b{hc}}}fKl}{{{b{BEb}}{b{hc}}}fKl}{{{b{BDh}}}G`}{{{b{BDj}}}G`}{{{b{BDl}}}G`}{{{b{BDn}}}G`}{{{b{BE`}}}G`}{{{b{BEb}}}G`}{{{b{BDh}}{b{BDh}}}E`}{{{b{BDj}}{b{BDj}}}E`}{{{b{BDl}}{b{BDl}}}E`}{{{b{BDn}}{b{BDn}}}E`}{{{b{B@h}}{b{B@h}}}E`}{{{b{B@j}}{b{B@j}}}E`}{{{b{BE`}}{b{BE`}}}E`}{{{b{BEb}}{b{BEb}}}E`}{{{b{c}}{b{e}}}E`{}{}}00000{{{b{BDh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BDj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BDl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BDn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{B@h}}{b{hJh}}}{{Dl{fJj}}}}{{{b{B@j}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BE`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BEb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000000{K`{{C`{B@h}}}}{K`{{C`{B@j}}}}{{{b{c}}}c{}}0000000{{{b{Cb}}}{{C`{B@h}}}}{{{b{Cb}}}{{C`{B@j}}}}``{{{b{B@h}}{b{hc}}}fLl}{{{b{B@j}}{b{hc}}}fLl}`{ce{}{}}0000000{c{{Cj{e}}}{}{}}0000000{K`E`}0`{{{b{h{C`{BE`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{h{C`{BEb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{B@h}}{b{B@h}}}{{C`{Lj}}}}{{{b{B@j}}{b{B@j}}}{{C`{Lj}}}}```{{{b{c}}}e{}{}}0000000`{c{{Dl{e}}}{}{}}000{K`{{Dl{B@hLn}}}}1{K`{{Dl{B@jLn}}}}22222222222{{{b{c}}}Dn{}}0000000``;;;;;;;;```````````{{{b{c}}d}f{}}00000{{{b{c}}}{{b{e}}}{}{}}00000{{{b{hc}}}{{b{he}}}{}{}}00000{{{b{hBEd}}}f}{{{b{hBEf}}}f}{{{b{hBEh}}}f}{{{b{hBEj}}}f}{{{b{hBEl}}}f}{{{b{BEd}}}BEd}{{{b{BEf}}}BEf}{{{b{BEh}}}BEh}{{{b{BEj}}}BEj}{{{b{BEl}}}BEl}{{{b{BEn}}}BEn}{{{b{c}}{b{he}}}f{}{}}00000{{{b{c}}}f{}}00000{{}BEd}{{}BEf}{{}BEh}{{}BEj}{{}BEl}{{{b{BEn}}{b{hc}}}fKl}{{{b{BEd}}}G`}{{{b{BEf}}}G`}{{{b{BEh}}}G`}{{{b{BEj}}}G`}{{{b{BEl}}}G`}{{{b{BEn}}}G`}{{{b{BEd}}{b{BEd}}}E`}{{{b{BEf}}{b{BEf}}}E`}{{{b{BEh}}{b{BEh}}}E`}{{{b{BEj}}{b{BEj}}}E`}{{{b{BEl}}{b{BEl}}}E`}{{{b{BEn}}{b{BEn}}}E`}{{{b{BEd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BEf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BEh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BEj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BEl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BEn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00000{{{b{c}}}c{}}00000`{ce{}{}}00000{c{{Cj{e}}}{}{}}00000`{{{b{h{C`{BEn}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}`````{{{b{c}}}e{}{}}00000{c{{Dl{e}}}{}{}}00000000000`{{{b{c}}}Dn{}}00000555555`{{{b{c}}d}f{}}`{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hBF`}}}f}{{{b{BF`}}}BF`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}BF`}{{{b{BF`}}}G`}{{{b{BF`}}{b{BF`}}}E`}{{{b{BF`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4````````{{{b{c}}d}f{}}000{{{b{c}}}{{b{e}}}{}{}}000{{{b{hc}}}{{b{he}}}{}{}}000{{{b{hBFb}}}f}{{{b{hBFd}}}f}{{{b{hBFf}}}f}{{{b{BFb}}}BFb}{{{b{BFd}}}BFd}{{{b{BFf}}}BFf}{{{b{BFh}}}BFh}{{{b{c}}{b{he}}}f{}{}}000{{{b{c}}}f{}}000{{}BFb}{{}BFd}{{}BFf}{{{b{BFh}}{b{hc}}}fKl}{{{b{BFb}}}G`}{{{b{BFd}}}G`}{{{b{BFf}}}G`}{{{b{BFh}}}G`}{{{b{BFb}}{b{BFb}}}E`}{{{b{BFd}}{b{BFd}}}E`}{{{b{BFf}}{b{BFf}}}E`}{{{b{BFh}}{b{BFh}}}E`}{{{b{BFb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BFd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BFf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BFh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}000{{{b{c}}}c{}}000{ce{}{}}000{c{{Cj{e}}}{}{}}000{{{b{h{C`{BFh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}`{{{b{c}}}e{}{}}000{c{{Dl{e}}}{}{}}0000000{{{b{c}}}Dn{}}000`5555````{{{b{c}}d}f{}}{{{b{B@l}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{B@l}}}B@l}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{B@l}}{b{B@l}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}B@l}{{{b{B@l}}{b{B@l}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{B@l}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{B@l}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{B@l}}}}{{{b{B@l}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{B@l}}{b{B@l}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{K`{{Dl{B@lLn}}}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}7```{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hBFj}}}f}{{{b{BFj}}}BFj}{{{b{BFl}}}BFl}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0``{{}BFj}{{{b{BFl}}{b{hc}}}fKl}{{{b{BFj}}}G`}{{{b{BFl}}}G`}{{{b{BFj}}{b{BFj}}}E`}{{{b{BFl}}{b{BFl}}}E`}{{{b{BFj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BFl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0`{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{C`{BFl}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}``````{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}0`55```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BFn}}}BFn}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BFn}}{b{hc}}}fKl}{{{b{BFn}}}G`}{{{b{BFn}}{b{BFn}}}E`}{{{b{BFn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BFn}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````````````{{{b{c}}d}f{}}0000000{{{b{c}}}{{b{e}}}{}{}}0000000{{{b{hc}}}{{b{he}}}{}{}}0000000{{{b{hBG`}}}f}{{{b{hBGb}}}f}{{{b{hBGd}}}f}{{{b{hBGf}}}f}{{{b{hBGh}}}f}{{{b{hBGj}}}f}{{{b{hBGl}}}f}{{{b{hBGn}}}f}{{{b{BG`}}}BG`}{{{b{BGb}}}BGb}{{{b{BGd}}}BGd}{{{b{BGf}}}BGf}{{{b{BGh}}}BGh}{{{b{BGj}}}BGj}{{{b{BGl}}}BGl}{{{b{BGn}}}BGn}{{{b{c}}{b{he}}}f{}{}}0000000{{{b{c}}}f{}}0000000{{}BG`}{{}BGb}{{}BGd}{{}BGf}{{}BGh}{{}BGj}{{}BGl}{{}BGn}`{{{b{BG`}}}G`}{{{b{BGb}}}G`}{{{b{BGd}}}G`}{{{b{BGf}}}G`}{{{b{BGh}}}G`}{{{b{BGj}}}G`}{{{b{BGl}}}G`}{{{b{BGn}}}G`}`{{{b{BG`}}{b{BG`}}}E`}{{{b{BGb}}{b{BGb}}}E`}{{{b{BGd}}{b{BGd}}}E`}{{{b{BGf}}{b{BGf}}}E`}{{{b{BGh}}{b{BGh}}}E`}{{{b{BGj}}{b{BGj}}}E`}{{{b{BGl}}{b{BGl}}}E`}{{{b{BGn}}{b{BGn}}}E`}`{{{b{BG`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BGb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BGd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BGf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BGh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BGj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BGl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BGn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000000{{{b{c}}}c{}}0000000`{ce{}{}}0000000{c{{Cj{e}}}{}{}}0000000``````````````{{{b{c}}}e{}{}}0000000{c{{Dl{e}}}{}{}}000000000000000{{{b{c}}}Dn{}}0000000``44444444```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BH`}}}BH`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BH`}}{b{hc}}}fKl}{{{b{BH`}}}G`}{{{b{BH`}}{b{BH`}}}E`}{{{b{BH`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BH`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BHb}}}BHb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BHb}}{b{hc}}}fKl}{{{b{BHb}}}G`}{{{b{BHb}}{b{BHb}}}E`}{{{b{BHb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BHb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hBHd}}}f}{{{b{BHd}}}BHd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}BHd}{{{b{BHd}}}G`}{{{b{BHd}}{b{BHd}}}E`}{{{b{BHd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BHf}}}BHf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BHf}}{b{hc}}}fKl}{{{b{BHf}}}G`}{{{b{BHf}}{b{BHf}}}E`}{{{b{BHf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BHf}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5```{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hBHh}}}f}{{{b{BHh}}}BHh}{{{b{BHj}}}BHj}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}BHh}{{{b{BHj}}{b{hc}}}fKl}{{{b{BHh}}}G`}{{{b{BHj}}}G`}{{{b{BHh}}{b{BHh}}}E`}{{{b{BHj}}{b{BHj}}}E`}{{{b{BHh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BHj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0`{{{b{h{C`{BHj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055``````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BHl}}}BHl}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BHl}}{b{hc}}}fKl}{{{b{BHl}}}G`}{{{b{BHl}}{b{BHl}}}E`}{{{b{BHl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BHl}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5````````{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hBHn}}}f}{{{b{BHn}}}BHn}{{{b{BI`}}}BI`}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}BHn}{{{b{BI`}}{b{hc}}}fKl}{{{b{BHn}}}G`}{{{b{BI`}}}G`}{{{b{BHn}}{b{BHn}}}E`}{{{b{BI`}}{b{BI`}}}E`}{{{b{BHn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BI`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{C`{BI`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055```{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hBIb}}}f}{{{b{hBId}}}f}{{{b{BIb}}}BIb}{{{b{BId}}}BId}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}BIb}{{}BId}{{{b{BIb}}}G`}{{{b{BId}}}G`}{{{b{BIb}}{b{BIb}}}E`}{{{b{BId}}{b{BId}}}E`}{{{b{BIb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BId}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0`````{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}044`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hBIf}}}f}{{{b{BIf}}}BIf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}BIf}{{{b{BIf}}}G`}{{{b{BIf}}{b{BIf}}}E`}{{{b{BIf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BIh}}}BIh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BIh}}{b{hc}}}fKl}{{{b{BIh}}}G`}{{{b{BIh}}{b{BIh}}}E`}{{{b{BIh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BIh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````````{{{b{c}}d}f{}}0000{{{b{c}}}{{b{e}}}{}{}}0000{{{b{hc}}}{{b{he}}}{}{}}0000{{{b{hBIj}}}f}{{{b{hBIl}}}f}{{{b{hBIn}}}f}{{{b{hBJ`}}}f}{{{b{BIj}}}BIj}{{{b{BIl}}}BIl}{{{b{BIn}}}BIn}{{{b{BJ`}}}BJ`}{{{b{BJb}}}BJb}{{{b{c}}{b{he}}}f{}{}}0000{{{b{c}}}f{}}0000{{}BIj}{{}BIl}{{}BIn}{{}BJ`}{{{b{BJb}}{b{hc}}}fKl}{{{b{BIj}}}G`}{{{b{BIl}}}G`}{{{b{BIn}}}G`}{{{b{BJ`}}}G`}{{{b{BJb}}}G`}{{{b{BIj}}{b{BIj}}}E`}{{{b{BIl}}{b{BIl}}}E`}{{{b{BIn}}{b{BIn}}}E`}{{{b{BJ`}}{b{BJ`}}}E`}{{{b{BJb}}{b{BJb}}}E`}{{{b{BIj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BIl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BIn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BJ`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BJb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000{{{b{c}}}c{}}0000{ce{}{}}0000{c{{Cj{e}}}{}{}}0000{{{b{h{C`{BJb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}0000{c{{Dl{e}}}{}{}}000000000{{{b{c}}}Dn{}}000055555``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hBJd}}}f}{{{b{BJd}}}BJd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}`{{}BJd}{{{b{BJd}}}G`}{{{b{BJd}}{b{BJd}}}E`}{{{b{BJd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0`{{{b{c}}}Dn{}}4`````````{{{b{c}}d}f{}}0000{{{b{c}}}{{b{e}}}{}{}}0000{{{b{hc}}}{{b{he}}}{}{}}0000{{{b{hBJf}}}f}{{{b{hBJh}}}f}{{{b{hBJj}}}f}{{{b{hBJl}}}f}{{{b{BJf}}}BJf}{{{b{BJh}}}BJh}{{{b{BJj}}}BJj}{{{b{BJl}}}BJl}{{{b{BJn}}}BJn}{{{b{c}}{b{he}}}f{}{}}0000{{{b{c}}}f{}}0000{{}BJf}{{}BJh}{{}BJj}{{}BJl}```{{{b{BJn}}{b{hc}}}fKl}{{{b{BJf}}}G`}{{{b{BJh}}}G`}{{{b{BJj}}}G`}{{{b{BJl}}}G`}{{{b{BJn}}}G`}{{{b{BJf}}{b{BJf}}}E`}{{{b{BJh}}{b{BJh}}}E`}{{{b{BJj}}{b{BJj}}}E`}{{{b{BJl}}{b{BJl}}}E`}{{{b{BJn}}{b{BJn}}}E`}{{{b{BJf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BJh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BJj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BJl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BJn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000{{{b{c}}}c{}}0000{ce{}{}}0000{c{{Cj{e}}}{}{}}0000`{{{b{h{C`{BJn}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}```{{{b{c}}}e{}{}}0000{c{{Dl{e}}}{}{}}000000000{{{b{c}}}Dn{}}0000`55555`````````{{{b{c}}d}f{}}00000{{{b{AHj}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}00000{{{b{hc}}}{{b{he}}}{}{}}00000{{{b{hBK`}}}f}{{{b{hBKb}}}f}{{{b{hBKd}}}f}{{{b{hBKf}}}f}{{{b{hBKh}}}f}{{{b{BK`}}}BK`}{{{b{BKb}}}BKb}{{{b{BKd}}}BKd}{{{b{BKf}}}BKf}{{{b{BKh}}}BKh}{{{b{AHj}}}AHj}{{{b{c}}{b{he}}}f{}{}}00000{{{b{c}}}f{}}000000{{{b{AHj}}{b{AHj}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}BK`}{{}BKb}{{}BKd}{{}BKf}{{}BKh}{{}AHj}{{{b{BKb}}}BKj}`{{{b{BK`}}}G`}{{{b{BKb}}}G`}{{{b{BKd}}}G`}{{{b{BKf}}}G`}{{{b{BKh}}}G`}```{{{b{BK`}}{b{BK`}}}E`}{{{b{BKb}}{b{BKb}}}E`}{{{b{BKd}}{b{BKd}}}E`}{{{b{BKf}}{b{BKf}}}E`}{{{b{BKh}}{b{BKh}}}E`}{{{b{AHj}}{b{AHj}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{BK`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BKb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BKd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BKf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BKh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{AHj}}{b{hJh}}}{{Dl{fJj}}}}`{cc{}}00000{K`{{C`{AHj}}}}{{{b{c}}}c{}}00000{{{b{Cb}}}{{C`{AHj}}}}{{{b{AHj}}{b{hc}}}fLl}{ce{}{}}00000{c{{Cj{e}}}{}{}}00000{K`E`}`{{{b{AHj}}{b{AHj}}}{{C`{Lj}}}}{{{b{hBKb}}BKj}f}```{{{b{c}}}e{}{}}00000{c{{Dl{e}}}{}{}}00000{K`{{Dl{AHjLn}}}}111111{{{b{c}}}Dn{}}00000`888888````{{{b{c}}d}f{}}{{{b{BKj}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BKj}}}BKj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}0{{{b{BKj}}{b{BKj}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}BKj}{{{b{BKj}}{b{BKj}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{BKj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{K`{{C`{BKj}}}}{{{b{c}}}c{}}{{{b{Cb}}}{{C`{BKj}}}}{{{b{BKj}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{K`E`}{{{b{BKj}}{b{BKj}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}{K`{{Dl{BKjLn}}}}1{{{b{c}}}Dn{}}7````````{{{b{c}}d}f{}}00000```{{{b{c}}}{{b{e}}}{}{}}00000{{{b{hc}}}{{b{he}}}{}{}}00000``{{{b{hHh}}}f}{{{b{hHd}}}f}{{{b{hGj}}}f}{{{b{hFj}}}f}{{{b{hEh}}}f}{{{b{hBKl}}}f}{{{b{Hh}}}Hh}{{{b{Hd}}}Hd}{{{b{Gj}}}Gj}{{{b{Fj}}}Fj}{{{b{Eh}}}Eh}{{{b{BKl}}}BKl}{{{b{c}}{b{he}}}f{}{}}00000{{{b{c}}}f{}}00000``{{}Hh}{{}Hd}{{}Gj}{{}Fj}{{}Eh}{{}BKl}{{{b{Hh}}}G`}{{{b{Hd}}}G`}{{{b{Gj}}}G`}{{{b{Fj}}}G`}{{{b{Eh}}}G`}{{{b{BKl}}}G`}{{{b{Hh}}{b{Hh}}}E`}{{{b{Hd}}{b{Hd}}}E`}{{{b{Gj}}{b{Gj}}}E`}{{{b{Fj}}{b{Fj}}}E`}{{{b{Eh}}{b{Eh}}}E`}{{{b{BKl}}{b{BKl}}}E`}``{{{b{Hh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Hd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Gj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Fj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{Eh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BKl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00000{{{b{c}}}c{}}00000`{ce{}{}}00000{c{{Cj{e}}}{}{}}00000````````````````{{{b{c}}}e{}{}}00000{c{{Dl{e}}}{}{}}00000000000`{{{b{c}}}Dn{}}00000```````444444`{{{b{c}}d}f{}}{{{Ch{c}}BKn}{{Ch{c}}}{{BLd{{BLb{BL`Hf}}}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{{Ch{c}}}}}{{Ch{c}}}l}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{c{{Dl{{Ch{Bh}}BLf}}}{{BLh{Ab}}}}{Ab{{Al{{Aj{Ah}}}}}}{{{b{h{Ch{c}}}}e}{{Dl{{BLj{{Hb{Fj}}}}Hf}}}{{BLd{{BLb{BL`Hf}}}}}{{Dj{}{{Dh{Gj}}}}}}{{{b{{Ch{c}}}}{b{hJh}}}{{Dl{fJj}}}Df}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{Ch{c}}G`}{{Ch{c}}}{{BLd{{BLb{BL`Hf}}}}}}0{c{{Ch{c}}}{{BLd{{BLb{BL`Hf}}}}}}?{{{b{h{Ch{c}}}}e}{{Dl{{BLj{{Hb{Hd}}}}Hf}}}{{BLd{{BLb{BL`Hf}}}}}{{Dj{}{{Dh{Hh}}}}}}{{{b{h{Ch{Bh}}}}e}{{Al{{Aj{Ah}}}}}{}{{Dj{}{{Dh{c}}}}D`}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}8{{ce}{{Ch{{BLl{ce}}}}}{{BMb{{BLn{{BLb{BL`Hf}}}}}{{Cn{BM`}}}}{BLd{{BLb{BL`Hf}}}}}BMd}{{cBMf}{{Ch{c}}}{{BLd{{BLb{BL`Hf}}}}}}````{{{b{c}}d}f{}}{{{BMh{c}}BKn}{{BMh{c}}}H`}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hc}}{BLn{e}}}{}{}{}}{{{b{h{BMh{c}}}}{BLn{e}}}{}H`{BMjD`}}{{{b{{BMh{c}}}}}{{BMh{c}}}H`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{{H`{}{{Gl{c}}{Gn{e}}}}}}{Cj{{Hb{Gj}}}}}{{Al{{Aj{Ah}}}}}{{Ff{}{{Fh{{Dl{HdHf}}}}}}D`}{{Ff{}{{Fh{{Dl{FjHf}}}}}}D`}}{{{b{{BMh{c}}}}{b{hJh}}}{{Dl{fJj}}}{DfH`}}{cc{}}{{{B`{c}}}{{BMh{c}}}H`}{{{b{c}}}c{}}{ce{}{}}{c{{BMl{e}}}{}{}}{c{{Cj{e}}}{}{}}{{{BMh{c}}G`}{{BMh{c}}}H`}0{c{{BMh{c}}}H`}{{{b{h{BMh{c}}}}{b{hBMn}}}{{BN`{{Dl{f}}}}}H`}{{{b{hc}}{b{hBMn}}}{{BN`{{Dl{f}}}}}{}}{{{BMh{c}}BKn}{{BMh{c}}}H`}{{{b{{H`{}{{Gl{c}}{Gn{e}}}}}}{Cj{{Hb{Hh}}}}}{{Al{{Aj{Ah}}}}}{{Ff{}{{Fh{{Dl{HdHf}}}}}}D`}{{Ff{}{{Fh{{Dl{FjHf}}}}}}D`}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}};{{ce}{{BLl{{BMh{c}}e}}}H`BMd}`{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hBNb}}}f}{{{b{BNb}}}BNb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}BNb}`{{{b{BNb}}}G`}{{{b{BNb}}{b{BNb}}}E`}{{{b{BNb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hBNd}}}f}{{{b{BNd}}}BNd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}`{{}BNd}`{{{b{BNd}}}G`}{{{b{BNd}}{b{BNd}}}E`}{{{b{BNd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4`````````````{{{b{c}}d}f{}}00000000{{{b{c}}}{{b{e}}}{}{}}00000000{{{b{hc}}}{{b{he}}}{}{}}00000000{{{b{hBNf}}}f}{{{b{hBNh}}}f}{{{b{hBNj}}}f}{{{b{hBNl}}}f}{{{b{hBNn}}}f}{{{b{hBO`}}}f}{{{b{hBOb}}}f}{{{b{hBOd}}}f}{{{b{hBOf}}}f}{{{b{BNf}}}BNf}{{{b{BNh}}}BNh}{{{b{BNj}}}BNj}{{{b{BNl}}}BNl}{{{b{BNn}}}BNn}{{{b{BO`}}}BO`}{{{b{BOb}}}BOb}{{{b{BOd}}}BOd}{{{b{BOf}}}BOf}{{{b{c}}{b{he}}}f{}{}}00000000{{{b{c}}}f{}}00000000`{{{b{BOd}}}{{b{Cb}}}}`{{}BNf}{{}BNh}{{}BNj}{{}BNl}{{}BNn}{{}BO`}{{}BOb}{{}BOd}{{}BOf}{{{b{BNf}}}G`}{{{b{BNh}}}G`}{{{b{BNj}}}G`}{{{b{BNl}}}G`}{{{b{BNn}}}G`}{{{b{BO`}}}G`}{{{b{BOb}}}G`}{{{b{BOd}}}G`}{{{b{BOf}}}G`}`{{{b{BNf}}{b{BNf}}}E`}{{{b{BNh}}{b{BNh}}}E`}{{{b{BNj}}{b{BNj}}}E`}{{{b{BNl}}{b{BNl}}}E`}{{{b{BNn}}{b{BNn}}}E`}{{{b{BO`}}{b{BO`}}}E`}{{{b{BOb}}{b{BOb}}}E`}{{{b{BOd}}{b{BOd}}}E`}{{{b{BOf}}{b{BOf}}}E`}``{{{b{BNf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BNh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BNj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BNl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BNn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BO`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BOb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BOd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{BOf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00{BOhBNj}111111{{{b{c}}}c{}}00000000``````{ce{}{}}00000000{c{{Cj{e}}}{}{}}00000000{{{b{BOd}}}{{b{Cb}}}}`````````{{{b{c}}}e{}{}}00000000{c{{Dl{e}}}{}{}}00000000000000000{{{b{c}}}Dn{}}00000000555555555`````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BOj}}}BOj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BOj}}{b{hc}}}fKl}{{{b{BOj}}}G`}{{{b{BOj}}{b{BOj}}}E`}{{{b{BOj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{BOj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``````````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}`{{{b{hBOl}}}f}{{{b{BOl}}}BOl}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}BOl}{{{b{BOl}}}G`}{{{b{BOl}}{b{BOl}}}E`}{{{b{BOl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4```````{{{b{c}}d}f{}}000{{{b{c}}}{{b{e}}}{}{}}000{{{b{hc}}}{{b{he}}}{}{}}000{{{b{hBOn}}}f}{{{b{hC@`}}}f}{{{b{hC@b}}}f}{{{b{BOn}}}BOn}{{{b{C@`}}}C@`}{{{b{C@b}}}C@b}{{{b{C@d}}}C@d}{{{b{c}}{b{he}}}f{}{}}000{{{b{c}}}f{}}000{{}BOn}{{}C@`}{{}C@b}{{{b{C@d}}{b{hc}}}fKl}{{{b{BOn}}}G`}{{{b{C@`}}}G`}{{{b{C@b}}}G`}{{{b{C@d}}}G`}{{{b{BOn}}{b{BOn}}}E`}{{{b{C@`}}{b{C@`}}}E`}{{{b{C@b}}{b{C@b}}}E`}{{{b{C@d}}{b{C@d}}}E`}{{{b{BOn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{C@`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{C@b}}{b{hJh}}}{{Dl{fJj}}}}{{{b{C@d}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}000{{{b{c}}}c{}}000{ce{}{}}000{c{{Cj{e}}}{}{}}000{{{b{h{C`{C@d}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}`````{{{b{c}}}e{}{}}000{c{{Dl{e}}}{}{}}0000000{{{b{c}}}Dn{}}0005555``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hC@f}}}f}{{{b{C@f}}}C@f}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}`{{}C@f}{{{b{C@f}}}G`}{{{b{C@f}}{b{C@f}}}E`}{{{b{C@f}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}```{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4`````````{{{b{c}}d}f{}}000{{{b{C@h}}}{{b{Cb}}}}{{{b{C@j}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}000{{{b{hc}}}{{b{he}}}{}{}}000{{{b{hC@l}}}f}{{{b{hC@n}}}f}{{{b{C@l}}}C@l}{{{b{C@n}}}C@n}{{{b{C@h}}}C@h}{{{b{C@j}}}C@j}{{{b{c}}{b{he}}}f{}{}}000{{{b{c}}}f{}}00000{{{b{C@h}}{b{C@h}}}Lj}{{{b{C@j}}{b{C@j}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}0{{}C@l}{{}C@n}{{}C@h}{{}C@j}{{{b{C@l}}}G`}{{{b{C@n}}}G`}{{{b{C@l}}{b{C@l}}}E`}{{{b{C@n}}{b{C@n}}}E`}{{{b{C@h}}{b{C@h}}}E`}{{{b{C@j}}{b{C@j}}}E`}{{{b{c}}{b{e}}}E`{}{}}00000{{{b{C@l}}{b{hJh}}}{{Dl{fJj}}}}{{{b{C@n}}{b{hJh}}}{{Dl{fJj}}}}{{{b{C@h}}{b{hJh}}}{{Dl{fJj}}}}{{{b{C@j}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}000{K`{{C`{C@h}}}}{K`{{C`{C@j}}}}{{{b{c}}}c{}}000{{{b{Cb}}}{{C`{C@h}}}}{{{b{Cb}}}{{C`{C@j}}}}{{{b{C@h}}{b{hc}}}fLl}{{{b{C@j}}{b{hc}}}fLl}{ce{}{}}000{c{{Cj{e}}}{}{}}000{K`E`}0{{{b{C@h}}{b{C@h}}}{{C`{Lj}}}}{{{b{C@j}}{b{C@j}}}{{C`{Lj}}}}{{{b{hC@l}}C@h}f}{{{b{hC@n}}C@j}f}{{{b{c}}}e{}{}}000{c{{Dl{e}}}{}{}}00{K`{{Dl{C@hLn}}}}{K`{{Dl{C@jLn}}}}22222{{{b{c}}}Dn{}}000{{{b{C@l}}}C@h}{{{b{C@n}}}C@j}``====``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}`{{{b{hCA`}}}f}{{{b{CA`}}}CA`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}`{{}CA`}{{{b{CA`}}}G`}{{{b{CA`}}{b{CA`}}}E`}{{{b{CA`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4`````{{{b{c}}d}f{}}0{{{b{CAb}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hCAd}}}f}{{{b{CAd}}}CAd}{{{b{CAb}}}CAb}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}00{{{b{CAb}}{b{CAb}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}CAd}{{}CAb}{{{b{CAd}}}G`}{{{b{CAd}}{b{CAd}}}E`}{{{b{CAb}}{b{CAb}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{CAd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CAb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{K`{{C`{CAb}}}}{{{b{c}}}c{}}0{{{b{Cb}}}{{C`{CAb}}}}{{{b{CAb}}{b{hc}}}fLl}{ce{}{}}0{c{{Cj{e}}}{}{}}0{K`E`}{{{b{CAb}}{b{CAb}}}{{C`{Lj}}}}{{{b{hCAd}}CAb}f}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}0{K`{{Dl{CAbLn}}}}11{{{b{c}}}Dn{}}0{{{b{CAd}}}CAb}`99``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCAf}}}f}{{{b{CAf}}}CAf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CAf}{{{b{CAf}}}G`}{{{b{CAf}}{b{CAf}}}E`}{{{b{CAf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}`{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCAh}}}f}{{{b{CAh}}}CAh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CAh}{{{b{CAh}}}G`}{{{b{CAh}}{b{CAh}}}E`}{{{b{CAh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCAj}}}f}{{{b{CAj}}}CAj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CAj}{{{b{CAj}}}G`}{{{b{CAj}}{b{CAj}}}E`}`{{{b{CAj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4`````{{{b{c}}d}f{}}00{{{b{CAl}}}CAn}`{{{b{CAn}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{hc}}}{{b{he}}}{}{}}00{{{b{hCB`}}}f}{{{b{hCAl}}}f}{{{b{CB`}}}CB`}{{{b{CAl}}}CAl}{{{b{CAn}}}CAn}{{{b{c}}{b{he}}}f{}{}}00{{{b{c}}}f{}}000{{{b{CAn}}{b{CAn}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}CB`}{{}CAl}{{}CAn}{{{b{CB`}}}G`}{{{b{CAl}}}G`}{{{b{CB`}}{b{CB`}}}E`}{{{b{CAl}}{b{CAl}}}E`}{{{b{CAn}}{b{CAn}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{CB`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CAl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CAn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00{K`{{C`{CAn}}}}{{{b{c}}}c{}}00{{{b{Cb}}}{{C`{CAn}}}}{{{b{CAn}}{b{hc}}}fLl}{ce{}{}}00{c{{Cj{e}}}{}{}}00{K`E`}``{{{b{CAn}}{b{CAn}}}{{C`{Lj}}}}`{{{b{hCAl}}CAn}f}`{{{b{c}}}e{}{}}00{c{{Dl{e}}}{}{}}0{K`{{Dl{CAnLn}}}}1111{{{b{c}}}Dn{}}00888``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCBb}}}f}{{{b{CBb}}}CBb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CBb}{{{b{CBb}}}G`}{{{b{CBb}}{b{CBb}}}E`}{{{b{CBb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4`````{{{b{c}}d}f{}}0{{{b{CBd}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hCBf}}}f}{{{b{CBf}}}CBf}{{{b{CBd}}}CBd}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}00{{{b{CBd}}{b{CBd}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}CBf}{{}CBd}{{{b{CBf}}}G`}{{{b{CBf}}{b{CBf}}}E`}{{{b{CBd}}{b{CBd}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{CBf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CBd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{K`{{C`{CBd}}}}{{{b{c}}}c{}}0{{{b{Cb}}}{{C`{CBd}}}}{{{b{CBd}}{b{hc}}}fLl}{ce{}{}}0{c{{Cj{e}}}{}{}}0{K`E`}{{{b{CBd}}{b{CBd}}}{{C`{Lj}}}}{{{b{hCBf}}CBd}f}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}0{K`{{Dl{CBdLn}}}}11{{{b{c}}}Dn{}}0{{{b{CBf}}}CBd}`99``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCBh}}}f}{{{b{CBh}}}CBh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CBh}{{{b{CBh}}}G`}{{{b{CBh}}{b{CBh}}}E`}{{{b{CBh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}``{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCBj}}}f}{{{b{CBj}}}CBj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CBj}{{{b{CBj}}}G`}{{{b{CBj}}{b{CBj}}}E`}{{{b{CBj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}```{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0`{{{b{hCBl}}}f}{{{b{hCBn}}}f}{{{b{CBl}}}CBl}{{{b{CBn}}}CBn}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}CBl}{{}CBn}{{{b{CBl}}}G`}{{{b{CBn}}}G`}{{{b{CBl}}{b{CBl}}}E`}{{{b{CBn}}{b{CBn}}}E`}``{{{b{CBl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CBn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0`{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}0`44``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCC`}}}f}{{{b{CC`}}}CC`}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CC`}{{{b{CC`}}}G`}{{{b{CC`}}{b{CC`}}}E`}{{{b{CC`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCCb}}}f}{{{b{CCb}}}CCb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CCb}{{{b{CCb}}}G`}{{{b{CCb}}{b{CCb}}}E`}{{{b{CCb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4``{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCCd}}}f}{{{b{CCd}}}CCd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{}CCd}{{{b{CCd}}}G`}{{{b{CCd}}{b{CCd}}}E`}{{{b{CCd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}`{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}4````{{{b{c}}d}f{}}{{{Bj{c}}BKn}{{Bj{c}}}{{BLd{{BLb{BL`Hf}}}}}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{{Bj{c}}}}}{{Bj{c}}}l}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{c{{Dl{{Bj{Bh}}BLf}}}{{BLh{Ab}}}}{Ab{{Al{{Aj{Ah}}}}}}{{{b{h{Bj{c}}}}e}{{Dl{{BLj{{Hb{Gj}}}}Hf}}}{{BLd{{BLb{BL`Hf}}}}}{{Dj{}{{Dh{Fj}}}}}}{{{b{{Bj{c}}}}{b{hJh}}}{{Dl{fJj}}}Df}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{Bj{c}}G`}{{Bj{c}}}{{BLd{{BLb{BL`Hf}}}}}}0{c{{Bj{c}}}{{BLd{{BLb{BL`Hf}}}}}}?{{{b{h{Bj{c}}}}e}{{Dl{{BLj{{Hb{Hh}}}}Hf}}}{{BLd{{BLb{BL`Hf}}}}}{{Dj{}{{Dh{Hd}}}}}}{{{b{h{Bj{Bh}}}}e}{{Al{{Aj{Ah}}}}}{}{{Dj{}{{Dh{c}}}}D`}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}8{{ce}{{Bj{{BLl{ce}}}}}{{BMb{{BLn{{BLb{BL`Hf}}}}}{{Cn{BM`}}}}{BLd{{BLb{BL`Hf}}}}}BMd}{{cBMf}{{Bj{c}}}{{BLd{{BLb{BL`Hf}}}}}}````{{{b{c}}d}f{}}{{{CCf{c}}BKn}{{CCf{c}}}CCh}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hc}}{BLn{e}}}{}{}{}}{{{b{h{CCf{c}}}}{BLn{e}}}{}CCh{BMjD`}}{{{b{{CCf{c}}}}}{{CCf{c}}}CCh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{{CCh{}{{Gl{c}}{Gn{e}}}}}}{Cj{{Hb{Fj}}}}}{{Al{{Aj{Ah}}}}}{{Ff{}{{Fh{{Dl{HhHf}}}}}}D`}{{Ff{}{{Fh{{Dl{GjHf}}}}}}D`}}{{{b{{CCf{c}}}}{b{hJh}}}{{Dl{fJj}}}{DfCCh}}{cc{}}{{{B`{c}}}{{CCf{c}}}CCh}{{{b{c}}}c{}}{ce{}{}}{c{{BMl{e}}}{}{}}{c{{Cj{e}}}{}{}}{{{CCf{c}}G`}{{CCf{c}}}CCh}0{c{{CCf{c}}}CCh}{{{b{hc}}{b{hBMn}}}{{BN`{{Dl{f}}}}}{}}{{{b{h{CCf{c}}}}{b{hBMn}}}{{BN`{{Dl{f}}}}}CCh}{{{CCf{c}}BKn}{{CCf{c}}}CCh}{{{b{{CCh{}{{Gl{c}}{Gn{e}}}}}}{Cj{{Hb{Hd}}}}}{{Al{{Aj{Ah}}}}}{{Ff{}{{Fh{{Dl{HhHf}}}}}}D`}{{Ff{}{{Fh{{Dl{GjHf}}}}}}D`}}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}};{{ce}{{BLl{{CCf{c}}e}}}CChBMd}```````````````````````````{{{b{c}}d}f{}}00000000000000000000000{{{b{CCj}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}00000000000000000000000{{{b{hc}}}{{b{he}}}{}{}}00000000000000000000000`{{{b{hCCl}}}f}{{{b{hCCn}}}f}{{{b{hCD`}}}f}{{{b{hCDb}}}f}{{{b{hCDd}}}f}{{{b{hCDf}}}f}{{{b{hCDh}}}f}{{{b{hCDj}}}f}{{{b{hCDl}}}f}{{{b{hCDn}}}f}{{{b{hCE`}}}f}{{{b{hCEb}}}f}{{{b{hCEd}}}f}{{{b{hCEf}}}f}{{{b{hCEh}}}f}{{{b{hCEj}}}f}{{{b{hCEl}}}f}{{{b{hCEn}}}f}{{{b{hCF`}}}f}{{{b{hCFb}}}f}{{{b{hCFd}}}f}{{{b{hCFf}}}f}{{{b{hCFh}}}f}{{{b{CCl}}}CCl}{{{b{CCn}}}CCn}{{{b{CD`}}}CD`}{{{b{CDb}}}CDb}{{{b{CDd}}}CDd}{{{b{CDf}}}CDf}{{{b{CDh}}}CDh}{{{b{CDj}}}CDj}{{{b{CDl}}}CDl}{{{b{CDn}}}CDn}{{{b{CE`}}}CE`}{{{b{CEb}}}CEb}{{{b{CEd}}}CEd}{{{b{CEf}}}CEf}{{{b{CEh}}}CEh}{{{b{CEj}}}CEj}{{{b{CEl}}}CEl}{{{b{CEn}}}CEn}{{{b{CF`}}}CF`}{{{b{CFb}}}CFb}{{{b{CFd}}}CFd}{{{b{CFf}}}CFf}{{{b{CFh}}}CFh}{{{b{CCj}}}CCj}{{{b{c}}{b{he}}}f{}{}}00000000000000000000000{{{b{c}}}f{}}000000000000000000000000{{{b{CCj}}{b{CCj}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{{b{CCn}}}CFj}{{{b{CD`}}}CFl}{{{b{CDb}}}K`}{{{b{CDd}}}CFn}{{{b{CDf}}}Kn}{{{b{CDh}}}CG`}{{{b{CDj}}}K`}{{{b{CDl}}}CFn}{{{b{CDn}}}Kn}{{{b{CE`}}}CG`}{{{b{CEb}}}K`}{{{b{CEd}}}CFn}{{{b{CEf}}}E`}{{{b{CEh}}}{{b{Cb}}}}{{{b{CEj}}}{{b{{Cf{CGb}}}}}}{{{b{CEl}}}K`}``````````````````21``{{}CCl}{{}CCn}{{}CD`}{{}CDb}{{}CDd}{{}CDf}{{}CDh}{{}CDj}{{}CDl}{{}CDn}{{}CE`}{{}CEb}{{}CEd}{{}CEf}{{}CEh}{{}CEj}{{}CEl}{{}CEn}{{}CF`}{{}CFb}{{}CFd}{{}CFf}{{}CFh}{{}CCj}{{{b{CEl}}}E`}`{{{b{CCl}}}G`}{{{b{CCn}}}G`}{{{b{CD`}}}G`}{{{b{CDb}}}G`}{{{b{CDd}}}G`}{{{b{CDf}}}G`}{{{b{CDh}}}G`}{{{b{CDj}}}G`}{{{b{CDl}}}G`}{{{b{CDn}}}G`}{{{b{CE`}}}G`}{{{b{CEb}}}G`}{{{b{CEd}}}G`}{{{b{CEf}}}G`}{{{b{CEh}}}G`}{{{b{CEj}}}G`}{{{b{CEl}}}G`}{{{b{CEn}}}G`}{{{b{CF`}}}G`}{{{b{CFb}}}G`}{{{b{CFd}}}G`}{{{b{CFf}}}G`}{{{b{CFh}}}G`}{{{b{CCl}}{b{CCl}}}E`}{{{b{CCn}}{b{CCn}}}E`}{{{b{CD`}}{b{CD`}}}E`}{{{b{CDb}}{b{CDb}}}E`}{{{b{CDd}}{b{CDd}}}E`}{{{b{CDf}}{b{CDf}}}E`}{{{b{CDh}}{b{CDh}}}E`}{{{b{CDj}}{b{CDj}}}E`}{{{b{CDl}}{b{CDl}}}E`}{{{b{CDn}}{b{CDn}}}E`}{{{b{CE`}}{b{CE`}}}E`}{{{b{CEb}}{b{CEb}}}E`}{{{b{CEd}}{b{CEd}}}E`}{{{b{CEf}}{b{CEf}}}E`}{{{b{CEh}}{b{CEh}}}E`}{{{b{CEj}}{b{CEj}}}E`}{{{b{CEl}}{b{CEl}}}E`}{{{b{CEn}}{b{CEn}}}E`}{{{b{CF`}}{b{CF`}}}E`}{{{b{CFb}}{b{CFb}}}E`}{{{b{CFd}}{b{CFd}}}E`}{{{b{CFf}}{b{CFf}}}E`}{{{b{CFh}}{b{CFh}}}E`}{{{b{CCj}}{b{CCj}}}E`}{{{b{c}}{b{e}}}E`{}{}}00`{{{b{CCl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CCn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CD`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CDb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CDd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CDf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CDh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CDj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CDl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CDn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CE`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CEb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CEd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CEf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CEh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CEj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CEl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CEn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CF`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CFb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CFd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CFf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CFh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CCj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00000000000000000000000{K`{{C`{CCj}}}}{{{b{c}}}c{}}00000000000000000000000{{{b{Cb}}}{{C`{CCj}}}}{{{b{CCn}}}CFj}{{{b{CD`}}}CFl}{{{b{CDb}}}K`}{{{b{CDd}}}CFn}{{{b{CDf}}}Kn}{{{b{CDh}}}CG`}{{{b{CDj}}}K`}{{{b{CDl}}}CFn}{{{b{CDn}}}Kn}{{{b{CE`}}}CG`}{{{b{CEb}}}K`}{{{b{CEd}}}CFn}``````````````{{{b{CFh}}}E`}`<;:987654321``````````````{{{b{CCj}}{b{hc}}}fLl}{{{b{CCn}}}E`}{{{b{CD`}}}E`}{{{b{CDb}}}E`}{{{b{CDd}}}E`}{{{b{CDf}}}E`}{{{b{CDh}}}E`}{{{b{CDj}}}E`}{{{b{CDl}}}E`}{{{b{CDn}}}E`}{{{b{CE`}}}E`}{{{b{CEb}}}E`}{{{b{CEd}}}E`}{{{b{CEh}}}E`}{{{b{CEj}}}E`}{{{b{CF`}}}E`}{{{b{CFb}}}E`}`````````````````````````````````{ce{}{}}00000000000000000000000{c{{Cj{e}}}{}{}}00000000000000000000000{K`E`}``{{{b{CEh}}}CG`}{{{b{CEj}}}CG`}``1`{{{b{CCn}}}CFj}{{{b{CD`}}}CFl}{{{b{CDb}}}K`}{{{b{CDd}}}CFn}{{{b{CDf}}}Kn}{{{b{CDh}}}CG`}{{{b{CDj}}}K`}{{{b{CDl}}}CFn}{{{b{CDn}}}Kn}{{{b{CE`}}}CG`}{{{b{CEb}}}K`}{{{b{CEd}}}CFn}``````````````{{{b{CFh}}}E`}`<;:987654321``````````````>`{{{b{CF`}}}CG`}`?>``{{{b{CFb}}}CG`}``{{{b{CEh}}}CG`}`2`0{{{b{CEj}}}CG`}``2`{{{b{CFb}}}E`}`{{{b{CEh}}}{{b{Cb}}}}``````````````````{{{b{CCj}}{b{CCj}}}{{C`{Lj}}}}1{{{b{CEj}}}{{b{Cb}}}}``2{{{b{CEj}}}{{b{{Cf{CGb}}}}}}``{{{b{CEn}}}E`}{{{b{CFd}}}E`}{{{b{CFf}}}E`}<````2`{{{b{CEh}}}E`}``74``{{{b{c}}}e{}{}}00000000000000000000000{c{{Dl{e}}}{}{}}00000000000000000000000{K`{{Dl{CCjLn}}}}111111111111111111111111`{{{b{c}}}Dn{}}00000000000000000000000{{{b{CF`}}}E`}``{ce{}{}}00000000000000000000000```````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{CGd}}}CGd}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{CGd}}{b{hc}}}fKl}{{{b{CGd}}}G`}{{{b{CGd}}{b{CGd}}}E`}{{{b{CGd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}<{c{{Cj{e}}}{}{}}{{{b{h{C`{CGd}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}{ce{}{}}``````````````````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{CGf}}}CGf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{CGf}}{b{hc}}}fKl}{{{b{CGf}}}G`}{{{b{CGf}}{b{CGf}}}E`}{{{b{CGf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}<{c{{Cj{e}}}{}{}}{{{b{h{C`{CGf}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}{ce{}{}}```````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{CGh}}}CGh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{CGh}}{b{hc}}}fKl}{{{b{CGh}}}G`}{{{b{CGh}}{b{CGh}}}E`}{{{b{CGh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}<{c{{Cj{e}}}{}{}}{{{b{h{C`{CGh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}{ce{}{}}`````````````{{{b{c}}d}f{}}0000{{{b{CGj}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}0000{{{b{hc}}}{{b{he}}}{}{}}0000{{{b{hCGl}}}f}{{{b{hCGn}}}f}{{{b{hCH`}}}f}{{{b{hCHb}}}f}{{{b{CGl}}}CGl}{{{b{CGn}}}CGn}{{{b{CH`}}}CH`}{{{b{CHb}}}CHb}{{{b{CGj}}}CGj}{{{b{c}}{b{he}}}f{}{}}0000{{{b{c}}}f{}}00000{{{b{CGj}}{b{CGj}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}CGl}{{}CGn}{{}CH`}{{}CHb}{{}CGj}{{{b{CGl}}}G`}{{{b{CGn}}}G`}{{{b{CH`}}}G`}{{{b{CHb}}}G`}{{{b{CGl}}{b{CGl}}}E`}{{{b{CGn}}{b{CGn}}}E`}{{{b{CH`}}{b{CH`}}}E`}{{{b{CHb}}{b{CHb}}}E`}{{{b{CGj}}{b{CGj}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{CGl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CGn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CH`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CHb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CGj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0000{K`{{C`{CGj}}}}{{{b{c}}}c{}}0000{{{b{Cb}}}{{C`{CGj}}}}{{{b{CGj}}{b{hc}}}fLl}{ce{}{}}0000{c{{Cj{e}}}{}{}}0000{K`E`}{{{b{CHb}}}CGj}`{{{b{CGj}}{b{CGj}}}{{C`{Lj}}}}{{{b{hCHb}}CGj}f}{{{b{c}}}e{}{}}0000{c{{Dl{e}}}{}{}}000{K`{{Dl{CGjLn}}}}111111{{{b{c}}}Dn{}}000099999```````````{{{b{c}}d}f{}}00000``{{{b{c}}}{{b{e}}}{}{}}00000{{{b{hc}}}{{b{he}}}{}{}}00000{{{b{hCHd}}}f}{{{b{hCHf}}}f}{{{b{hCHh}}}f}{{{b{hCHj}}}f}{{{b{hCHl}}}f}{{{b{hCHn}}}f}{{{b{CHd}}}CHd}{{{b{CHf}}}CHf}{{{b{CHh}}}CHh}{{{b{CHj}}}CHj}{{{b{CHl}}}CHl}{{{b{CHn}}}CHn}{{{b{c}}{b{he}}}f{}{}}00000{{{b{c}}}f{}}00000```{{}CHd}{{}CHf}{{}CHh}{{}CHj}{{}CHl}{{}CHn}`{{{b{CHd}}}G`}{{{b{CHf}}}G`}{{{b{CHh}}}G`}{{{b{CHj}}}G`}{{{b{CHl}}}G`}{{{b{CHn}}}G`}{{{b{CHd}}{b{CHd}}}E`}{{{b{CHf}}{b{CHf}}}E`}{{{b{CHh}}{b{CHh}}}E`}{{{b{CHj}}{b{CHj}}}E`}{{{b{CHl}}{b{CHl}}}E`}{{{b{CHn}}{b{CHn}}}E`}{{{b{CHd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CHf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CHh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CHj}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CHl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CHn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00000{{{b{c}}}c{}}00000``{ce{}{}}00000{c{{Cj{e}}}{}{}}00000```````{{{b{CHj}}}CI`}`{{{b{hCHj}}CI`}f}{{{b{c}}}e{}{}}00000{c{{Dl{e}}}{}{}}00000000000{{{b{c}}}Dn{}}00000`666666````{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hCIb}}}f}{{{b{CIb}}}CIb}{{{b{CId}}}CId}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}CIb}{{{b{CId}}{b{hc}}}fKl}{{{b{CIb}}}G`}{{{b{CId}}}G`}{{{b{CIb}}{b{CIb}}}E`}{{{b{CId}}{b{CId}}}E`}{{{b{CIb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CId}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{C`{CId}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}``{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}0`55```````{{{b{c}}d}f{}}00{{{b{CI`}}}{{b{Cb}}}}{{{b{c}}}{{b{e}}}{}{}}00{{{b{hc}}}{{b{he}}}{}{}}00{{{b{hCIf}}}f}{{{b{CIf}}}CIf}{{{b{CI`}}}CI`}{{{b{CIh}}}CIh}{{{b{c}}{b{he}}}f{}{}}00{{{b{c}}}f{}}000{{{b{CI`}}{b{CI`}}}Lj}{{{b{c}}{b{e}}}Lj{}{}}{{}CIf}{{}CI`}``{{{b{CIh}}{b{hc}}}fKl}{{{b{CIf}}}G`}{{{b{CIh}}}G`}{{{b{CIf}}{b{CIf}}}E`}{{{b{CI`}}{b{CI`}}}E`}{{{b{CIh}}{b{CIh}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{CIf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CI`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CIh}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00{K`{{C`{CI`}}}}{{{b{c}}}c{}}00{{{b{Cb}}}{{C`{CI`}}}}{{{b{CI`}}{b{hc}}}fLl}{ce{}{}}00{c{{Cj{e}}}{}{}}00{K`E`}{{{b{h{C`{CIh}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{CI`}}{b{CI`}}}{{C`{Lj}}}}{{{b{c}}}e{}{}}00{c{{Dl{e}}}{}{}}{K`{{Dl{CI`Ln}}}}11111{{{b{c}}}Dn{}}00888```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{CIj}}}CIj}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{CIj}}{b{hc}}}fKl}{{{b{CIj}}}G`}{{{b{CIj}}{b{CIj}}}E`}{{{b{CIj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{CIj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5``````{{{b{c}}d}f{}}000{{{b{c}}}{{b{e}}}{}{}}000{{{b{hc}}}{{b{he}}}{}{}}000{{{b{hCIl}}}f}{{{b{hCIn}}}f}{{{b{hCJ`}}}f}{{{b{hCJb}}}f}{{{b{CIl}}}CIl}{{{b{CIn}}}CIn}{{{b{CJ`}}}CJ`}{{{b{CJb}}}CJb}{{{b{c}}{b{he}}}f{}{}}000{{{b{c}}}f{}}000{{}CIl}{{}CIn}{{}CJ`}{{}CJb}{{{b{CIl}}}G`}{{{b{CIn}}}G`}{{{b{CJ`}}}G`}{{{b{CJb}}}G`}`{{{b{CIl}}{b{CIl}}}E`}{{{b{CIn}}{b{CIn}}}E`}{{{b{CJ`}}{b{CJ`}}}E`}{{{b{CJb}}{b{CJb}}}E`}{{{b{CIl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CIn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CJ`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CJb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}000{{{b{c}}}c{}}000`{ce{}{}}000{c{{Cj{e}}}{}{}}000````````{{{b{c}}}e{}{}}000{c{{Dl{e}}}{}{}}0000000{{{b{c}}}Dn{}}0004444``````{{{b{c}}d}f{}}000{{{b{c}}}{{b{e}}}{}{}}000{{{b{hc}}}{{b{he}}}{}{}}000{{{b{hCJd}}}f}{{{b{hCJf}}}f}{{{b{hCJh}}}f}{{{b{CJd}}}CJd}{{{b{CJf}}}CJf}{{{b{CJh}}}CJh}{{{b{CJj}}}CJj}{{{b{c}}{b{he}}}f{}{}}000{{{b{c}}}f{}}000{{}CJd}{{}CJf}{{}CJh}{{{b{CJj}}{b{hc}}}fKl}{{{b{CJd}}}G`}{{{b{CJf}}}G`}{{{b{CJh}}}G`}{{{b{CJj}}}G`}{{{b{CJd}}{b{CJd}}}E`}{{{b{CJf}}{b{CJf}}}E`}{{{b{CJh}}{b{CJh}}}E`}{{{b{CJj}}{b{CJj}}}E`}{{{b{CJd}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CJf}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CJh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CJj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}000{{{b{c}}}c{}}000`{ce{}{}}000{c{{Cj{e}}}{}{}}000```{{{b{h{C`{CJj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}``{{{b{c}}}e{}{}}000`{c{{Dl{e}}}{}{}}0000000{{{b{c}}}Dn{}}0005555``{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hCJl}}}f}{{{b{hCJn}}}f}{{{b{CJl}}}CJl}{{{b{CJn}}}CJn}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}CJl}{{}CJn}{{{b{CJl}}}G`}{{{b{CJn}}}G`}{{{b{CJl}}{b{CJl}}}E`}{{{b{CJn}}{b{CJn}}}E`}{{{b{CJl}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CJn}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0````{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}044```````{{{b{c}}d}f{}}00{{{b{c}}}{{b{e}}}{}{}}00{{{b{hc}}}{{b{he}}}{}{}}00{{{b{hCK`}}}f}{{{b{hCKb}}}f}{{{b{CK`}}}CK`}{{{b{CKb}}}CKb}{{{b{CKd}}}CKd}{{{b{c}}{b{he}}}f{}{}}00{{{b{c}}}f{}}00{{}CK`}{{}CKb}{{{b{CKd}}{b{hc}}}fKl}{{{b{CK`}}}G`}{{{b{CKb}}}G`}{{{b{CKd}}}G`}{{{b{CK`}}{b{CK`}}}E`}{{{b{CKb}}{b{CKb}}}E`}{{{b{CKd}}{b{CKd}}}E`}{{{b{CK`}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CKb}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CKd}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}00{{{b{c}}}c{}}00`{ce{}{}}00{c{{Cj{e}}}{}{}}00`{{{b{h{C`{CKd}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}``{{{b{c}}}e{}{}}00{c{{Dl{e}}}{}{}}00000{{{b{c}}}Dn{}}00555```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{CKf}}}CKf}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{CKf}}{b{hc}}}fKl}{{{b{CKf}}}G`}{{{b{CKf}}{b{CKf}}}E`}{{{b{CKf}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{CKf}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hCKh}}}f}{{{b{CKh}}}CKh}{{{b{CKj}}}CKj}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}CKh}{{{b{CKj}}{b{hc}}}fKl}{{{b{CKh}}}G`}{{{b{CKj}}}G`}{{{b{CKh}}{b{CKh}}}E`}{{{b{CKj}}{b{CKj}}}E`}{{{b{CKh}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CKj}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0`{{{b{h{C`{CKj}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055```{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{CKl}}}CKl}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{CKl}}{b{hc}}}fKl}{{{b{CKl}}}G`}{{{b{CKl}}{b{CKl}}}E`}{{{b{CKl}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{CKl}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5```{{{b{c}}d}f{}}0{{{b{c}}}{{b{e}}}{}{}}0{{{b{hc}}}{{b{he}}}{}{}}0{{{b{hCKn}}}f}{{{b{CKn}}}CKn}{{{b{CL`}}}CL`}{{{b{c}}{b{he}}}f{}{}}0{{{b{c}}}f{}}0{{}CKn}{{{b{CL`}}{b{hc}}}fKl}{{{b{CKn}}}G`}{{{b{CL`}}}G`}{{{b{CKn}}{b{CKn}}}E`}{{{b{CL`}}{b{CL`}}}E`}{{{b{CKn}}{b{hJh}}}{{Dl{fJj}}}}{{{b{CL`}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}0{{{b{c}}}c{}}0{ce{}{}}0{c{{Cj{e}}}{}{}}0{{{b{h{C`{CL`}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}0{c{{Dl{e}}}{}{}}000{{{b{c}}}Dn{}}055``````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{CLb}}}CLb}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{CLb}}{b{hc}}}fKl}{{{b{CLb}}}G`}{{{b{CLb}}{b{CLb}}}E`}{{{b{CLb}}{b{hJh}}}{{Dl{fJj}}}}{cc{}}{{{b{c}}}c{}}{ce{}{}}{c{{Cj{e}}}{}{}}{{{b{h{C`{CLb}}}}KnL`{b{hc}}Lb}{{Dl{fLd}}}Lf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}5`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{b{c}}d}f{}}{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{BOh}}}BOh}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}{{{b{BOh}}{b{BOh}}}Lj}{{{b{BOh}}}A`}{{{b{c}}{b{e}}}Lj{}{}}{{}BOh}{c{{Dl{BOh}}}CLd}{{{b{BOh}}{b{BOh}}}E`}{{{b{c}}{b{e}}}E`{}{}}00{{{b{BOh}}{b{hJh}}}CLf}0{cc{}}{BNjBOh}{{{b{c}}}c{}}{{{b{Cb}}}{{Dl{BOhc}}}{}}{{{b{BOh}}{b{hc}}}fLl}{ce{}{}}{c{{Cj{e}}}{}{}}{{}E`}{{{b{hCLh}}}CLj}{{ceg}BOh{{CLl{Cb}}}{{CLl{Cb}}}{{CLl{Cb}}}}{{{b{BOh}}{b{BOh}}}{{C`{Lj}}}}{{{b{BOh}}}{{b{Cb}}}}{{}{{CLn{Cb}}}}{{}A`}{{{b{BOh}}c}DlCM`}{{{b{BOh}}}{{C`{{b{Cb}}}}}}{{{b{c}}}e{}{}}{{{b{c}}}A`{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}>{cBOh{{CLl{Cb}}}}5`{{{b{c}}}{{b{e}}}{}{}}{{{b{hc}}}{{b{he}}}{}{}}{{{b{hCMb}}}f}{cc{}}{ce{}{}}{c{{Cj{e}}}{}{}}{A`CMb}{{}{{CMf{{B`{CMd}}}}}}{{{B`{CMd}}}f};;:4`{{{C`{CMh}}}{{CMl{CMj}}}}98654{CMj{{CMl{CMn}}}}{{{b{CMj}}}Ej}{{{b{CMj}}}CMh}??>8```````````````````````````````````{{{b{c}}d}f{}}=<{{{b{{Gd{c}}}}}{{Gd{c}}}{}}{{{b{c}}{b{he}}}f{}{}}{{{b{c}}}f{}}`{{{b{{Gd{c}}}}e}{{Dl{{`{{Ff{}{{Fh{{Dl{FjHf}}}}}}D`}}Hf}}}Bf{{Ff{}{{Fh{{Dl{GjHf}}}}}}D`CN`}}{{{b{{Gd{c}}}}{Cj{{Hb{Gj}}}}}{{Al{{Aj{Ah}}}}}Bf}{{{b{{Gd{c}}}}{Cj{{Hb{Fj}}}}}{{Al{{Aj{Ah}}}}}Bf}{cc{}}{{{B`{c}}CNb}{{Gd{c}}}Bf}{{{b{c}}}c{}}`{ce{}{}}{c{{Cj{e}}}{}{}}`{{{Gd{c}}CMj}{{CMl{{`{{Ah{}{{Gf{{Af{f}}}}}}}}}}}Bf}{{{b{{Gd{c}}}}{b{Cb}}}fBf}1{{{b{{Gd{c}}}}{Cj{{Hb{Hd}}}}}{{Al{{Aj{Ah}}}}}Bf}{{{b{{Gd{c}}}}{Cj{{Hb{Hh}}}}}{{Al{{Aj{Ah}}}}}Bf}{{{b{c}}}e{}{}}{c{{Dl{e}}}{}{}}0{{{b{c}}}Dn{}}8``````","D":"KId","p":[[1,"reference"],[5,"Private",10750],[1,"unit"],[0,"mut"],[5,"Client",17],[10,"Clone",10751],[10,"ServiceClient",17],[5,"String",10752],[5,"Endpoint",10753],[5,"Vec",10754],[8,"Result",0],[10,"Future",10755],[5,"Box",10756],[5,"Pin",10757],[8,"MdsClient",17],[5,"Arc",10758],[5,"AtomicBool",10759],[5,"DeltaSubscription",17],[10,"Configuration",56],[5,"Channel",10760],[5,"AggregatedControlPlaneDiscoveryServiceClient",8643,10761],[8,"AdsClient",17],[5,"UnboundedSender",10762],[6,"Option",10763],[1,"str"],[1,"tuple"],[1,"slice"],[5,"AggregatedDiscoveryServiceClient",7532,10764],[5,"Request",10765],[17,"Request"],[17,"Response"],[10,"Send",10766],[10,"Sync",10766],[10,"Sized",10766],[10,"Debug",10767],[17,"Message"],[10,"IntoStreamingRequest",10765],[6,"Result",10768],[5,"TypeId",10769],[1,"bool"],[5,"ClientTracker",56],[5,"Uuid",10770],[8,"Result",10771],[5,"Resource",7372,10772],[6,"SocketAddr",10773],[5,"ClientState",56],[5,"DeltaDiscoveryRes",56],[5,"LocalVersions",56],[5,"HashMap",10774],[8,"MutexGuard",10775],[10,"Stream",10776],[17,"Item"],[5,"DeltaDiscoveryResponse",7372,10772],[8,"Result",10777],[10,"Iterator",10778],[1,"usize"],[5,"AwaitingAck",56],[5,"ControlPlane",10716],[17,"Output"],[8,"VersionMap",56],[5,"DeltaDiscoveryRequest",7372,10772],[17,"StreamAggregatedResourcesStream"],[17,"DeltaAggregatedResourcesStream"],[10,"AggregatedDiscoveryService",7561,10779],[5,"Streaming",10780],[5,"DiscoveryResponse",7372,10772],[5,"Status",10781],[5,"DiscoveryRequest",7372,10772],[5,"AccessLog",631,10782],[5,"AccessLogFilter",631,10782],[5,"ComparisonFilter",631,10782],[5,"StatusCodeFilter",631,10782],[5,"DurationFilter",631,10782],[5,"NotHealthCheckFilter",631,10782],[5,"TraceableFilter",631,10782],[5,"RuntimeFilter",631,10782],[5,"AndFilter",631,10782],[5,"OrFilter",631,10782],[5,"HeaderFilter",631,10782],[5,"ResponseFlagFilter",631,10782],[5,"GrpcStatusFilter",631,10782],[5,"MetadataFilter",631,10782],[5,"ExtensionFilter",631,10782],[5,"Formatter",10767],[5,"Error",10767],[6,"Op",1031,10783],[6,"Status",1088,10784],[1,"i32"],[5,"Iter",10785],[5,"Cloned",10786],[1,"fn"],[5,"FilterMap",10787],[6,"ConfigType",976,10788],[10,"BufMut",10789],[1,"u32"],[6,"WireType",10790],[5,"DecodeContext",10791],[5,"DecodeError",10792],[10,"Buf",10793],[6,"FilterSpecifier",998,10794],[6,"Ordering",10795],[10,"Hasher",10796],[5,"UnknownEnumValue",10792],[6,"ConfigType",1066,10797],[5,"ApiConfigSource",1138,10798],[6,"ApiType",2615,10799],[5,"HeaderValueOption",1138,10798],[6,"HeaderAppendAction",3158,10800],[6,"RoutingPriority",1138,10798],[6,"RequestMethod",1138,10798],[6,"TrafficDirection",1138,10798],[6,"ApiVersion",1138,10798],[6,"HealthStatus",1138,10798],[5,"Locality",1138,10798],[5,"Node",1138,10798],[5,"Metadata",1138,10798],[5,"RuntimeUInt32",1138,10798],[5,"RuntimePercent",1138,10798],[5,"RuntimeDouble",1138,10798],[5,"RuntimeFeatureFlag",1138,10798],[5,"QueryParameter",1138,10798],[5,"HeaderValue",1138,10798],[5,"HeaderMap",1138,10798],[5,"WatchedDirectory",1138,10798],[5,"DataSource",1138,10798],[5,"TransportSocket",1138,10798],[5,"RuntimeFractionalPercent",1138,10798],[5,"ControlPlane",1138,10798],[5,"TypedExtensionConfig",1138,10798],[5,"ProxyProtocolConfig",1138,10798],[5,"SocketOption",1138,10798],[5,"Pipe",1138,10798],[5,"EnvoyInternalAddress",1138,10798],[5,"SocketAddress",1138,10798],[5,"TcpKeepalive",1138,10798],[5,"BindConfig",1138,10798],[5,"Address",1138,10798],[5,"CidrRange",1138,10798],[5,"GrpcService",1138,10798],[5,"AggregatedConfigSource",1138,10798],[5,"SelfConfigSource",1138,10798],[5,"RateLimitSettings",1138,10798],[5,"PathConfigSource",1138,10798],[5,"ConfigSource",1138,10798],[5,"ExtensionConfigSource",1138,10798],[5,"UdpSocketConfig",1138,10798],[5,"TcpProtocolOptions",1138,10798],[5,"QuicKeepAliveSettings",1138,10798],[5,"QuicProtocolOptions",1138,10798],[5,"UpstreamHttpProtocolOptions",1138,10798],[5,"AlternateProtocolsCacheOptions",1138,10798],[5,"HttpProtocolOptions",1138,10798],[5,"Http1ProtocolOptions",1138,10798],[5,"KeepaliveSettings",1138,10798],[5,"Http2ProtocolOptions",1138,10798],[5,"GrpcProtocolOptions",1138,10798],[5,"Http3ProtocolOptions",1138,10798],[5,"SchemeHeaderTransformation",1138,10798],[5,"EventServiceConfig",1138,10798],[5,"HealthStatusSet",1138,10798],[5,"HealthCheck",1138,10798],[6,"HeadersWithUnderscoresAction",3524,10801],[6,"Protocol",3615,10802],[6,"SocketState",3672,10803],[6,"Version",3559,10804],[6,"Address",2568,10805],[5,"AlternateProtocolsCacheEntry",2592,10806],[6,"ConfigSourceSpecifier",2653,10807],[6,"Specifier",2679,10808],[6,"AddressNameSpecifier",2704,10809],[6,"ConfigSourceSpecifier",2726,10810],[5,"EnvoyGrpc",2748,10811],[5,"GoogleGrpc",2748,10811],[6,"TargetSpecifier",2748,10811],[5,"SslCredentials",2824,10812],[5,"GoogleLocalCredentials",2824,10812],[5,"ChannelCredentials",2824,10812],[5,"CallCredentials",2824,10812],[5,"ChannelArgs",2824,10812],[5,"ServiceAccountJwtAccessCredentials",2938,10813],[5,"GoogleIamCredentials",2938,10813],[5,"MetadataCredentialsFromPlugin",2938,10813],[5,"StsService",2938,10813],[6,"CredentialSpecifier",2938,10813],[6,"ConfigType",3066,10814],[5,"Value",3088,10815],[6,"ValueSpecifier",3111,10816],[6,"CredentialSpecifier",3134,10817],[5,"Payload",3193,10818],[5,"HttpHealthCheck",3193,10818],[5,"TcpHealthCheck",3193,10818],[5,"RedisHealthCheck",3193,10818],[5,"GrpcHealthCheck",3193,10818],[5,"CustomHealthCheck",3193,10818],[5,"TlsOptions",3193,10818],[6,"HealthChecker",3193,10818],[6,"CodecClientType",7183,10819],[6,"ConfigType",3389,10820],[6,"Payload",3411,10821],[5,"HeaderKeyFormat",3434,10822],[5,"ProperCaseWords",3457,10823],[6,"HeaderFormat",3457,10823],[5,"SettingsParameter",3501,10824],[6,"Transformation",3593,10825],[6,"PortSpecifier",3615,10802],[6,"Value",3672,10803],[6,"ConfigType",3730,10826],[5,"Endpoint",3753,10827],[5,"LbEndpoint",3753,10827],[5,"LedsClusterLocalityConfig",3753,10827],[5,"LocalityLbEndpoints",3753,10827],[5,"HealthCheckConfig",3857,10828],[6,"HostIdentifier",3880,10829],[5,"LbEndpointList",3903,10830],[6,"LbConfig",3903,10830],[5,"ApiListener",3949,10831],[5,"Filter",3949,10831],[5,"FilterChainMatch",3949,10831],[5,"FilterChain",3949,10831],[5,"ListenerFilterChainMatchPredicate",3949,10831],[5,"ListenerFilter",3949,10831],[5,"QuicProtocolOptions",3949,10831],[5,"UdpListenerConfig",3949,10831],[5,"ActiveRawUdpListenerConfig",3949,10831],[5,"ListenerCollection",3949,10831],[5,"Listener",3949,10831],[6,"DrainType",4337,10832],[6,"ConnectionSourceType",4302,10833],[6,"ConfigType",4257,10834],[5,"OnDemandConfiguration",4280,10835],[5,"DeprecatedV1",4337,10832],[5,"ConnectionBalanceConfig",4337,10832],[5,"InternalListenerConfig",4337,10832],[6,"ListenerSpecifier",4337,10832],[5,"ExactBalance",4459,10836],[6,"BalanceType",4459,10836],[6,"ConfigType",4502,10837],[5,"MatchSet",4525,10838],[6,"Rule",4525,10838],[5,"VirtualHost",4574,10839],[5,"FilterAction",4574,10839],[5,"Route",4574,10839],[5,"WeightedCluster",4574,10839],[5,"RouteMatch",4574,10839],[5,"CorsPolicy",4574,10839],[5,"RouteAction",4574,10839],[5,"RetryPolicy",4574,10839],[5,"HedgePolicy",4574,10839],[5,"RedirectAction",4574,10839],[5,"DirectResponseAction",4574,10839],[5,"NonForwardingAction",4574,10839],[5,"Decorator",4574,10839],[5,"Tracing",4574,10839],[5,"VirtualCluster",4574,10839],[5,"RateLimit",4574,10839],[5,"HeaderMatcher",4574,10839],[5,"QueryParameterMatcher",4574,10839],[5,"InternalRedirectPolicy",4574,10839],[5,"FilterConfig",4574,10839],[6,"ClusterNotFoundResponseCode",5860,10840],[6,"InternalRedirectAction",5860,10840],[6,"TlsRequirementType",6327,10841],[6,"RedirectResponseCode",5553,10842],[6,"EnabledSpecifier",5139,10843],[6,"HeaderMatchSpecifier",5161,10844],[6,"QueryParameterMatchSpecifier",5190,10845],[5,"Action",5213,10846],[5,"Override",5213,10846],[5,"SourceCluster",5259,10847],[5,"DestinationCluster",5259,10847],[5,"RequestHeaders",5259,10847],[5,"RemoteAddress",5259,10847],[5,"GenericKey",5259,10847],[5,"HeaderValueMatch",5259,10847],[5,"DynamicMetaData",5259,10847],[5,"MetaData",5259,10847],[6,"ActionSpecifier",5259,10847],[6,"Source",5475,10848],[5,"DynamicMetadata",5509,10849],[6,"OverrideSpecifier",5509,10849],[6,"SchemeRewriteSpecifier",5553,10842],[6,"PathRewriteSpecifier",5553,10842],[6,"ResetHeaderFormat",5637,10850],[5,"RetryPriority",5637,10850],[5,"RetryHostPredicate",5637,10850],[5,"RetryBackOff",5637,10850],[5,"ResetHeader",5637,10850],[5,"RateLimitedRetryBackOff",5637,10850],[6,"ConfigType",5790,10851],[6,"ConfigType",5812,10852],[6,"Action",5834,10853],[5,"RequestMirrorPolicy",5860,10840],[5,"HashPolicy",5860,10840],[5,"UpgradeConfig",5860,10840],[5,"MaxStreamDuration",5860,10840],[6,"ClusterSpecifier",5860,10840],[6,"HostRewriteSpecifier",5860,10840],[5,"Header",6075,10854],[5,"Cookie",6075,10854],[5,"ConnectionProperties",6075,10854],[5,"QueryParameter",6075,10854],[5,"FilterState",6075,10854],[6,"PolicySpecifier",6075,10854],[5,"ConnectConfig",6214,10855],[5,"GrpcRouteMatchOptions",6237,10856],[5,"TlsContextMatchOptions",6237,10856],[5,"ConnectMatcher",6237,10856],[6,"PathSpecifier",6237,10856],[5,"ClusterWeight",6362,10857],[6,"RandomValueSpecifier",6362,10857],[6,"HostRewriteSpecifier",6416,10858],[5,"DoubleMatcher",6443,10859],[5,"RegexMatcher",6443,10859],[5,"RegexMatchAndSubstitute",6443,10859],[5,"StringMatcher",6443,10859],[5,"ListStringMatcher",6443,10859],[5,"ValueMatcher",6443,10859],[5,"ListMatcher",6443,10859],[5,"MetadataMatcher",6443,10859],[6,"MatchPattern",6631,10860],[6,"MatchPattern",6654,10861],[5,"PathSegment",6676,10862],[6,"Segment",6699,10863],[5,"GoogleRe2",6721,10864],[6,"EngineType",6721,10864],[6,"MatchPattern",6765,10865],[5,"NullMatch",6791,10866],[6,"MatchPattern",6791,10866],[5,"MetadataKey",6840,10867],[5,"MetadataKind",6840,10867],[5,"PathSegment",6887,10868],[6,"Segment",6910,10869],[5,"Request",6932,10870],[5,"Route",6932,10870],[5,"Cluster",6932,10870],[5,"Host",6932,10870],[6,"Kind",6932,10870],[5,"CustomTag",7042,10871],[5,"Literal",7066,10872],[5,"Environment",7066,10872],[5,"Header",7066,10872],[5,"Metadata",7066,10872],[6,"Type",7066,10872],[5,"Percent",7183,10819],[5,"FractionalPercent",7183,10819],[5,"Int64Range",7183,10819],[5,"Int32Range",7183,10819],[5,"DoubleRange",7183,10819],[6,"DenominatorType",7335,10873],[5,"AdsDummy",7372,10772],[6,"CompressionEncoding",10874],[5,"Bytes",10875],[5,"UnsyncBoxBody",10876],[10,"GrpcService",10877],[5,"Error",10878],[10,"TryInto",10879],[5,"Response",10880],[5,"InterceptedService",10881],[5,"Request",10882],[5,"Response",10883],[10,"Service",10884],[10,"Interceptor",10881],[5,"Uri",10885],[5,"AggregatedDiscoveryServiceServer",7561,10779],[10,"Body",10886],[5,"IntoMakeService",10887],[5,"Context",10888],[6,"Poll",10889],[5,"CacheControl",7595,10890],[5,"Status",7618,10891],[5,"ClusterMap",7646,10892],[5,"Cluster",7646,10892],[5,"Locality",7646,10892],[5,"Ipv6",7646,10892],[5,"Host",7646,10892],[5,"Endpoint",7646,10892],[5,"Datacenter",7646,10892],[5,"Filter",7646,10892],[5,"FilterChain",7646,10892],[5,"Locality",10612],[6,"Inner",7859,10893],[5,"Capture",7896,10894],[5,"Suffix",7920,10895],[5,"Prefix",7920,10895],[5,"Regex",7920,10895],[6,"Strategy",7920,10895],[5,"Compress",8013,10896],[6,"Mode",8038,10897],[6,"Action",8038,10897],[5,"ModeValue",8038,10897],[5,"ActionValue",8038,10897],[5,"Concatenate",8156,10898],[6,"Strategy",8181,10899],[5,"StrategyValue",8181,10899],[5,"Debug",8241,10900],[5,"Drop",8264,10901],[5,"Firewall",8286,10902],[5,"Rule",8310,10903],[6,"Action",8310,10903],[5,"PortRange",8310,10903],[5,"LoadBalancer",8394,10904],[6,"Policy",8417,10905],[5,"PolicyValue",8417,10905],[5,"LocalRateLimit",8477,10906],[5,"Match",8501,10907],[5,"Branch",8525,10908],[5,"Config",8525,10908],[5,"Pass",8573,10909],[5,"Timestamp",8595,10910],[5,"TokenRouter",8618,10911],[5,"AggregatedControlPlaneDiscoveryServiceServer",8672,10912],[10,"AggregatedControlPlaneDiscoveryService",8672,10912],[6,"KnownRegex",8706,10913],[5,"FieldRules",8706,10913],[5,"FloatRules",8706,10913],[5,"DoubleRules",8706,10913],[5,"Int32Rules",8706,10913],[5,"Int64Rules",8706,10913],[5,"UInt32Rules",8706,10913],[5,"UInt64Rules",8706,10913],[5,"SInt32Rules",8706,10913],[5,"SInt64Rules",8706,10913],[5,"Fixed32Rules",8706,10913],[5,"Fixed64Rules",8706,10913],[5,"SFixed32Rules",8706,10913],[5,"SFixed64Rules",8706,10913],[5,"BoolRules",8706,10913],[5,"StringRules",8706,10913],[5,"BytesRules",8706,10913],[5,"EnumRules",8706,10913],[5,"MessageRules",8706,10913],[5,"RepeatedRules",8706,10913],[5,"MapRules",8706,10913],[5,"AnyRules",8706,10913],[5,"DurationRules",8706,10913],[5,"TimestampRules",8706,10913],[1,"f32"],[1,"f64"],[1,"i64"],[1,"u64"],[1,"u8"],[6,"WellKnown",9505,10914],[6,"Type",9529,10915],[6,"WellKnown",9571,10916],[6,"PackageVersionStatus",9606,10917],[5,"FileStatusAnnotation",9606,10917],[5,"MessageStatusAnnotation",9606,10917],[5,"FieldStatusAnnotation",9606,10917],[5,"StatusAnnotation",9606,10917],[5,"TypedExtensionConfig",9734,10918],[5,"Authority",9734,10918],[5,"ContextParams",9734,10918],[5,"ResourceLocator",9734,10918],[5,"CollectionEntry",9734,10918],[5,"ResourceName",9734,10918],[6,"Scheme",9926,10919],[5,"InlineEntry",9879,10920],[6,"ResourceSpecifier",9879,10920],[5,"Directive",9926,10919],[6,"ContextParamSpecifier",9926,10919],[6,"Directive",10006,10921],[5,"RegexMatcher",10031,10922],[5,"StringMatcher",10031,10922],[5,"ListStringMatcher",10031,10922],[5,"Matcher",10031,10922],[5,"OnMatch",10125,10923],[5,"MatcherList",10125,10923],[5,"MatcherTree",10125,10923],[6,"MatcherType",10125,10923],[5,"Predicate",10218,10924],[5,"FieldMatcher",10218,10924],[5,"SinglePredicate",10264,10925],[5,"PredicateList",10264,10925],[6,"MatchType",10264,10925],[6,"Matcher",10335,10926],[5,"MatchMap",10358,10927],[6,"TreeType",10358,10927],[6,"OnMatch",10404,10928],[5,"GoogleRe2",10427,10929],[6,"EngineType",10427,10929],[6,"MatchPattern",10470,10930],[10,"Deserializer",10931],[8,"Result",10767],[5,"SchemaGenerator",10932],[6,"Schema",10933],[10,"AsRef",10879],[6,"Cow",10934],[10,"Serializer",10935],[5,"StreamConnectionMetrics",10654],[5,"Registry",10936],[5,"Guard",10937],[1,"u16"],[5,"TcpListener",10668],[8,"Result",10938],[5,"TcpListenerStream",10939],[10,"Unpin",10766],[5,"Duration",10940]],"r":[[0,17],[1,17],[9,10941],[16,10798],[137,10798],[138,10798],[139,10798],[140,10798],[141,10798],[143,10798],[144,10798],[145,10798],[147,10798],[148,10798],[153,10798],[154,10798],[155,10798],[157,10798],[158,10798],[160,10798],[161,10798],[162,10798],[163,10798],[164,10798],[165,10798],[168,10798],[169,10798],[170,10798],[171,10798],[173,10798],[174,10798],[175,10798],[177,10798],[181,10798],[182,10798],[184,10798],[186,10798],[187,10798],[188,10798],[189,10798],[190,10798],[191,10798],[192,10798],[193,10798],[194,10798],[195,10798],[196,10798],[197,10798],[198,10798],[199,10798],[200,10798],[201,10798],[202,10798],[205,10798],[206,10798],[207,10798],[208,10798],[212,10798],[215,10798],[217,10798],[228,10798],[230,10798],[240,10798],[250,10798],[260,10798],[263,10798],[267,10798],[271,10798],[274,10798],[279,10798],[280,10798],[282,10798],[344,10798],[358,10798],[360,10798],[361,10798],[377,10798],[392,10805],[396,10806],[401,10799],[408,10807],[416,10808],[417,10809],[419,10810],[421,10811],[423,10811],[425,10811],[433,10811],[437,10812],[438,10812],[439,10812],[440,10812],[441,10812],[443,10812],[445,10812],[446,10812],[452,10813],[456,10813],[458,10813],[460,10813],[461,10813],[470,10813],[479,10814],[481,10815],[482,10815],[486,10816],[487,10817],[493,10800],[495,10818],[497,10818],[499,10818],[500,10818],[502,10818],[503,10818],[504,10818],[506,10818],[511,10818],[518,10818],[529,10820],[532,10821],[534,10822],[536,10822],[537,10823],[538,10823],[541,10824],[546,10801],[550,10804],[552,10825],[554,10802],[556,10802],[561,10803],[565,10803],[566,10826],[568,10772],[569,10772],[570,10772],[571,10772],[572,10772],[573,10772],[574,10772],[575,10772],[590,10772],[608,10764],[609,10779],[610,10779],[615,10890],[617,10942],[618,10942],[619,10942],[620,10942],[621,10942],[622,10943],[623,10943],[624,10943],[625,10944],[626,10944],[627,10944],[628,10944],[629,10944],[630,10945],[631,10782],[632,10782],[633,10782],[634,10782],[635,10782],[636,10782],[637,10782],[638,10782],[639,10782],[640,10782],[641,10782],[642,10782],[643,10782],[644,10782],[645,10782],[661,10782],[662,10782],[755,10782],[804,10782],[855,10782],[976,10788],[1001,10794],[1034,10783],[1066,10797],[1101,10784],[1137,10946],[1138,10798],[1139,10798],[1140,10798],[1141,10798],[1142,10798],[1144,10798],[1145,10798],[1146,10798],[1148,10798],[1149,10798],[1154,10798],[1155,10798],[1156,10798],[1158,10798],[1159,10798],[1161,10798],[1162,10798],[1163,10798],[1164,10798],[1165,10798],[1166,10798],[1169,10798],[1170,10798],[1171,10798],[1172,10798],[1174,10798],[1175,10798],[1176,10798],[1178,10798],[1182,10798],[1183,10798],[1185,10798],[1187,10798],[1188,10798],[1189,10798],[1190,10798],[1191,10798],[1192,10798],[1193,10798],[1194,10798],[1195,10798],[1196,10798],[1197,10798],[1198,10798],[1199,10798],[1200,10798],[1201,10798],[1202,10798],[1203,10798],[1206,10798],[1207,10798],[1208,10798],[1209,10798],[1213,10798],[1216,10798],[1273,10798],[1284,10798],[1286,10798],[1643,10798],[1653,10798],[1768,10798],[1841,10798],[2020,10798],[2029,10798],[2033,10798],[2038,10798],[2039,10798],[2041,10798],[2224,10798],[2240,10798],[2251,10798],[2252,10798],[2327,10798],[2568,10805],[2592,10806],[2617,10799],[2655,10807],[2683,10808],[2704,10809],[2726,10810],[2748,10811],[2750,10811],[2752,10811],[2798,10811],[2824,10812],[2825,10812],[2826,10812],[2827,10812],[2828,10812],[2845,10812],[2847,10812],[2848,10812],[2939,10813],[2943,10813],[2945,10813],[2947,10813],[2948,10813],[3032,10813],[3066,10814],[3088,10815],[3108,10815],[3113,10816],[3134,10817],[3160,10800],[3193,10818],[3195,10818],[3197,10818],[3198,10818],[3200,10818],[3201,10818],[3202,10818],[3204,10818],[3265,10818],[3337,10818],[3389,10820],[3412,10821],[3434,10822],[3449,10822],[3457,10823],[3458,10823],[3501,10824],[3526,10801],[3561,10804],[3594,10825],[3616,10802],[3618,10802],[3674,10803],[3678,10803],[3730,10826],[3752,10947],[3753,10827],[3754,10827],[3755,10827],[3756,10827],[3794,10827],[3825,10827],[3832,10827],[3857,10828],[3882,10829],[3903,10830],[3904,10830],[3948,10948],[3949,10831],[3950,10831],[3951,10831],[3952,10831],[3953,10831],[3954,10831],[3955,10831],[3956,10831],[3957,10831],[3958,10831],[3959,10831],[4094,10831],[4095,10831],[4096,10831],[4159,10831],[4160,10831],[4161,10831],[4258,10834],[4280,10835],[4303,10833],[4337,10832],[4339,10832],[4340,10832],[4342,10832],[4343,10832],[4384,10832],[4459,10836],[4460,10836],[4503,10837],[4528,10838],[4531,10838],[4573,10949],[4574,10839],[4575,10839],[4576,10839],[4577,10839],[4578,10839],[4579,10839],[4580,10839],[4581,10839],[4582,10839],[4583,10839],[4584,10839],[4585,10839],[4586,10839],[4587,10839],[4588,10839],[4589,10839],[4590,10839],[4591,10839],[4592,10839],[4593,10839],[4754,10839],[4886,10839],[4976,10839],[4980,10839],[4984,10839],[5007,10839],[5013,10839],[5014,10839],[5015,10839],[5117,10839],[5138,10839],[5139,10843],[5163,10844],[5191,10845],[5213,10846],[5214,10846],[5217,10846],[5247,10846],[5259,10847],[5260,10847],[5262,10847],[5265,10847],[5267,10847],[5269,10847],[5271,10847],[5273,10847],[5275,10847],[5423,10847],[5477,10848],[5509,10849],[5511,10849],[5557,10842],[5560,10842],[5563,10842],[5637,10850],[5638,10850],[5639,10850],[5640,10850],[5641,10850],[5642,10850],[5756,10850],[5757,10850],[5790,10851],[5812,10852],[5834,10853],[5863,10840],[5864,10840],[5867,10840],[5871,10840],[5872,10840],[5873,10840],[5876,10840],[5878,10840],[6003,10840],[6065,10840],[6075,10854],[6077,10854],[6079,10854],[6081,10854],[6083,10854],[6084,10854],[6214,10855],[6237,10856],[6239,10856],[6241,10856],[6244,10856],[6330,10841],[6362,10857],[6364,10857],[6379,10857],[6417,10858],[6438,10950],[6439,10950],[6440,10950],[6441,10950],[6442,10951],[6443,10859],[6444,10859],[6445,10859],[6446,10859],[6447,10859],[6448,10859],[6449,10859],[6450,10859],[6515,10859],[6576,10859],[6581,10859],[6586,10859],[6587,10859],[6622,10859],[6632,10860],[6654,10861],[6676,10862],[6692,10862],[6700,10863],[6721,10864],[6722,10864],[6767,10865],[6794,10866],[6795,10866],[6839,10952],[6840,10867],[6841,10867],[6874,10867],[6875,10867],[6887,10868],[6903,10868],[6911,10869],[6932,10870],[6934,10870],[6936,10870],[6937,10870],[6939,10870],[7041,10953],[7042,10871],[7050,10871],[7066,10872],[7068,10872],[7069,10872],[7071,10872],[7074,10872],[7183,10819],[7184,10819],[7185,10819],[7189,10819],[7190,10819],[7191,10819],[7268,10819],[7335,10873],[7370,10954],[7371,10955],[7372,10772],[7373,10772],[7374,10772],[7375,10772],[7376,10772],[7377,10772],[7384,10772],[7385,10772],[7484,10772],[7532,10764],[7561,10779],[7562,10779],[7595,10890],[7617,10956],[7618,10891],[7642,10957],[7643,10957],[7644,10957],[7645,10958],[7646,10892],[7647,10892],[7648,10892],[7649,10892],[7650,10892],[7651,10892],[7652,10892],[7653,10892],[7654,10892],[7779,10892],[7859,10893],[7883,10959],[7884,10959],[7885,10959],[7886,10959],[7887,10959],[7888,10959],[7889,10959],[7890,10959],[7891,10959],[7892,10959],[7893,10959],[7894,10959],[7895,10960],[7896,10894],[7900,10894],[7920,10895],[7922,10895],[7924,10895],[7925,10895],[8012,10961],[8013,10896],[8021,10896],[8038,10897],[8039,10897],[8044,10897],[8045,10897],[8155,10962],[8156,10898],[8165,10898],[8184,10899],[8185,10899],[8240,10963],[8241,10900],[8263,10964],[8264,10901],[8285,10965],[8286,10902],[8297,10902],[8310,10903],[8313,10903],[8314,10903],[8393,10966],[8394,10904],[8410,10904],[8418,10905],[8419,10905],[8476,10967],[8477,10906],[8500,10968],[8501,10907],[8517,10907],[8525,10908],[8526,10908],[8572,10969],[8573,10909],[8594,10970],[8595,10910],[8617,10971],[8618,10911],[8640,10972],[8641,10973],[8642,10973],[8643,10761],[8672,10912],[8673,10912],[8706,10913],[8707,10913],[8708,10913],[8709,10913],[8710,10913],[8711,10913],[8712,10913],[8713,10913],[8714,10913],[8715,10913],[8718,10913],[8719,10913],[8720,10913],[8721,10913],[8722,10913],[8723,10913],[8724,10913],[8725,10913],[8726,10913],[8727,10913],[8728,10913],[8729,10913],[8730,10913],[8731,10913],[8806,10913],[9019,10913],[9372,10913],[9508,10914],[9548,10915],[9580,10916],[9602,10974],[9603,10974],[9604,10974],[9605,10975],[9607,10917],[9608,10917],[9610,10917],[9612,10917],[9613,10917],[9733,10976],[9734,10918],[9735,10918],[9736,10918],[9737,10918],[9738,10918],[9739,10918],[9784,10918],[9841,10918],[9879,10920],[9882,10920],[9926,10919],[9927,10919],[9931,10919],[9958,10919],[10007,10921],[10029,10977],[10030,10978],[10031,10922],[10032,10922],[10033,10922],[10034,10922],[10098,10922],[10103,10922],[10104,10922],[10125,10923],[10127,10923],[10129,10923],[10130,10923],[10191,10923],[10192,10923],[10195,10923],[10218,10924],[10219,10924],[10252,10924],[10265,10925],[10268,10925],[10269,10925],[10319,10925],[10336,10926],[10360,10927],[10362,10927],[10406,10928],[10427,10929],[10428,10929],[10472,10930],[10496,10831],[10497,10831],[10498,10831],[10499,10831],[10500,10831],[10501,10831],[10502,10831],[10503,10831],[10504,10831],[10505,10831],[10506,10831],[10530,10831],[10531,10831],[10532,10831],[10540,10831],[10541,10831],[10542,10831],[10579,10834],[10581,10835],[10584,10833],[10587,10832],[10589,10832],[10590,10832],[10592,10832],[10593,10832],[10597,10832],[10598,10836],[10599,10836],[10602,10837],[10607,10838],[10610,10838],[10682,10892],[10683,10892],[10684,10892],[10685,10892],[10686,10892],[10687,10892],[10688,10892],[10689,10892],[10690,10892],[10696,10892],[10712,10893],[10745,10802],[10747,10802]],"b":[[10628,"impl-Display-for-Locality"],[10629,"impl-Debug-for-Locality"],[10724,"impl-ControlPlane%3CC%3E"],[10725,"impl-AggregatedDiscoveryService-for-ControlPlane%3CC%3E"],[10726,"impl-AggregatedControlPlaneDiscoveryService-for-ControlPlane%3CC%3E"],[10737,"impl-AggregatedControlPlaneDiscoveryService-for-ControlPlane%3CC%3E"],[10738,"impl-AggregatedDiscoveryService-for-ControlPlane%3CC%3E"]],"c":"OjAAAAEAAAAAACwAEAAAAHABHQRkBKQHpQemB6cHqAfVCFAKbAzaDfwNQg58Dt8PUxCWEOQQPREUEyMTJhNWE1cTeBXmFWAWZBdlF80YYhpsHL0cqh+rHxggpyAEIW0j0SX4JhopQClSKQ==","e":"OzAAAAEAADQkuwIAAAIABQALABIAAAAUABAAJwAAACoAAAAtABAAPwAOAFMAAQBWAAEAXQAEAGMAdgDbAAkA5gAAAOgACADyAAgA/AAIAAYBAQAJAQIADQECABEBAQAUAQMAGgEAABwBPABaAQwAaAEAAGsBDgB7ATYAswEIAL0BAADAARYA2AEKAOQBGwABAgUACAIQABoCJABBAg0AUAIQAGYCAABoAi0AmAJbAPUCLwAmAxMASQMOAFkDAABpAxIAfQMBAIADAACDA1UA2wMBAN4DAADgAwAA4gMXAPwDAQD/AwAAAQQAAAMECQAOBA0AHgQAACAEAAAiBAAAJAQOADUEAQA4BAAAOgQAADwEFwBVBA0AZQQAAGcEAABpBAAAawSOAPsECQAGBQAACQUBAAwFAQATBVgBbQYIAHcGcQDqBkcAMwc5AKkHNgDmBwcA7wcAAPEHAADzBwMA+QcAAPsHDwBCCDcAfwgvALAIAACzCAUAuggGAMUIAADOCAIA0ggAANQIPwAWCQEAGQm0AM8JQwAVCgEAGAoAABoKAAAcChAALgoBADEKDgBBCg0AUQoAAFMKAABVCgAAVwoSAGwKAQBvCgAAcQoAAHMKDwCFCgEAiAoAAIoKAACMCgwAmwoBAJ4KAACgCgAAogoMALEKAQC0CgAAtgoAALgKJgDgCgEA4woFAOwKAgDzCgIA9womAB8LAAAiCykAUQsEAFsLVwC0CwMAuQsJAMgLBADSCwUA2gsoAAUMAQAIDAAACgwAAAwMEAAeDAAAIAwEACYMCgAzDAEANgwAADgMAAA6DA4ASwwBAE4MAABQDAAAUgwJAF0MDQBtDAAAbwwAAHEMAABzDEsAwAwBAMMMBgDLDAYA0wwQAOwMCQD+DAgACA0BAAsNCQAWDS8ASA0BAEsNAABNDQAATw0NAF8NAQBiDQAAZA0AAGYNEAB4DQEAfA0XAJUNAACXDQMAnQ0BAKENAQCkDRUAuw0BAL4NCwDLDQ0A2w0AAN0NAADfDQAA4Q0KAO0NDQD9DQAA/w0AAAEOAAADDg4AFA4BABcOAAAZDgAAGw4MACkODQA5DgYAQw4BAEYOAABJDgEATQ4UAGMODQBzDgYAfQ4BAIAOAACDDgEAhw4TAJ0OAQCgDgAAog4AAKQOLgDUDgcA4A4EAOYOAgDtDgQA8w4FAPoOAgD+Dh8AHw8BACIPDwA0DwEANw8AADkPAAA7DxYAUw8AAFUPAwBbDwEAXw8CAGMPfwDkDxoAAhAPAB0QDAA1EAoAQxASAFkQAgBdEA8AbhA8AK0QAQCwEAAAshAAALQQEADGEAAAyBALANUQDQDlEAAA5xAAAOkQAADrEBMAABEgACIRAwAnEQIAKxEMAD4RBABEEQAAShEEAFERKwB+EQAAgBEDAIYRAQCKEQEAjRESAKIRAQClEQAApxEAAKkRGQDEEQAAxhEDAMwRAQDQEQEA0xG4AI0SBQCUElYA/xIXABgTDAAmEwEAPBMwAG4TAgByEwIAdhMCAHoTBgCCEwAAhBMLAJETBACZEwMAohNbAP8TEwAUFAcAHhQBACEUAAAjFAAAJRQTADsUAQA+FAAAQBQAAEIUDQBSFAEAVRQAAFcUAABZFAgAYxQUAHoUAQB+FAEAgRRqAO0UBwD2FBIAEhUKACYVCAAxFQEANBUAADYVMQBpFQ0AeRUAAHsVAAB9FQAAfxUXAJgVAACaFQMAoBUBAKQVAQCnFRoAwxUSANoVCADnFQIA6xUAAO8VAgD1FR4AFRZCAFkWAABhFgUAaBYAAG8WBQB2FgYAgBYmAKkWAQCsFgAArhYAALAWDAC/FgEAwhYAAMQWAADGFhAA2RYBANwWAADeFgAA4BYgAAMXOgBAFwMARhcVAGYXBwBwFwMAfRcHAIcXAACKFycAsxdBAPYXBAD8FwsADhgGABsYBgAjGDAAVRgAAFcYLACFGAIAiRgHAJUYAwCdGAMAohgaAL4YDQDOGAAA0BgAANIYAADUGBcA7RgAAO8YAADxGAMA9xgCAPwYAQD/GBkAGxkBAB4ZAAAgGQAAIhlRAHUZGQCXGQgAqBkIALIZAwC3GQMAvRkhAOAZEADzGQEA9hkAAPgZAAD6GQwACRoBAAwaAAAOGgAAEBoQACIaAAAkGgAAJhoNADYaAQA5GgAAOxoAAD0aFQBUGgAAVhoDAFwaAQBgGgIAZBoVAHwaAQB/GgAAgRoAAIMaGgCfGgAAoRoDAKcaAQCrGgEArhoiANMaAQDXGgMA3RoWAPUaAAD3GgAA+RoNAAkbAQAMGwAADhsAABAbMwBFGwMAShsJAFkbBABjGwQAaRshAIwbAwCRGwAAkxs5AM4bAwDTGwkA4hsEAOwbBQDzGysAIBwrAE0cFwBtHAUAdBwAAHscBQCCHAEAhRwnAK4cDQC+HAAAwBwAAMIcAADEHBQA2xxCACQdBgAxHQsAPh0uAG4dAABwHQQAdh0CAHodAAB8HQAAfx0AAIIdBwCOHQAAkB0IAJodAQCdHQEAoR0CAKYdEgC6HQAAvB0UANIdAADUHVMAKR4nAFQeAABbHggAZR4EAHMeCAB9HkAAwB4BAMMeAADFHgAAxx4VAN4eBwDnHgAA6R4sABcfAgAbHwcAJx8DAC8fAwA0HyEAVx8DAFwfAABeHxUAdh8vAKwfAwCyHwEAuB8DAL4fAQDCHxEA1h8PAOcfAwDsHwAA7h8OAP4fFwAZIAEAHCAAAB8gAQAiIAAAJCAIAC4gDwA/IAEAQiASAFYgAABYIBEAayAAAG0gAABvIA8AgCAAAIIgIQCoIAIArCAAALAgAgC0IAMAuSAdANggAADaIAAA3CAMAOogFwAFIQEACCEAAAshAQAOIQAAECEIABohDwArIQAALSEUAEMhAABFIQAARyEhAGshAQBvIRoAiyEAAI0hEgChIQAAoyETALghAAC6IQcAxSEAAMchBADNIQAAzyEAANEhAADTIQAA1iEAANkhBwDlIQAA5yEGAO8hAADxIQEA9CEBAPghAgD9ITgANyIvAGgiYQDaIhEA7iIZAAkjMgA9IxcAbiMXAJMjDQCiIwAAryMOAM4jIAAHJBcAICQBACQkAQAnJAAANCQNAEMkAABQJA0AXyQAAGEkAABkJAEAZyQBAGokAABsJAAAbyQBAHIkAAB0JAAAdiQSAIskAQCPJAEAlSQDAJokAACcJAAAoCRjAAUlJgAuJQEAMSUAADMlAAA1JSAAWCUBAFslAABdJQAAXyUVAHclAQB6JQAAfCUAAH4lFgCWJTUA0iUEANglAADeJQQA5SUBAOglUAA6JhoAWyYHAGkmCABzJgIAdyYAAHkmMACrJgAArSYDALMmAQC3JgEAuiYWANImFADoJgAA6iYAAOwmCAD5JgIA/SYAAAEnAgAGJxkAIicBACUnAAAnJwAAKSc3AGUnBABuJwQAdCcDAHonNwCzJwIAtycHAMMnBADMJwMA0icAANUnLQAFKAEACSgDAA4oJwA3KAEAOigFAEMoAwBKKAMATygAAFEoFwBrKAEAbigAAHAoAAByKBcAiygAAI0oAwCTKAEAlygCAJsoEgCwKAEAsygAALUoAAC3KBUAzigAANAoAwDWKAEA2igBAN0oFQD1KAEA+CgAAPooAAD8KCYAJikGADApNQBnKQ0AdikQAIgpAwCNKRUApSkBAKkpAwCvKQEAsykBALcpEQDKKR0A6SkCAO0pEQA="}]\ diff --git a/main/api/search.desc/quilkin/quilkin-desc-0-.js b/main/api/search.desc/quilkin/quilkin-desc-0-.js index e62e1c0a2..bfa298f6a 100644 --- a/main/api/search.desc/quilkin/quilkin-desc-0-.js +++ b/main/api/search.desc/quilkin/quilkin-desc-0-.js @@ -1 +1 @@ -searchState.loadedDescShard("quilkin", 0, "In a benching environment, some or all shutdown behavior …\nThe Command-Line Interface for Quilkin.\nConfiguration for a component\nContains the error value\nNormal shutdown kind, the receiver should perform proper …\nContains the success value\nRun Quilkin as a UDP reverse proxy.\nReceiver for a shutdown event.\nIn a testing environment, some or all shutdown behavior …\nMacro that can get the function name of the function the …\nThe port to bind for the admin server\nImplementations and utility methods for various codecs …\nQuilkin configuration.\nThe path to the configuration file for the Quilkin …\nFilters for processing packets.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nThe interval in seconds at which the relay will send a …\nIncludes generated Protobuf definitions from tonic.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nOne or more quilkin manage endpoints to listen to for …\nThe remote URL or local file path to retrieve the Maxmind …\nWhether to spawn the admin server or not.\nThe port to listen on.\nThe port to listen on.\nWhether Quilkin will report any results to stdout/stderr.\nCreates a temporary file with the specified prefix in a …\nOne or more socket addresses to forward packets to.\nAssigns dynamic tokens to each address in the --to argument\nNumber of worker threads used to process packets. If not …\nThe Command-Line Interface for Quilkin.\nThe various Quilkin commands.\nThe various log format options\nThe port to bind for the admin server\nThe path to the configuration file for the Quilkin …\nDrives the main quilkin application lifecycle using the …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nWhether to spawn the admin server or not.\nWhether Quilkin will report any results to stdout/stderr.\nRuns Quilkin as a relay service that runs a Manager …\nIf specified, filters the available gameserver addresses …\nReturns the argument unchanged.\nThe ICAO code for the agent.\nCalls U::from(self).\nIf specified, additionally filters the gameserver address …\nThe configuration source for a management server.\nPort for QCMP service.\nThe region to set in the cluster map for any provider …\nOne or more quilkin relay endpoints to push configuration …\nThe sub_zone in the zone in the region to set in the …\nThe zone in the region to set in the cluster map for any …\nGenerates JSON schema files for known filters.\nA list of one or more filter IDs to generate or ‘all’ …\nReturns the argument unchanged.\nCalls U::from(self).\nThe directory to write configuration files.\nRuns Quilkin as a xDS management server, using provider as …\nIf specified, filters the available gameserver addresses …\nReturns the argument unchanged.\nCalls U::from(self).\nIf specified, additionally filters the gameserver address …\nThe TCP port to listen to, to serve discovery responses.\nThe configuration source for a management server.\nThe region to set in the cluster map for any provider …\nOne or more quilkin relay endpoints to push configuration …\nThe sub_zone in the zone in the region to set in the …\nThe zone in the region to set in the cluster map for any …\nRun Quilkin as a UDP reverse proxy.\nThe interval in seconds at which the relay will send a …\nOne or more quilkin manage endpoints to listen to for …\nThe remote URL or local file path to retrieve the Maxmind …\nThe port to listen on.\nThe port to listen on.\nStart and run a proxy.\nOne or more socket addresses to forward packets to.\nAssigns dynamic tokens to each address in the --to argument\nNumber of worker threads used to process packets. If not …\nPings a endpoint for a amount of attempts, printing the …\nThe number of pings to send to the endpoint (default: 5).\nThe quilkin endpoint to ping\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nRuns Quilkin as a relay service that runs a Manager …\nReturns the argument unchanged.\nThe interval in seconds at which the relay will send a …\nCalls U::from(self).\nPort for mDS service.\nPort for xDS management_server service\nExtensions to prost and related crates.\nLogic for parsing and generating Quilkin Control Message …\nThe maximum length of a QCMP packet, including 2 …\nThe minimum length of a QCMP packet\nThe initation of a ping command to send to a Quilkin proxy …\nThe reply from a Quilkin proxy from a Self::Ping command. …\nThe set of possible QCMP commands.\nA measurement implementation using QCMP pings for …\nIf the command is Protocol::PingReply, with …\nEncodes the protocol command into a buffer of bytes for …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the packet’s nonce.\nParses the provided input, and attempts to parse it as a …\nCreates a Self::Ping with a random nonce, should be sent …\nCreates a Self::PingReply from the client and server start …\nCreates a Self::Ping with a user-specified nonce, should …\nIf the command is Protocol::PingReply, with …\nThe timestamp from when the client sent the packet.\nThe timestamp from when the client sent the ping packet.\nThe client’s nonce.\nThe client’s nonce.\nThe timestamp from when the server received the ping …\nThe timestamp from when the server sent the reply.\nArgs common across all components\nConfig\nReturns the argument unchanged.\nCalls U::from(self).\nThe ready check and idle duration\nChannel used to indicate graceful shutdown requests\nThe runtime mode of Quilkin, which contains various …\nReturns the argument unchanged.\nCalls U::from(self).\nThe location of an Endpoint.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nIf true, only care about the provider being healthy, not …\nThe location of an Endpoint.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nThis occurs if a receive task has accumulated so many …\nA data structure that is responsible for holding sessions, …\nThe number of tokens to assign to each to address\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns a reference to an existing session mapped to key, …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe size of each token\nConstructs a new session pool, it’s created with an Arc …\nSends packet data to the appropiate session based on its …\nReturns a map of active sessions.\nRepresents the required arguments to run a worker task that\nReturns the argument unchanged.\nCalls U::from(self).\nSpawns a background task that sits in a loop, receiving …\nSocket with reused port from which the worker receives …\nID of the worker.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nConfiguration for a component\nThe configuration of a Filter from either a static or …\nDynamic configuration from Protobuf.\nFilter is the configuration for a single filter\nA mutable memory location with atomic storage rules.\nStatic configuration from YAML.\nValidation failure for a Config\nGets the datacenters, panicking if this is an agent config\nGiven a list of subscriptions and the current state of the …\nDeserializes takes two type arguments Static and Dynamic …\nCreates a new empty slot.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nAttempts to deserialize input as a YAML object …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns whether any data is present in the slot.\nProvides a reference to the underlying data.\nProvides a view into a mutable reference of the current …\nCreates a new slot for value.\nRemoves any data from the slot.\nReplaces the data in the slot with value.\nReplaces the data if the slot is empty.\nReplaces the current data in the slot with value’s data, …\nAdds a watcher to to the slot. The watcher will fire …\nCreates a new slot containing the default instance of T.\nWatches Agones’ game server CRDs for Allocated game …\nWatches for changes to the file located at path.\nThe available xDS source providers.\nReturns the argument unchanged.\nCalls U::from(self).\nThe namespace under which the configmap is stored.\nThe namespace under which the game servers run.\nThe path to the source config.\nThe GameServer has been allocated to a session\nThe Pod for the GameServer is being created.\nOutput all messages including debug messages.\nprioritise allocating GameServers on Nodes with the least …\nThe system will choose an open port for the GameServer in …\nSomething has gone wrong with the Gameserver and it cannot …\nOnly output error messages.\nFleetSpec is the spec for a Fleet. More info: …\nFleetSpec is the spec for a Fleet. More info: …\nFleetStatus is the status of a Fleet. More info: …\nAuto-generated derived type for GameServerSpec via …\nDefines a set of Ports that are to be exposed via the …\nThe status for a GameServer resource.\nThe port that was allocated to a GameServer.\nGameServer is the data structure for a GameServer resource.\nOutput all messages except for debug messages.\nPrioritise allocating GameServers on Nodes with the most …\nDynamically sets the container port to the same value as …\nA dynamically allocating GameServer is being created, an …\nThe GameServer is ready to take connections from game …\nThe GameServer has declared that it is ready\nThe GameServer is reserved and therefore can be allocated …\nWe have determined that the Pod has been scheduled in the …\nthe strategy that a Fleet & GameServers will use when …\nParameters for the Agones SDK Server sidecar container\nThe GameServer has shutdown and everything needs to be …\nThe Pods for the GameServer are being created but are not …\nThe user defines the host port to be used in the …\nThe GameServer has failed its health checks\nContainer specifies which Pod container is the game …\nThe name of the container on which to open the port. …\nThe port that is being opened on the specified container’…\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nGRPCPort is the port on which the SDK Server binds the …\nConfigures health checking\nThe port exposed on the host for clients to connect to\nHTTPPort is the port on which the SDK Server binds the …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nLogLevel for SDK server (sidecar) logs. Defaults to “Info…\nName is the descriptive name of the port\nSpec based constructor for derived custom resource\nPortPolicy defines the policy for how the HostPort is …\nPorts are the array of ports that can be exposed via the …\nProtocol is the network protocol being used. Defaults to …\nScheduling strategy. Defaults to “Packed”\nSpecifies parameters for the Agones SDK Server sidecar …\nGameServerSpec is the spec for a GameServer resource. More …\nThe current state of a GameServer.\nDescribes the Pod that will be created for the GameServer.\nGameServer is the data structure for a GameServer resource.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe binary configuration of the filter. Must be prost …\nFilter for compressing and decompressing packet data\nThe Concatenate filter’s job is to add a byte packet to …\nThe human-readable configuration of the filter. Must be …\nAn error representing failure to convert a filter’s …\nArguments needed to create a new filter.\nAn error that occurred when attempting to create a Filter …\nDebug logs all incoming and outgoing packets\nAlways drops a packet, mostly useful in combination with …\nAn owned pointer to a dynamic FilterFactory instance.\nTrait for routing and manipulating packets.\nA chain of Filters to be executed in order.\nAll possible errors that can be returned from Filter …\nProvides the name and creation function for a given …\nThe value returned by FilterFactory::create_filter.\nA map of FilterFactory::names to DynFilterFactory values.\nRegistry of all Filters that can be applied in the system.\nA set of filters to be registered with a FilterRegistry.\nFilter for allowing/blocking traffic by IP and port.\nBalances packets over the upstream endpoints.\nA filter that implements rate limiting on packets based on …\nThe globally unique name of the filter.\nAllows a packet to pass through, mostly useful in …\nThe input arguments to Filter::read.\nStatically safe version of Filter, if you’re writing a …\nA filter that reads a metadata value as a timestamp to be …\nFilter that only allows packets to be passed to Endpoints …\nThe input arguments to Filter::write.\nConfiguration for the filter.\nReturns the schema for the configuration of the …\nContents of the received packet.\nContents of the received packet.\nReturns a filter based on the provided arguments.\nReturns a FilterSet with the filters provided through …\nThe destination of the received packet.\nThe upstream endpoints that the packet will be forwarded …\nCreates a new instance of CreateFilterArgs using a dynamic …\nConverts YAML configuration into its Protobuf equivalvent.\nConverts YAML configuration into its Protobuf equivalvent.\nThe upstream endpoints that the packet will be forwarded …\nConvenience method for providing a consistent error …\nCreates a new dynamic FilterFactory virtual table.\nCreates a new instance of CreateFilterArgs using a fixed …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nInstantiates a new StaticFilter from the given …\nCreates and returns a new dynamic instance of Filter for a …\nReturns a DynFilterFactory if one matches id, otherwise …\nReturns a DynFilterFactory for a given key. Returning None …\nInserts factory for the specified FilterFactory, returning …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns a by reference iterator over the set of filters.\nArbitrary values that can be passed from one filter to …\nArbitrary values that can be passed from one filter to …\nname returns the configuration name for the Filter The …\nCreate a new instance of CreateFilterArgs.\nCreates a new ReadContext.\nCreates a new WriteContext\nConstructs a FilterInstance.\nPrelude containing all types and traits required to …\nFilter::read is invoked when the proxy receives data from a\nFilter::read is invoked when the proxy receives data from a\nLoads the provided FilterSet into the registry of …\nReturns the ConfigType from the provided Option, otherwise …\nReturns the ConfigType from the provided Option, otherwise …\nThe source of the received packet.\nThe source of the received packet.\nValidates the filter configurations in the provided config …\nValidates the filter configurations in the provided config …\nInstantiates a new StaticFilter from the given …\nCreates a new FilterSet with the set of filter_factories …\nFilter::write is invoked when the proxy is about to send …\nFilter::write is invoked when the proxy is about to send …\nThe default key under which the Capture filter puts the …\nTrait to implement different strategies for capturing …\nCapture from the start of the packet.\nLooks for the set of bytes at the beginning of the packet\nCapture from the start of the packet.\nLook for the set of bytes at the end of the packet\nStrategy to apply for acquiring a set of bytes in the UDP …\nCapture from the end of the packet.\nLook for the set of bytes at the end of the packet\nCapture packet data from the contents, and optionally …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe key to use when storing the captured value in the …\nThe regular expression to use for capture.\nWhether captured bytes are removed from the original …\nThe number of bytes to capture.\nThe number of bytes to capture.\nWhether captured bytes are removed from the original …\nThe capture strategy.\nWhether to do nothing, compress or decompress the packet.\nFilter for compressing and decompressing packet data\nA trait that provides a compression and decompression …\nThe library to use when compressing.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe Concatenate filter’s job is to add a byte packet to …\nConfig represents a Concatenate filter configuration.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nWhether or not to append or prepend or do nothing on …\nWhether or not to append or prepend or do nothing on …\nA Debug filter’s configuration.\nDebug logs all incoming and outgoing packets\nReturns the argument unchanged.\nIdentifier that will be optionally included with each log …\nCalls U::from(self).\npass filter’s configuration.\nAlways drops a packet, mostly useful in combination with …\nReturns the argument unchanged.\nCalls U::from(self).\nWhether or not a matching Rule should Allow or Deny access\nMatching rules will allow packets through.\nRepresents how a Firewall filter is configured for read …\nMatching rules will block packets.\nFilter for allowing/blocking traffic by IP and port.\nRange of matching ports that are configured against a Rule.\nInvalid min and max values for a PortRange.\nCombination of CIDR range, port range and action to take.\nReturns true if any address matches the provided CIDR …\nReturns true if the range contain the given port.\nPort ranges can be specified in yaml as either “10” as …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreates a new PortRange, where min is inclusive, max is …\nSerialise the PortRange into a single digit if min and max …\nipv4 or ipv6 CIDR address.\nThe configuration for load_balancer.\nSend packets to endpoints based on hash of source IP and …\nBalances packets over the upstream endpoints.\nPolicy represents how a load_balancer distributes packets …\nSend packets to endpoints chosen at random.\nSend packets to endpoints in turns.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nConfig represents a self’s configuration.\nA filter that implements rate limiting on packets based on …\nSESSION_TIMEOUT_SECONDS is the default session timeout.\nReturns the argument unchanged.\nCalls U::from(self).\nThe maximum number of packets allowed to be forwarded by …\nThe duration in seconds during which max_packets applies. …\nA specific match branch. The filter is run when value …\nConfiguration for Match.\nConfiguration for a specific direction.\nThe behaviour when the none of branches match. Defaults to …\nList of filters to compare and potentially run if any …\nThe behaviour for when none of the branches match.\nThe filter to run on successful matches.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe key for the metadata to compare against.\nConfiguration for Filter::read.\nConfiguration for Filter::write.\nThe value to compare against the dynamic metadata.\npass filter’s configuration.\nAllows a packet to pass through, mostly useful in …\nReturns the argument unchanged.\nCalls U::from(self).\nConfig represents a self’s configuration.\nA filter that reads a metadata value as a timestamp to be …\nReturns the argument unchanged.\nCalls U::from(self).\nThe metadata key to read the UTC UNIX Timestamp from.\nObserves the duration since a timestamp stored in metadata …\nFilter that only allows packets to be passed to Endpoints …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nthe key to use when retrieving the token from the Filter’…\nNon-async version of Filter::read, as this filter does no …\nThe same as DualStackSocket but uses epoll instead of …\nAn ipv6 socket that can accept and send data from either a …\nTCP listener for a GRPC service, always binds to the local …\nBinds a TCP listener, if None is passed, binds to an …\nTypes representing where the data is the sent.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRetrieves the local address the listener is bound to\nPhoenix Network Coordinate System\nRetrieves the port the listener is bound to\nRepresents a full snapshot of all clusters.\nCreates a map of tokens -> address for the current set\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreates a new endpoint set, calculating a unique version …\nBumps the version, calculating a hash for the entire …\nUnique version for this endpoint set\nCreates a new endpoint set with the provided version hash, …\nReturns the value of config, or the default value if config…\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nNested message and enum types in Host.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the value of label, or the default value if label …\nEncodes the message to a buffer.\nReturns the encoded length of the message without a length …\nReturns the argument unchanged.\nCalls U::from(self).\nDecodes an instance of the message from a buffer, and …\nThe kind of address, such as Domain Name or IP address. …\nA destination endpoint with any associated metadata.\nA valid socket address. This differs from …\nThe location of an Endpoint.\nMetadata specific to endpoints.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nA valid name or IP address that resolves to a address.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nKnown Quilkin metadata.\nCreates a new Endpoint with no metadata.\nReturns the port for the endpoint address, or 0 if no port …\nThe port of the socket address, if present.\nReturns the socket address for the endpoint, resolving any …\nUser created metadata.\nCreates a new Endpoint with the specified metadata.\nShared state between Filters during processing for a …\nA key in the metadata table.\nRepresents a view into the metadata object attached to …\nReference to a metadata value.\nA literal value or a reference to a value in a metadata …\nReturns the inner String value of self if it matches …\nReturns the inner String value of self if it matches …\nReturns the inner String value of self if it matches …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nKnown Quilkin metadata.\nResolves a symbol into a Value, using ctx for any …\nTries to Self::resolve the symbol to a bytes::Bytes, …\nUser created metadata.\nThe network coordinates of a node in the phoenix system.\nAn implementation of measuring the network difference …\nA Phoenix instance maintains a virtual coordinate space …\nThe amount of time the check will change by depending on …\nStarts the background update task to continously sample …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nThe range at which continually update the nodes …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nGets the difference between this node and address, …\nConstructs a new Phoenix builder.\nThe threshold at which the path to a node is consider …\nSets the percentage of nodes to regularly measure at …\nCreates a buffer filled with the specified data, only used …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nSplits a prefix of the specified length from the buffer …\nSplits a suffix of the specified length from the buffer …\nA UTC timestamp\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nGets the current Unix timestamp\nGets the current Unix timestamp in nanoseconds.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).") \ No newline at end of file +searchState.loadedDescShard("quilkin", 0, "In a benching environment, some or all shutdown behavior …\nThe Command-Line Interface for Quilkin.\nConfiguration for a component\nContains the error value\nNormal shutdown kind, the receiver should perform proper …\nContains the success value\nRun Quilkin as a UDP reverse proxy.\nReceiver for a shutdown event.\nIn a testing environment, some or all shutdown behavior …\nMacro that can get the function name of the function the …\nThe port to bind for the admin server\nImplementations and utility methods for various codecs …\nQuilkin configuration.\nThe path to the configuration file for the Quilkin …\nFilters for processing packets.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nThe interval in seconds at which the relay will send a …\nIncludes generated Protobuf definitions from tonic.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nOne or more quilkin manage endpoints to listen to for …\nThe remote URL or local file path to retrieve the Maxmind …\nWhether to spawn the admin server or not.\nThe port to listen on.\nThe port to listen on.\nWhether Quilkin will report any results to stdout/stderr.\nCreates a temporary file with the specified prefix in a …\nOne or more socket addresses to forward packets to.\nAssigns dynamic tokens to each address in the --to argument\nNumber of worker threads used to process packets. If not …\nThe Command-Line Interface for Quilkin.\nThe various Quilkin commands.\nThe various log format options\nThe port to bind for the admin server\nThe path to the configuration file for the Quilkin …\nDrives the main quilkin application lifecycle using the …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nWhether to spawn the admin server or not.\nWhether Quilkin will report any results to stdout/stderr.\nRuns Quilkin as a relay service that runs a Manager …\nIf specified, filters the available gameserver addresses …\nReturns the argument unchanged.\nThe ICAO code for the agent.\nCalls U::from(self).\nIf specified, additionally filters the gameserver address …\nThe configuration source for a management server.\nPort for QCMP service.\nThe region to set in the cluster map for any provider …\nOne or more quilkin relay endpoints to push configuration …\nThe sub_zone in the zone in the region to set in the …\nThe zone in the region to set in the cluster map for any …\nGenerates JSON schema files for known filters.\nA list of one or more filter IDs to generate or ‘all’ …\nReturns the argument unchanged.\nCalls U::from(self).\nThe directory to write configuration files.\nRuns Quilkin as a xDS management server, using provider as …\nIf specified, filters the available gameserver addresses …\nReturns the argument unchanged.\nCalls U::from(self).\nIf specified, additionally filters the gameserver address …\nThe TCP port to listen to, to serve discovery responses.\nThe configuration source for a management server.\nThe region to set in the cluster map for any provider …\nOne or more quilkin relay endpoints to push configuration …\nThe sub_zone in the zone in the region to set in the …\nThe zone in the region to set in the cluster map for any …\nRun Quilkin as a UDP reverse proxy.\nThe interval in seconds at which the relay will send a …\nOne or more quilkin manage endpoints to listen to for …\nThe remote URL or local file path to retrieve the Maxmind …\nThe port to listen on.\nThe port to listen on.\nStart and run a proxy.\nOne or more socket addresses to forward packets to.\nAssigns dynamic tokens to each address in the --to argument\nNumber of worker threads used to process packets. If not …\nPings a endpoint for a amount of attempts, printing the …\nThe number of pings to send to the endpoint (default: 5).\nThe quilkin endpoint to ping\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nRuns Quilkin as a relay service that runs a Manager …\nReturns the argument unchanged.\nThe interval in seconds at which the relay will send a …\nCalls U::from(self).\nPort for mDS service.\nPort for xDS management_server service\nExtensions to prost and related crates.\nLogic for parsing and generating Quilkin Control Message …\nThe maximum length of a QCMP packet, including 2 …\nThe minimum length of a QCMP packet\nThe initation of a ping command to send to a Quilkin proxy …\nThe reply from a Quilkin proxy from a Self::Ping command. …\nThe set of possible QCMP commands.\nA measurement implementation using QCMP pings for …\nIf the command is Protocol::PingReply, with …\nEncodes the protocol command into a buffer of bytes for …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the packet’s nonce.\nParses the provided input, and attempts to parse it as a …\nCreates a Self::Ping with a random nonce, should be sent …\nCreates a Self::PingReply from the client and server start …\nCreates a Self::Ping with a user-specified nonce, should …\nIf the command is Protocol::PingReply, with …\nThe timestamp from when the client sent the packet.\nThe timestamp from when the client sent the ping packet.\nThe client’s nonce.\nThe client’s nonce.\nThe timestamp from when the server received the ping …\nThe timestamp from when the server sent the reply.\nArgs common across all components\nConfig\nReturns the argument unchanged.\nCalls U::from(self).\nThe ready check and idle duration\nChannel used to indicate graceful shutdown requests\nThe runtime mode of Quilkin, which contains various …\nReturns the argument unchanged.\nCalls U::from(self).\nThe location of an Endpoint.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nIf true, only care about the provider being healthy, not …\nThe location of an Endpoint.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nThis occurs if a receive task has accumulated so many …\nA simple packet queue that signals when a packet is pushed\nA data structure that is responsible for holding sessions, …\nThe asn info for the sender, used for metrics\nThe number of tokens to assign to each to address\nThe packet data being sent\nThe destination address of the packet\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns a reference to an existing session mapped to key, …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe size of each token\nConstructs a new session pool, it’s created with an Arc …\nSends packet data to the appropiate session based on its …\nReturns a map of active sessions.\nSwaps the current queue with an empty one so we only lock …\nRepresents the required arguments to run a worker task that\nReturns the argument unchanged.\nCalls U::from(self).\nSpawns a background task that sits in a loop, receiving …\nID of the worker.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nConfiguration for a component\nThe configuration of a Filter from either a static or …\nDynamic configuration from Protobuf.\nFilter is the configuration for a single filter\nA mutable memory location with atomic storage rules.\nStatic configuration from YAML.\nValidation failure for a Config\nGets the datacenters, panicking if this is an agent config\nGiven a list of subscriptions and the current state of the …\nDeserializes takes two type arguments Static and Dynamic …\nCreates a new empty slot.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nAttempts to deserialize input as a YAML object …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns whether any data is present in the slot.\nProvides a reference to the underlying data.\nProvides a view into a mutable reference of the current …\nCreates a new slot for value.\nRemoves any data from the slot.\nReplaces the data in the slot with value.\nReplaces the data if the slot is empty.\nReplaces the current data in the slot with value’s data, …\nAdds a watcher to to the slot. The watcher will fire …\nCreates a new slot containing the default instance of T.\nWatches Agones’ game server CRDs for Allocated game …\nWatches for changes to the file located at path.\nThe available xDS source providers.\nReturns the argument unchanged.\nCalls U::from(self).\nThe namespace under which the configmap is stored.\nThe namespace under which the game servers run.\nThe path to the source config.\nThe GameServer has been allocated to a session\nThe Pod for the GameServer is being created.\nOutput all messages including debug messages.\nprioritise allocating GameServers on Nodes with the least …\nThe system will choose an open port for the GameServer in …\nSomething has gone wrong with the Gameserver and it cannot …\nOnly output error messages.\nFleetSpec is the spec for a Fleet. More info: …\nFleetSpec is the spec for a Fleet. More info: …\nFleetStatus is the status of a Fleet. More info: …\nAuto-generated derived type for GameServerSpec via …\nDefines a set of Ports that are to be exposed via the …\nThe status for a GameServer resource.\nThe port that was allocated to a GameServer.\nGameServer is the data structure for a GameServer resource.\nOutput all messages except for debug messages.\nPrioritise allocating GameServers on Nodes with the most …\nDynamically sets the container port to the same value as …\nA dynamically allocating GameServer is being created, an …\nThe GameServer is ready to take connections from game …\nThe GameServer has declared that it is ready\nThe GameServer is reserved and therefore can be allocated …\nWe have determined that the Pod has been scheduled in the …\nthe strategy that a Fleet & GameServers will use when …\nParameters for the Agones SDK Server sidecar container\nThe GameServer has shutdown and everything needs to be …\nThe Pods for the GameServer are being created but are not …\nThe user defines the host port to be used in the …\nThe GameServer has failed its health checks\nContainer specifies which Pod container is the game …\nThe name of the container on which to open the port. …\nThe port that is being opened on the specified container’…\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nGRPCPort is the port on which the SDK Server binds the …\nConfigures health checking\nThe port exposed on the host for clients to connect to\nHTTPPort is the port on which the SDK Server binds the …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nLogLevel for SDK server (sidecar) logs. Defaults to “Info…\nName is the descriptive name of the port\nSpec based constructor for derived custom resource\nPortPolicy defines the policy for how the HostPort is …\nPorts are the array of ports that can be exposed via the …\nProtocol is the network protocol being used. Defaults to …\nScheduling strategy. Defaults to “Packed”\nSpecifies parameters for the Agones SDK Server sidecar …\nGameServerSpec is the spec for a GameServer resource. More …\nThe current state of a GameServer.\nDescribes the Pod that will be created for the GameServer.\nGameServer is the data structure for a GameServer resource.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe binary configuration of the filter. Must be prost …\nFilter for compressing and decompressing packet data\nThe Concatenate filter’s job is to add a byte packet to …\nThe human-readable configuration of the filter. Must be …\nAn error representing failure to convert a filter’s …\nArguments needed to create a new filter.\nAn error that occurred when attempting to create a Filter …\nDebug logs all incoming and outgoing packets\nAlways drops a packet, mostly useful in combination with …\nAn owned pointer to a dynamic FilterFactory instance.\nTrait for routing and manipulating packets.\nA chain of Filters to be executed in order.\nAll possible errors that can be returned from Filter …\nProvides the name and creation function for a given …\nThe value returned by FilterFactory::create_filter.\nA map of FilterFactory::names to DynFilterFactory values.\nRegistry of all Filters that can be applied in the system.\nA set of filters to be registered with a FilterRegistry.\nFilter for allowing/blocking traffic by IP and port.\nBalances packets over the upstream endpoints.\nA filter that implements rate limiting on packets based on …\nThe globally unique name of the filter.\nAllows a packet to pass through, mostly useful in …\nThe input arguments to Filter::read.\nStatically safe version of Filter, if you’re writing a …\nA filter that reads a metadata value as a timestamp to be …\nFilter that only allows packets to be passed to Endpoints …\nThe input arguments to Filter::write.\nConfiguration for the filter.\nReturns the schema for the configuration of the …\nContents of the received packet.\nContents of the received packet.\nReturns a filter based on the provided arguments.\nReturns a FilterSet with the filters provided through …\nThe destination of the received packet.\nThe upstream endpoints that the packet will be forwarded …\nCreates a new instance of CreateFilterArgs using a dynamic …\nConverts YAML configuration into its Protobuf equivalvent.\nConverts YAML configuration into its Protobuf equivalvent.\nThe upstream endpoints that the packet will be forwarded …\nConvenience method for providing a consistent error …\nCreates a new dynamic FilterFactory virtual table.\nCreates a new instance of CreateFilterArgs using a fixed …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nInstantiates a new StaticFilter from the given …\nCreates and returns a new dynamic instance of Filter for a …\nReturns a DynFilterFactory if one matches id, otherwise …\nReturns a DynFilterFactory for a given key. Returning None …\nInserts factory for the specified FilterFactory, returning …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns a by reference iterator over the set of filters.\nArbitrary values that can be passed from one filter to …\nArbitrary values that can be passed from one filter to …\nname returns the configuration name for the Filter The …\nCreate a new instance of CreateFilterArgs.\nCreates a new ReadContext.\nCreates a new WriteContext\nConstructs a FilterInstance.\nPrelude containing all types and traits required to …\nFilter::read is invoked when the proxy receives data from a\nFilter::read is invoked when the proxy receives data from a\nLoads the provided FilterSet into the registry of …\nReturns the ConfigType from the provided Option, otherwise …\nReturns the ConfigType from the provided Option, otherwise …\nThe source of the received packet.\nThe source of the received packet.\nValidates the filter configurations in the provided config …\nValidates the filter configurations in the provided config …\nInstantiates a new StaticFilter from the given …\nCreates a new FilterSet with the set of filter_factories …\nFilter::write is invoked when the proxy is about to send …\nFilter::write is invoked when the proxy is about to send …\nThe default key under which the Capture filter puts the …\nTrait to implement different strategies for capturing …\nCapture from the start of the packet.\nLooks for the set of bytes at the beginning of the packet\nCapture from the start of the packet.\nLook for the set of bytes at the end of the packet\nStrategy to apply for acquiring a set of bytes in the UDP …\nCapture from the end of the packet.\nLook for the set of bytes at the end of the packet\nCapture packet data from the contents, and optionally …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe key to use when storing the captured value in the …\nThe regular expression to use for capture.\nWhether captured bytes are removed from the original …\nThe number of bytes to capture.\nThe number of bytes to capture.\nWhether captured bytes are removed from the original …\nThe capture strategy.\nWhether to do nothing, compress or decompress the packet.\nFilter for compressing and decompressing packet data\nA trait that provides a compression and decompression …\nThe library to use when compressing.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe Concatenate filter’s job is to add a byte packet to …\nConfig represents a Concatenate filter configuration.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nWhether or not to append or prepend or do nothing on …\nWhether or not to append or prepend or do nothing on …\nA Debug filter’s configuration.\nDebug logs all incoming and outgoing packets\nReturns the argument unchanged.\nIdentifier that will be optionally included with each log …\nCalls U::from(self).\npass filter’s configuration.\nAlways drops a packet, mostly useful in combination with …\nReturns the argument unchanged.\nCalls U::from(self).\nWhether or not a matching Rule should Allow or Deny access\nMatching rules will allow packets through.\nRepresents how a Firewall filter is configured for read …\nMatching rules will block packets.\nFilter for allowing/blocking traffic by IP and port.\nRange of matching ports that are configured against a Rule.\nInvalid min and max values for a PortRange.\nCombination of CIDR range, port range and action to take.\nReturns true if any address matches the provided CIDR …\nReturns true if the range contain the given port.\nPort ranges can be specified in yaml as either “10” as …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreates a new PortRange, where min is inclusive, max is …\nSerialise the PortRange into a single digit if min and max …\nipv4 or ipv6 CIDR address.\nThe configuration for load_balancer.\nSend packets to endpoints based on hash of source IP and …\nBalances packets over the upstream endpoints.\nPolicy represents how a load_balancer distributes packets …\nSend packets to endpoints chosen at random.\nSend packets to endpoints in turns.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nConfig represents a self’s configuration.\nA filter that implements rate limiting on packets based on …\nSESSION_TIMEOUT_SECONDS is the default session timeout.\nReturns the argument unchanged.\nCalls U::from(self).\nThe maximum number of packets allowed to be forwarded by …\nThe duration in seconds during which max_packets applies. …\nA specific match branch. The filter is run when value …\nConfiguration for Match.\nConfiguration for a specific direction.\nThe behaviour when the none of branches match. Defaults to …\nList of filters to compare and potentially run if any …\nThe behaviour for when none of the branches match.\nThe filter to run on successful matches.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe key for the metadata to compare against.\nConfiguration for Filter::read.\nConfiguration for Filter::write.\nThe value to compare against the dynamic metadata.\npass filter’s configuration.\nAllows a packet to pass through, mostly useful in …\nReturns the argument unchanged.\nCalls U::from(self).\nConfig represents a self’s configuration.\nA filter that reads a metadata value as a timestamp to be …\nReturns the argument unchanged.\nCalls U::from(self).\nThe metadata key to read the UTC UNIX Timestamp from.\nObserves the duration since a timestamp stored in metadata …\nFilter that only allows packets to be passed to Endpoints …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nthe key to use when retrieving the token from the Filter’…\nNon-async version of Filter::read, as this filter does no …\nThe same as DualStackSocket but uses epoll instead of …\nAn ipv6 socket that can accept and send data from either a …\nTCP listener for a GRPC service, always binds to the local …\nBinds a TCP listener, if None is passed, binds to an …\nTypes representing where the data is the sent.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRetrieves the local address the listener is bound to\nPhoenix Network Coordinate System\nRetrieves the port the listener is bound to\nRepresents a full snapshot of all clusters.\nCreates a map of tokens -> address for the current set\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreates a new endpoint set, calculating a unique version …\nBumps the version, calculating a hash for the entire …\nUnique version for this endpoint set\nCreates a new endpoint set with the provided version hash, …\nReturns the value of config, or the default value if config…\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nNested message and enum types in Host.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the value of label, or the default value if label …\nEncodes the message to a buffer.\nReturns the encoded length of the message without a length …\nReturns the argument unchanged.\nCalls U::from(self).\nDecodes an instance of the message from a buffer, and …\nThe kind of address, such as Domain Name or IP address. …\nA destination endpoint with any associated metadata.\nA valid socket address. This differs from …\nThe location of an Endpoint.\nMetadata specific to endpoints.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nA valid name or IP address that resolves to a address.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nKnown Quilkin metadata.\nCreates a new Endpoint with no metadata.\nReturns the port for the endpoint address, or 0 if no port …\nThe port of the socket address, if present.\nReturns the socket address for the endpoint, resolving any …\nUser created metadata.\nCreates a new Endpoint with the specified metadata.\nShared state between Filters during processing for a …\nA key in the metadata table.\nRepresents a view into the metadata object attached to …\nReference to a metadata value.\nA literal value or a reference to a value in a metadata …\nReturns the inner String value of self if it matches …\nReturns the inner String value of self if it matches …\nReturns the inner String value of self if it matches …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nKnown Quilkin metadata.\nResolves a symbol into a Value, using ctx for any …\nTries to Self::resolve the symbol to a bytes::Bytes, …\nUser created metadata.\nThe network coordinates of a node in the phoenix system.\nAn implementation of measuring the network difference …\nA Phoenix instance maintains a virtual coordinate space …\nThe amount of time the check will change by depending on …\nStarts the background update task to continously sample …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nThe range at which continually update the nodes …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nGets the difference between this node and address, …\nConstructs a new Phoenix builder.\nThe threshold at which the path to a node is consider …\nSets the percentage of nodes to regularly measure at …\nCreates a buffer filled with the specified data, only used …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nSplits a prefix of the specified length from the buffer …\nSplits a suffix of the specified length from the buffer …\nA UTC timestamp\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nGets the current Unix timestamp\nGets the current Unix timestamp in nanoseconds.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).") \ No newline at end of file diff --git a/main/api/src/quilkin/collections/ttl.rs.html b/main/api/src/quilkin/collections/ttl.rs.html index cb27f9f30..c66c75266 100644 --- a/main/api/src/quilkin/collections/ttl.rs.html +++ b/main/api/src/quilkin/collections/ttl.rs.html @@ -783,6 +783,15 @@ 783 784 785 +786 +787 +788 +789 +790 +791 +792 +793 +794
    /*
      * Copyright 2021 Google LLC
      *
    @@ -840,11 +849,13 @@
         /// Get the expiration time for this value. The returned value is the
         /// number of seconds relative to some reference point (e.g UNIX_EPOCH), based
         /// on the clock being used.
    +    #[inline]
         fn expiration_secs(&self) -> u64 {
             self.expires_at.load(Ordering::Relaxed)
         }
     
         /// Update the value's expiration time to (now + TTL).
    +    #[inline]
         fn update_expiration(&self, ttl: Duration) {
             match self.clock.compute_expiration_secs(ttl) {
                 Ok(new_expiration_time) => {
    @@ -945,6 +956,7 @@
         /// Returns the current time as the number of seconds relative to some initial
         /// reference point (e.g UNIX_EPOCH), based on the clock implementation being used.
         /// In tests, this will be driven by [`tokio::time`]
    +    #[inline]
         pub(crate) fn now_relative_secs(&self) -> u64 {
             self.0.clock.now_relative_secs().unwrap_or_default()
         }
    @@ -1022,6 +1034,12 @@
             self.0.inner.remove(&key).is_some()
         }
     
    +    /// Removes all entries from the map
    +    #[inline]
    +    pub fn clear(&self) {
    +        self.0.inner.clear();
    +    }
    +
         /// Returns an entry for in-place updates of the specified key-value pair.
         /// Note: This acquires a write lock on the map's shard that corresponds
         /// to the entry.
    diff --git a/main/api/src/quilkin/components/proxy.rs.html b/main/api/src/quilkin/components/proxy.rs.html
    index 1f194e137..92f81a083 100644
    --- a/main/api/src/quilkin/components/proxy.rs.html
    +++ b/main/api/src/quilkin/components/proxy.rs.html
    @@ -339,6 +339,67 @@
     339
     340
     341
    +342
    +343
    +344
    +345
    +346
    +347
    +348
    +349
    +350
    +351
    +352
    +353
    +354
    +355
    +356
    +357
    +358
    +359
    +360
    +361
    +362
    +363
    +364
    +365
    +366
    +367
    +368
    +369
    +370
    +371
    +372
    +373
    +374
    +375
    +376
    +377
    +378
    +379
    +380
    +381
    +382
    +383
    +384
    +385
    +386
    +387
    +388
    +389
    +390
    +391
    +392
    +393
    +394
    +395
    +396
    +397
    +398
    +399
    +400
    +401
    +402
     
    /*
      * Copyright 2024 Google LLC All Rights Reserved.
      *
    @@ -359,8 +420,79 @@
     pub mod packet_router;
     mod sessions;
     
    -#[cfg(target_os = "linux")]
    -pub(crate) mod io_uring_shared;
    +cfg_if::cfg_if! {
    +    if #[cfg(target_os = "linux")] {
    +        pub(crate) mod io_uring_shared;
    +        pub(crate) type PacketSendReceiver = io_uring_shared::EventFd;
    +        pub(crate) type PacketSendSender = io_uring_shared::EventFdWriter;
    +    } else {
    +        pub(crate) type PacketSendReceiver = tokio::sync::watch::Receiver<bool>;
    +        pub(crate) type PacketSendSender = tokio::sync::watch::Sender<bool>;
    +    }
    +}
    +
    +/// A simple packet queue that signals when a packet is pushed
    +///
    +/// For io_uring this notifies an eventfd that will be processed on the next
    +/// completion loop
    +#[derive(Clone)]
    +pub struct PendingSends {
    +    packets: Arc<parking_lot::Mutex<Vec<SendPacket>>>,
    +    notify: PacketSendSender,
    +}
    +
    +impl PendingSends {
    +    pub fn new(capacity: usize) -> std::io::Result<(Self, PacketSendReceiver)> {
    +        #[cfg(target_os = "linux")]
    +        let (notify, rx) = {
    +            let rx = io_uring_shared::EventFd::new()?;
    +            (rx.writer(), rx)
    +        };
    +        #[cfg(not(target_os = "linux"))]
    +        let (notify, rx) = tokio::sync::watch::channel(true);
    +
    +        Ok((
    +            Self {
    +                packets: Arc::new(parking_lot::Mutex::new(Vec::with_capacity(capacity))),
    +                notify,
    +            },
    +            rx,
    +        ))
    +    }
    +
    +    #[inline]
    +    pub(crate) fn capacity(&self) -> usize {
    +        self.packets.lock().capacity()
    +    }
    +
    +    /// Pushes a packet onto the queue to be sent, signalling a sender that
    +    /// it's available
    +    #[inline]
    +    pub(crate) fn push(&self, packet: SendPacket) {
    +        self.packets.lock().push(packet);
    +        #[cfg(target_os = "linux")]
    +        self.notify.write(1);
    +        #[cfg(not(target_os = "linux"))]
    +        let _ = self.notify.send(true);
    +    }
    +
    +    /// Called to shutdown the consumer side of the sends (ie the io loop that is
    +    /// actually dequing and sending packets)
    +    #[inline]
    +    pub(crate) fn shutdown_receiver(&self) {
    +        #[cfg(target_os = "linux")]
    +        self.notify.write(0xdeadbeef);
    +        #[cfg(not(target_os = "linux"))]
    +        let _ = self.notify.send(false);
    +    }
    +
    +    /// Swaps the current queue with an empty one so we only lock for a pointer swap
    +    #[inline]
    +    pub fn swap(&self, mut swap: Vec<SendPacket>) -> Vec<SendPacket> {
    +        swap.clear();
    +        std::mem::replace(&mut self.packets.lock(), swap)
    +    }
    +}
     
     use super::RunArgs;
     pub use error::{ErrorMap, PipelineError};
    @@ -374,9 +506,12 @@
     };
     
     pub struct SendPacket {
    -    pub destination: SocketAddr,
    -    pub data: crate::pool::FrozenPoolBuffer,
    -    pub asn_info: Option<crate::net::maxmind_db::MetricsIpNetEntry>,
    +    /// The destination address of the packet
    +    pub destination: socket2::SockAddr,
    +    /// The packet data being sent
    +    pub data: crate::pool::FrozenPoolBuffer,
    +    /// The asn info for the sender, used for metrics
    +    pub asn_info: Option<crate::net::maxmind_db::MetricsIpNetEntry>,
     }
     
     pub struct RecvPacket {
    @@ -549,18 +684,6 @@
                  ));
             }
     
    -        let id = config.id.load();
    -        let num_workers = self.num_workers.get();
    -
    -        let (upstream_sender, upstream_receiver) = async_channel::bounded(250);
    -        let buffer_pool = Arc::new(crate::pool::BufferPool::new(num_workers, 64 * 1024));
    -        let sessions = SessionPool::new(
    -            config.clone(),
    -            upstream_sender,
    -            buffer_pool.clone(),
    -            shutdown_rx.clone(),
    -        );
    -
             #[allow(clippy::type_complexity)]
             const SUBS: &[(&str, &[(&str, Vec<String>)])] = &[
                 (
    @@ -588,6 +711,8 @@
                     *lock = Some(check.clone());
                 }
     
    +            let id = config.id.load();
    +
                 std::thread::Builder::new()
                     .name("proxy-subscription".into())
                     .spawn({
    @@ -632,14 +757,25 @@
                     .expect("failed to spawn proxy-subscription thread");
             }
     
    -        let worker_notifications = packet_router::spawn_receivers(
    +        let num_workers = self.num_workers.get();
    +        let buffer_pool = Arc::new(crate::pool::BufferPool::new(num_workers, 2 * 1024));
    +
    +        let mut worker_sends = Vec::with_capacity(num_workers);
    +        let mut session_sends = Vec::with_capacity(num_workers);
    +        for _ in 0..num_workers {
    +            let psends = PendingSends::new(15)?;
    +            session_sends.push(psends.0.clone());
    +            worker_sends.push(psends);
    +        }
    +
    +        let sessions = SessionPool::new(config.clone(), session_sends, buffer_pool.clone());
    +
    +        packet_router::spawn_receivers(
                 config.clone(),
                 self.socket,
    -            num_workers,
    +            worker_sends,
                 &sessions,
    -            upstream_receiver,
                 buffer_pool,
    -            shutdown_rx.clone(),
             )
             .await?;
     
    @@ -651,10 +787,6 @@
                 crate::net::phoenix::Phoenix::new(crate::codec::qcmp::QcmpMeasurement::new()?),
             )?;
     
    -        for notification in worker_notifications {
    -            let _ = notification.recv();
    -        }
    -
             tracing::info!("Quilkin is ready");
             if let Some(initialized) = initialized {
                 let _ = initialized.send(());
    @@ -665,17 +797,7 @@
                 .await
                 .map_err(|error| eyre::eyre!(error))?;
     
    -        if *shutdown_rx.borrow() == crate::ShutdownKind::Normal {
    -            tracing::info!(sessions=%sessions.sessions().len(), "waiting for active sessions to expire");
    -
    -            let interval = std::time::Duration::from_millis(100);
    -
    -            while sessions.sessions().is_not_empty() {
    -                tokio::time::sleep(interval).await;
    -                tracing::debug!(sessions=%sessions.sessions().len(), "sessions still active");
    -            }
    -            tracing::info!("all sessions expired");
    -        }
    +        sessions.shutdown(*shutdown_rx.borrow() == crate::ShutdownKind::Normal);
     
             Ok(())
         }
    diff --git a/main/api/src/quilkin/components/proxy/io_uring_shared.rs.html b/main/api/src/quilkin/components/proxy/io_uring_shared.rs.html
    index 54b71e039..bb26f7935 100644
    --- a/main/api/src/quilkin/components/proxy/io_uring_shared.rs.html
    +++ b/main/api/src/quilkin/components/proxy/io_uring_shared.rs.html
    @@ -639,143 +639,6 @@
     639
     640
     641
    -642
    -643
    -644
    -645
    -646
    -647
    -648
    -649
    -650
    -651
    -652
    -653
    -654
    -655
    -656
    -657
    -658
    -659
    -660
    -661
    -662
    -663
    -664
    -665
    -666
    -667
    -668
    -669
    -670
    -671
    -672
    -673
    -674
    -675
    -676
    -677
    -678
    -679
    -680
    -681
    -682
    -683
    -684
    -685
    -686
    -687
    -688
    -689
    -690
    -691
    -692
    -693
    -694
    -695
    -696
    -697
    -698
    -699
    -700
    -701
    -702
    -703
    -704
    -705
    -706
    -707
    -708
    -709
    -710
    -711
    -712
    -713
    -714
    -715
    -716
    -717
    -718
    -719
    -720
    -721
    -722
    -723
    -724
    -725
    -726
    -727
    -728
    -729
    -730
    -731
    -732
    -733
    -734
    -735
    -736
    -737
    -738
    -739
    -740
    -741
    -742
    -743
    -744
    -745
    -746
    -747
    -748
    -749
    -750
    -751
    -752
    -753
    -754
    -755
    -756
    -757
    -758
    -759
    -760
    -761
    -762
    -763
    -764
    -765
    -766
    -767
    -768
    -769
    -770
    -771
    -772
    -773
    -774
    -775
    -776
    -777
    -778
     
    /*
      * Copyright 2024 Google LLC All Rights Reserved.
      *
    @@ -799,10 +662,9 @@
     //! enough that it doesn't make sense to share the same code
     
     use crate::{
    -    components::proxy::{self, PipelineError},
    +    components::proxy::{self, PendingSends, PipelineError, SendPacket},
         metrics,
    -    net::maxmind_db::MetricsIpNetEntry,
    -    pool::{FrozenPoolBuffer, PoolBuffer},
    +    pool::PoolBuffer,
         time::UtcTimestamp,
     };
     use io_uring::{squeue::Entry, types::Fd};
    @@ -816,30 +678,11 @@
     ///
     /// We use eventfd to signal to io uring loops from async tasks, it is essentially
     /// the equivalent of a signalling 64 bit cross-process atomic
    -pub(crate) struct EventFd {
    +pub struct EventFd {
         fd: std::os::fd::OwnedFd,
         val: u64,
     }
     
    -#[derive(Clone)]
    -pub(crate) struct EventFdWriter {
    -    fd: i32,
    -}
    -
    -impl EventFdWriter {
    -    #[inline]
    -    pub(crate) fn write(&self, val: u64) {
    -        // SAFETY: we have a valid descriptor, and most of the errors that apply
    -        // to the general write call that eventfd_write wraps are not applicable
    -        //
    -        // Note that while the docs state eventfd_write is glibc, it is implemented
    -        // on musl as well, but really is just a write with 8 bytes
    -        unsafe {
    -            libc::eventfd_write(self.fd, val);
    -        }
    -    }
    -}
    -
     impl EventFd {
         #[inline]
         pub(crate) fn new() -> std::io::Result<Self> {
    @@ -880,48 +723,30 @@
         }
     }
     
    -struct RecvPacket {
    -    /// The buffer filled with data during recv_from
    -    buffer: PoolBuffer,
    -    /// The IP of the sender
    -    source: std::net::SocketAddr,
    -}
    -
    -struct SendPacket {
    -    /// The destination address of the packet
    -    destination: SockAddr,
    -    /// The packet data being sent
    -    buffer: FrozenPoolBuffer,
    -    /// The asn info for the sender, used for metrics
    -    asn_info: Option<MetricsIpNetEntry>,
    -}
    -
    -/// A simple double buffer for queing packets that need to be sent, each enqueue
    -/// notifies an eventfd that sends are available
    -#[derive(Clone)]
    -struct PendingSends {
    -    packets: Arc<parking_lot::Mutex<Vec<SendPacket>>>,
    -    notify: EventFdWriter,
    +#[derive(Clone)]
    +pub(crate) struct EventFdWriter {
    +    fd: i32,
     }
     
    -impl PendingSends {
    -    pub fn new(notify: EventFdWriter) -> Self {
    -        Self {
    -            packets: Default::default(),
    -            notify,
    -        }
    -    }
    -
    +impl EventFdWriter {
         #[inline]
    -    pub fn push(&self, packet: SendPacket) {
    -        self.packets.lock().push(packet);
    -        self.notify.write(1);
    +    pub(crate) fn write(&self, val: u64) {
    +        // SAFETY: we have a valid descriptor, and most of the errors that apply
    +        // to the general write call that eventfd_write wraps are not applicable
    +        //
    +        // Note that while the docs state eventfd_write is glibc, it is implemented
    +        // on musl as well, but really is just a write with 8 bytes
    +        unsafe {
    +            libc::eventfd_write(self.fd, val);
    +        }
         }
    +}
     
    -    #[inline]
    -    pub fn swap(&self, swap: Vec<SendPacket>) -> Vec<SendPacket> {
    -        std::mem::replace(&mut self.packets.lock(), swap)
    -    }
    +struct RecvPacket {
    +    /// The buffer filled with data during recv_from
    +    buffer: PoolBuffer,
    +    /// The IP of the sender
    +    source: std::net::SocketAddr,
     }
     
     enum LoopPacketInner {
    @@ -970,8 +795,8 @@
                     // For sends, the length of the buffer is the actual number of initialized bytes,
                     // and note that iov_base is a *mut even though for sends the buffer is not actually
                     // mutated
    -                self.io_vec.iov_base = send.buffer.as_ptr() as *mut u8 as *mut _;
    -                self.io_vec.iov_len = send.buffer.len();
    +                self.io_vec.iov_base = send.data.as_ptr() as *mut u8 as *mut _;
    +                self.io_vec.iov_len = send.data.len();
     
                     // SAFETY: both pointers are valid at this point, with the same size
                     unsafe {
    @@ -1040,62 +865,8 @@
         },
     }
     
    -pub enum PacketReceiver {
    -    Router(crate::components::proxy::sessions::DownstreamReceiver),
    -    SessionPool(tokio::sync::mpsc::Receiver<proxy::SendPacket>),
    -}
    -
    -/// Spawns worker tasks
    -///
    -/// One task processes received packets, notifying the io-uring loop when a
    -/// packet finishes processing, the other receives packets to send and notifies
    -/// the io-uring loop when there are 1 or more packets available to be sent
    -fn spawn_workers(
    -    rt: &tokio::runtime::Runtime,
    -    receiver: PacketReceiver,
    -    pending_sends: PendingSends,
    -    mut shutdown_rx: crate::ShutdownRx,
    -    shutdown_event: EventFdWriter,
    -) {
    -    // Spawn a task that just monitors the shutdown receiver to notify the io-uring loop to exit
    -    rt.spawn(async move {
    -        // The result is uninteresting, either a shutdown has been signalled, or all senders have been dropped
    -        // which equates to the same thing
    -        let _ = shutdown_rx.changed().await;
    -        shutdown_event.write(1);
    -    });
    -
    -    match receiver {
    -        PacketReceiver::Router(upstream_receiver) => {
    -            rt.spawn(async move {
    -                while let Ok(packet) = upstream_receiver.recv().await {
    -                    let packet = SendPacket {
    -                        destination: packet.destination.into(),
    -                        buffer: packet.data,
    -                        asn_info: packet.asn_info,
    -                    };
    -                    pending_sends.push(packet);
    -                }
    -            });
    -        }
    -        PacketReceiver::SessionPool(mut downstream_receiver) => {
    -            rt.spawn(async move {
    -                while let Some(packet) = downstream_receiver.recv().await {
    -                    let packet = SendPacket {
    -                        destination: packet.destination.into(),
    -                        buffer: packet.data,
    -                        asn_info: packet.asn_info,
    -                    };
    -                    pending_sends.push(packet);
    -                }
    -            });
    -        }
    -    }
    -}
    -
     fn process_packet(
         ctx: &mut PacketProcessorCtx,
    -    packet_processed_event: &EventFdWriter,
         packet: RecvPacket,
         last_received_at: &mut Option<UtcTimestamp>,
     ) {
    @@ -1127,8 +898,6 @@
                     error_acc,
                     destinations,
                 );
    -
    -            packet_processed_event.write(1);
             }
             PacketProcessorCtx::SessionPool { pool, port, .. } => {
                 let mut last_received_at = None;
    @@ -1139,8 +908,6 @@
                     *port,
                     &mut last_received_at,
                 );
    -
    -            packet_processed_event.write(1);
             }
         }
     }
    @@ -1155,10 +922,8 @@
         Recv { key: usize },
         /// Packet sent
         Send { key: usize },
    -    /// One or more packets are ready to be sent
    +    /// One or more packets are ready to be sent OR shutdown of the loop is requested
         PendingsSends,
    -    /// Loop shutdown requested
    -    Shutdown,
     }
     
     struct LoopCtx<'uring> {
    @@ -1286,7 +1051,6 @@
     }
     
     pub struct IoUringLoop {
    -    runtime: tokio::runtime::Runtime,
         socket: crate::net::DualStackLocalSocket,
         concurrent_sends: usize,
     }
    @@ -1296,14 +1060,7 @@
             concurrent_sends: u16,
             socket: crate::net::DualStackLocalSocket,
         ) -> Result<Self, PipelineError> {
    -        let runtime = tokio::runtime::Builder::new_multi_thread()
    -            .enable_all()
    -            .max_blocking_threads(1)
    -            .worker_threads(3)
    -            .build()?;
    -
             Ok(Self {
    -            runtime,
                 concurrent_sends: concurrent_sends as _,
                 socket,
             })
    @@ -1313,42 +1070,29 @@
             self,
             thread_name: String,
             mut ctx: PacketProcessorCtx,
    -        receiver: PacketReceiver,
    +        pending_sends: (PendingSends, EventFd),
             buffer_pool: Arc<crate::pool::BufferPool>,
    -        shutdown: crate::ShutdownRx,
    -    ) -> Result<std::sync::mpsc::Receiver<()>, PipelineError> {
    +    ) -> Result<(), PipelineError> {
             let dispatcher = tracing::dispatcher::get_default(|d| d.clone());
    -        let (tx, rx) = std::sync::mpsc::channel();
     
    -        let rt = self.runtime;
             let socket = self.socket;
             let concurrent_sends = self.concurrent_sends;
     
             let mut ring = io_uring::IoUring::new((concurrent_sends + 3) as _)?;
     
    -        // Used to notify the uring loop when 1 or more packets have been queued
    -        // up to be sent to a remote address
    -        let mut pending_sends_event = EventFd::new()?;
    -        // Used to notify the uring when a received packet has finished
    -        // processing and we can perform another recv, as we (currently) only
    -        // ever process a single packet at a time
    -        let process_event = EventFd::new()?;
    -        // Used to notify the uring loop to shutdown
    -        let mut shutdown_event = EventFd::new()?;
    +        let mut pending_sends_event = pending_sends.1;
    +        let pending_sends = pending_sends.0;
     
             std::thread::Builder::new()
                 .name(thread_name)
                 .spawn(move || {
                     let _guard = tracing::dispatcher::set_default(&dispatcher);
     
    -                let tokens = slab::Slab::with_capacity(concurrent_sends + 1 + 1 + 1);
    +                let tokens = slab::Slab::with_capacity(concurrent_sends + 1 + 1);
                     let loop_packets = slab::Slab::with_capacity(concurrent_sends + 1);
     
    -                // Create an eventfd to notify the uring thread (this one) of
    -                // pending sends
    -                let pending_sends = PendingSends::new(pending_sends_event.writer());
                     // Just double buffer the pending writes for simplicity
    -                let mut double_pending_sends = Vec::new();
    +                let mut double_pending_sends = Vec::with_capacity(pending_sends.capacity());
     
                     // When sending packets, this is the direction used when updating metrics
                     let send_dir = if matches!(ctx, PacketProcessorCtx::Router { .. }) {
    @@ -1357,16 +1101,6 @@
                         metrics::READ
                     };
     
    -                // Spawn the worker tasks that process in an async context unlike
    -                // our io-uring loop below
    -                spawn_workers(
    -                    &rt,
    -                    receiver,
    -                    pending_sends.clone(),
    -                    shutdown,
    -                    shutdown_event.writer(),
    -                );
    -
                     let (submitter, sq, mut cq) = ring.split();
     
                     let mut loop_ctx = LoopCtx {
    @@ -1380,16 +1114,12 @@
                     loop_ctx.enqueue_recv(buffer_pool.clone().alloc());
                     loop_ctx
                         .push_with_token(pending_sends_event.io_uring_entry(), Token::PendingsSends);
    -                loop_ctx.push_with_token(shutdown_event.io_uring_entry(), Token::Shutdown);
     
                     // Sync always needs to be called when entries have been pushed
                     // onto the submission queue for the loop to actually function (ie, similar to await on futures)
                     loop_ctx.sync();
     
    -                // Notify that we have set everything up
    -                let _ = tx.send(());
                     let mut last_received_at = None;
    -                let process_event_writer = process_event.writer();
     
                     // The core io uring loop
                     'io: loop {
    @@ -1431,26 +1161,26 @@
                                     }
     
                                     let packet = packet.finalize_recv(ret as usize);
    -                                process_packet(
    -                                    &mut ctx,
    -                                    &process_event_writer,
    -                                    packet,
    -                                    &mut last_received_at,
    -                                );
    +                                process_packet(&mut ctx, packet, &mut last_received_at);
     
                                     loop_ctx.enqueue_recv(buffer_pool.clone().alloc());
                                 }
                                 Token::PendingsSends => {
    -                                double_pending_sends = pending_sends.swap(double_pending_sends);
    -                                loop_ctx.push_with_token(
    -                                    pending_sends_event.io_uring_entry(),
    -                                    Token::PendingsSends,
    -                                );
    -
    -                                for pending in
    -                                    double_pending_sends.drain(0..double_pending_sends.len())
    -                                {
    -                                    loop_ctx.enqueue_send(pending);
    +                                if pending_sends_event.val < 0xdeadbeef {
    +                                    double_pending_sends = pending_sends.swap(double_pending_sends);
    +                                    loop_ctx.push_with_token(
    +                                        pending_sends_event.io_uring_entry(),
    +                                        Token::PendingsSends,
    +                                    );
    +
    +                                    for pending in
    +                                        double_pending_sends.drain(0..double_pending_sends.len())
    +                                    {
    +                                        loop_ctx.enqueue_send(pending);
    +                                    }
    +                                } else {
    +                                    tracing::info!("io-uring loop shutdown requested");
    +                                    break 'io;
                                     }
                                 }
                                 Token::Send { key } => {
    @@ -1463,7 +1193,7 @@
                                         metrics::errors_total(send_dir, &source, &asn_info).inc();
                                         metrics::packets_dropped_total(send_dir, &source, &asn_info)
                                             .inc();
    -                                } else if ret as usize != packet.buffer.len() {
    +                                } else if ret as usize != packet.data.len() {
                                         metrics::packets_total(send_dir, &asn_info).inc();
                                         metrics::errors_total(
                                             send_dir,
    @@ -1476,10 +1206,6 @@
                                         metrics::bytes_total(send_dir, &asn_info).inc_by(ret as u64);
                                     }
                                 }
    -                            Token::Shutdown => {
    -                                tracing::info!("io-uring loop shutdown requested");
    -                                break 'io;
    -                            }
                             }
                         }
     
    @@ -1487,7 +1213,7 @@
                     }
                 })?;
     
    -        Ok(rx)
    +        Ok(())
         }
     }
     
    diff --git a/main/api/src/quilkin/components/proxy/packet_router.rs.html b/main/api/src/quilkin/components/proxy/packet_router.rs.html
    index 612e60f5a..b771f898a 100644
    --- a/main/api/src/quilkin/components/proxy/packet_router.rs.html
    +++ b/main/api/src/quilkin/components/proxy/packet_router.rs.html
    @@ -190,15 +190,6 @@
     190
     191
     192
    -193
    -194
    -195
    -196
    -197
    -198
    -199
    -200
    -201
     
    /*
      * Copyright 2024 Google LLC All Rights Reserved.
      *
    @@ -215,10 +206,7 @@
      *  limitations under the License.
      */
     
    -use super::{
    -    sessions::{DownstreamReceiver, SessionKey},
    -    PipelineError, SessionPool,
    -};
    +use super::{sessions::SessionKey, PipelineError, SessionPool};
     use crate::{
         filters::{Filter as _, ReadContext},
         metrics,
    @@ -245,8 +233,6 @@
     pub struct DownstreamReceiveWorkerConfig {
         /// ID of the worker.
         pub worker_id: usize,
    -    /// Socket with reused port from which the worker receives packets.
    -    pub upstream_receiver: DownstreamReceiver,
         pub port: u16,
         pub config: Arc<Config>,
         pub sessions: Arc<SessionPool>,
    @@ -338,21 +324,17 @@
     pub async fn spawn_receivers(
         config: Arc<Config>,
         socket: socket2::Socket,
    -    num_workers: usize,
    +    worker_sends: Vec<(super::PendingSends, super::PacketSendReceiver)>,
         sessions: &Arc<SessionPool>,
    -    upstream_receiver: DownstreamReceiver,
         buffer_pool: Arc<crate::pool::BufferPool>,
    -    shutdown: crate::ShutdownRx,
    -) -> crate::Result<Vec<std::sync::mpsc::Receiver<()>>> {
    +) -> crate::Result<()> {
         let (error_sender, mut error_receiver) = mpsc::channel(128);
     
         let port = crate::net::socket_port(&socket);
     
    -    let mut worker_notifications = Vec::with_capacity(num_workers);
    -    for worker_id in 0..num_workers {
    +    for (worker_id, ws) in worker_sends.into_iter().enumerate() {
             let worker = DownstreamReceiveWorkerConfig {
                 worker_id,
    -            upstream_receiver: upstream_receiver.clone(),
                 port,
                 config: config.clone(),
                 sessions: sessions.clone(),
    @@ -360,7 +342,7 @@
                 buffer_pool: buffer_pool.clone(),
             };
     
    -        worker_notifications.push(worker.spawn(shutdown.clone()).await?);
    +        worker.spawn(ws).await?;
         }
     
         drop(error_sender);
    @@ -398,6 +380,6 @@
             }
         });
     
    -    Ok(worker_notifications)
    +    Ok(())
     }
     
    \ No newline at end of file diff --git a/main/api/src/quilkin/components/proxy/packet_router/io_uring.rs.html b/main/api/src/quilkin/components/proxy/packet_router/io_uring.rs.html index 8b88a8ea6..520da8dd0 100644 --- a/main/api/src/quilkin/components/proxy/packet_router/io_uring.rs.html +++ b/main/api/src/quilkin/components/proxy/packet_router/io_uring.rs.html @@ -53,7 +53,6 @@ 53 54 55 -56
    /*
      * Copyright 2024 Google LLC All Rights Reserved.
      *
    @@ -70,18 +69,18 @@
      *  limitations under the License.
      */
     
    -use eyre::Context as _;
    +use crate::components::proxy;
    +use eyre::Context as _;
     
     impl super::DownstreamReceiveWorkerConfig {
         pub async fn spawn(
             self,
    -        shutdown: crate::ShutdownRx,
    -    ) -> eyre::Result<std::sync::mpsc::Receiver<()>> {
    +        pending_sends: (proxy::PendingSends, proxy::PacketSendReceiver),
    +    ) -> eyre::Result<()> {
             use crate::components::proxy::io_uring_shared;
     
             let Self {
                 worker_id,
    -            upstream_receiver,
                 port,
                 config,
                 sessions,
    @@ -103,9 +102,8 @@
                         worker_id,
                         destinations: Vec::with_capacity(1),
                     },
    -                io_uring_shared::PacketReceiver::Router(upstream_receiver),
    +                pending_sends,
                     buffer_pool,
    -                shutdown,
                 )
                 .context("failed to spawn io-uring loop")
         }
    diff --git a/main/api/src/quilkin/components/proxy/sessions.rs.html b/main/api/src/quilkin/components/proxy/sessions.rs.html
    index 950a9ca4d..c029d61ea 100644
    --- a/main/api/src/quilkin/components/proxy/sessions.rs.html
    +++ b/main/api/src/quilkin/components/proxy/sessions.rs.html
    @@ -736,6 +736,10 @@
     736
     737
     738
    +739
    +740
    +741
    +742
     
    /*
      * Copyright 2020 Google LLC
      *
    @@ -756,38 +760,38 @@
         collections::{HashMap, HashSet},
         fmt,
         net::SocketAddr,
    -    sync::Arc,
    +    sync::{atomic, Arc},
         time::Duration,
     };
     
    -use tokio::{sync::mpsc, time::Instant};
    +use tokio::time::Instant;
     
     use crate::{
    -    components::proxy::{PipelineError, SendPacket},
    +    components::proxy::SendPacket,
         config::Config,
         filters::Filter,
         metrics,
         net::maxmind_db::{IpNetEntry, MetricsIpNetEntry},
         pool::{BufferPool, FrozenPoolBuffer, PoolBuffer},
         time::UtcTimestamp,
    -    Loggable, ShutdownRx,
    +    Loggable,
     };
     
     use parking_lot::RwLock;
     
    +use super::PendingSends;
    +
     pub(crate) mod inner_metrics;
     
     pub type SessionMap = crate::collections::ttl::TtlMap<SessionKey, Session>;
     
    -#[cfg(target_os = "linux")]
    -mod io_uring;
    -#[cfg(not(target_os = "linux"))]
    -mod reference;
    -
    -type UpstreamSender = mpsc::Sender<super::SendPacket>;
    -
    -type DownstreamSender = async_channel::Sender<super::SendPacket>;
    -pub type DownstreamReceiver = async_channel::Receiver<super::SendPacket>;
    +cfg_if::cfg_if! {
    +    if #[cfg(target_os = "linux")] {
    +        mod io_uring;
    +    } else {
    +        mod reference;
    +    }
    +}
     
     #[derive(PartialEq, Eq, Hash)]
     pub enum SessionError {
    @@ -828,13 +832,13 @@
     /// Traffic from different gameservers is then demuxed using their address to
     /// send back to the original client.
     pub struct SessionPool {
    -    ports_to_sockets: RwLock<HashMap<u16, UpstreamSender>>,
    +    ports_to_sockets: RwLock<HashMap<u16, PendingSends>>,
         storage: Arc<RwLock<SocketStorage>>,
         session_map: SessionMap,
    -    downstream_sender: DownstreamSender,
         buffer_pool: Arc<BufferPool>,
    -    shutdown_rx: ShutdownRx,
         config: Arc<Config>,
    +    downstream_sends: Vec<PendingSends>,
    +    downstream_index: atomic::AtomicUsize,
     }
     
     /// The wrapper struct responsible for holding all of the socket related mappings.
    @@ -852,21 +856,20 @@
         /// to release their sockets back to the parent.
         pub fn new(
             config: Arc<Config>,
    -        downstream_sender: DownstreamSender,
    +        downstream_sends: Vec<PendingSends>,
             buffer_pool: Arc<BufferPool>,
    -        shutdown_rx: ShutdownRx,
         ) -> Arc<Self> {
             const SESSION_TIMEOUT_SECONDS: Duration = Duration::from_secs(60);
             const SESSION_EXPIRY_POLL_INTERVAL: Duration = Duration::from_secs(60);
     
             Arc::new(Self {
                 config,
    -            downstream_sender,
    -            shutdown_rx,
                 ports_to_sockets: <_>::default(),
                 storage: <_>::default(),
                 session_map: SessionMap::new(SESSION_TIMEOUT_SECONDS, SESSION_EXPIRY_POLL_INTERVAL),
                 buffer_pool,
    +            downstream_sends,
    +            downstream_index: atomic::AtomicUsize::new(0),
             })
         }
     
    @@ -874,7 +877,7 @@
         fn create_new_session_from_new_socket<'pool>(
             self: &'pool Arc<Self>,
             key: SessionKey,
    -    ) -> Result<(Option<MetricsIpNetEntry>, UpstreamSender), super::PipelineError> {
    +    ) -> Result<(Option<MetricsIpNetEntry>, PendingSends), super::PipelineError> {
             tracing::trace!(source=%key.source, dest=%key.dest, "creating new socket for session");
             let raw_socket = crate::net::raw_socket_with_reuse(0)?;
             let port = raw_socket
    @@ -882,19 +885,15 @@
                 .as_socket()
                 .ok_or(SessionError::SocketAddressUnavailable)?
                 .port();
    -        let (downstream_sender, downstream_receiver) = mpsc::channel::<super::SendPacket>(15);
     
    -        let initialised = self
    -            .clone()
    -            .spawn_session(raw_socket, port, downstream_receiver)?;
    -        initialised
    -            .recv()
    -            .map_err(|_err| PipelineError::ChannelClosed)?;
    +        let (pending_sends, srecv) = super::PendingSends::new(15)?;
    +        self.clone()
    +            .spawn_session(raw_socket, port, (pending_sends.clone(), srecv))?;
     
             self.ports_to_sockets
                 .write()
    -            .insert(port, downstream_sender.clone());
    -        self.create_session_from_existing_socket(key, downstream_sender, port)
    +            .insert(port, pending_sends.clone());
    +        self.create_session_from_existing_socket(key, pending_sends, port)
         }
     
         pub(crate) fn process_received_upstream_packet(
    @@ -930,7 +929,6 @@
                 let _timer = metrics::processing_time(metrics::WRITE).start_timer();
                 Self::process_recv_packet(
                     self.config.clone(),
    -                &self.downstream_sender,
                     recv_addr,
                     downstream_addr,
                     asn_info,
    @@ -938,13 +936,25 @@
                 )
             };
     
    -        if let Err((asn_info, error)) = result {
    -            error.log();
    -            let label = format!("proxy::Session::process_recv_packet: {error}");
    -            let asn_metric_info = asn_info.as_ref().into();
    +        match result {
    +            Ok(packet) => {
    +                let index = self
    +                    .downstream_index
    +                    .fetch_add(1, atomic::Ordering::Relaxed)
    +                    % self.downstream_sends.len();
    +                // SAFETY: we've ensured it's within bounds via the %
    +                unsafe {
    +                    self.downstream_sends.get_unchecked(index).push(packet);
    +                }
    +            }
    +            Err((asn_info, error)) => {
    +                error.log();
    +                let label = format!("proxy::Session::process_recv_packet: {error}");
    +                let asn_metric_info = asn_info.as_ref().into();
     
    -            metrics::packets_dropped_total(metrics::WRITE, &label, &asn_metric_info).inc();
    -            metrics::errors_total(metrics::WRITE, &label, &asn_metric_info).inc();
    +                metrics::packets_dropped_total(metrics::WRITE, &label, &asn_metric_info).inc();
    +                metrics::errors_total(metrics::WRITE, &label, &asn_metric_info).inc();
    +            }
             }
         }
     
    @@ -955,14 +965,14 @@
         pub fn get<'pool>(
             self: &'pool Arc<Self>,
             key @ SessionKey { dest, .. }: SessionKey,
    -    ) -> Result<(Option<MetricsIpNetEntry>, UpstreamSender), super::PipelineError> {
    +    ) -> Result<(Option<MetricsIpNetEntry>, PendingSends), super::PipelineError> {
             tracing::trace!(source=%key.source, dest=%key.dest, "SessionPool::get");
             // If we already have a session for the key pairing, return that session.
             if let Some(entry) = self.session_map.get(&key) {
                 tracing::trace!("returning existing session");
                 return Ok((
                     entry.asn_info.as_ref().map(MetricsIpNetEntry::from),
    -                entry.upstream_sender.clone(),
    +                entry.pending_sends.clone(),
                 ));
             }
     
    @@ -1016,9 +1026,9 @@
         fn create_session_from_existing_socket<'session>(
             self: &'session Arc<Self>,
             key: SessionKey,
    -        upstream_sender: UpstreamSender,
    +        pending_sends: PendingSends,
             socket_port: u16,
    -    ) -> Result<(Option<MetricsIpNetEntry>, UpstreamSender), super::PipelineError> {
    +    ) -> Result<(Option<MetricsIpNetEntry>, PendingSends), super::PipelineError> {
             tracing::trace!(source=%key.source, dest=%key.dest, "reusing socket for session");
             let asn_info = {
                 let mut storage = self.storage.write();
    @@ -1051,7 +1061,7 @@
     
             let session = Session::new(
                 key,
    -            upstream_sender.clone(),
    +            pending_sends.clone(),
                 socket_port,
                 self.clone(),
                 asn_info,
    @@ -1059,18 +1069,17 @@
             tracing::trace!("inserting session into map");
             self.session_map.insert(key, session);
             tracing::trace!("session inserted");
    -        Ok((asn_metrics_info, upstream_sender))
    +        Ok((asn_metrics_info, pending_sends))
         }
     
         /// process_recv_packet processes a packet that is received by this session.
         fn process_recv_packet(
             config: Arc<crate::Config>,
    -        downstream_sender: &DownstreamSender,
             source: SocketAddr,
             dest: SocketAddr,
             asn_info: Option<MetricsIpNetEntry>,
             packet: PoolBuffer,
    -    ) -> Result<(), (Option<MetricsIpNetEntry>, Error)> {
    +    ) -> Result<SendPacket, (Option<MetricsIpNetEntry>, Error)> {
             tracing::trace!(%source, %dest, length = packet.len(), "received packet from upstream");
     
             let mut context = crate::filters::WriteContext::new(source.into(), dest.into(), packet);
    @@ -1079,21 +1088,11 @@
                 return Err((asn_info, err.into()));
             }
     
    -        let packet = context.contents.freeze();
    -        tracing::trace!(%source, %dest, length = packet.len(), "sending packet downstream");
    -        downstream_sender
    -            .try_send(SendPacket {
    -                data: packet,
    -                destination: dest,
    -                asn_info,
    -            })
    -            .map_err(|error| match error {
    -                async_channel::TrySendError::Closed(packet) => {
    -                    (packet.asn_info, Error::ChannelClosed)
    -                }
    -                async_channel::TrySendError::Full(packet) => (packet.asn_info, Error::ChannelFull),
    -            })?;
    -        Ok(())
    +        Ok(SendPacket {
    +            data: context.contents.freeze(),
    +            destination: dest.into(),
    +            asn_info,
    +        })
         }
     
         /// Returns a map of active sessions.
    @@ -1102,25 +1101,30 @@
         }
     
         /// Sends packet data to the appropiate session based on its `key`.
    +    #[inline]
         pub fn send(
             self: &Arc<Self>,
             key: SessionKey,
             packet: FrozenPoolBuffer,
         ) -> Result<(), super::PipelineError> {
    -        use tokio::sync::mpsc::error::TrySendError;
    +        self.send_inner(key, packet)?;
    +        Ok(())
    +    }
     
    +    #[inline]
    +    fn send_inner(
    +        self: &Arc<Self>,
    +        key: SessionKey,
    +        packet: FrozenPoolBuffer,
    +    ) -> Result<PendingSends, super::PipelineError> {
             let (asn_info, sender) = self.get(key)?;
     
    -        sender
    -            .try_send(crate::components::proxy::SendPacket {
    -                data: packet,
    -                asn_info,
    -                destination: key.dest,
    -            })
    -            .map_err(|error| match error {
    -                TrySendError::Closed(_) => super::PipelineError::ChannelClosed,
    -                TrySendError::Full(_) => super::PipelineError::ChannelFull,
    -            })
    +        sender.push(SendPacket {
    +            destination: key.dest.into(),
    +            data: packet,
    +            asn_info,
    +        });
    +        Ok(sender)
         }
     
         /// Returns whether the pool contains any sockets allocated to a destination.
    @@ -1143,7 +1147,7 @@
         }
     
         /// Handles the logic of releasing a socket back into the pool.
    -    async fn release_socket(
    +    fn release_socket(
             self: Arc<Self>,
             SessionKey {
                 ref source,
    @@ -1178,11 +1182,28 @@
             storage.destination_to_sources.remove(&(*dest, port));
             tracing::trace!("socket released");
         }
    +
    +    /// Closes all active sessions, and all downstream listeners
    +    pub(crate) fn shutdown(self: Arc<Self>, wait: bool) {
    +        // Disable downstream listeners first so sessions aren't spawned while
    +        // we are trying to reap the active sessions
    +        for downstream_listener in &self.downstream_sends {
    +            downstream_listener.shutdown_receiver();
    +        }
    +
    +        if wait && !self.session_map.is_empty() {
    +            tracing::info!(sessions=%self.session_map.len(), "waiting for active sessions to expire");
    +            self.session_map.clear();
    +        }
    +    }
     }
     
     impl Drop for SessionPool {
         fn drop(&mut self) {
    -        drop(std::mem::take(&mut self.session_map));
    +        let map = std::mem::take(&mut self.session_map);
    +        std::thread::spawn(move || {
    +            drop(map);
    +        });
         }
     }
     
    @@ -1194,8 +1215,8 @@
         key: SessionKey,
         /// The socket port of the session.
         socket_port: u16,
    -    /// The socket of the session.
    -    upstream_sender: UpstreamSender,
    +    /// The queue of packets being sent to the upstream (server)
    +    pending_sends: PendingSends,
         /// The GeoIP information of the source.
         asn_info: Option<IpNetEntry>,
         /// The socket pool of the session.
    @@ -1205,14 +1226,14 @@
     impl Session {
         pub fn new(
             key: SessionKey,
    -        upstream_sender: UpstreamSender,
    +        pending_sends: PendingSends,
             socket_port: u16,
             pool: Arc<SessionPool>,
             asn_info: Option<IpNetEntry>,
         ) -> Self {
             let s = Self {
                 key,
    -            upstream_sender,
    +            pending_sends,
                 pool,
                 socket_port,
                 asn_info,
    @@ -1241,17 +1262,18 @@
             inner_metrics::active_sessions(self.asn_info.as_ref())
         }
     
    -    fn async_drop(&mut self) -> impl std::future::Future<Output = ()> {
    +    fn release(&mut self) {
             self.active_session_metric().dec();
             inner_metrics::duration_secs().observe(self.created_at.elapsed().as_secs() as f64);
             tracing::debug!(source = %self.key.source, dest_address = %self.key.dest, "Session closed");
    -        SessionPool::release_socket(self.pool.clone(), self.key, self.socket_port)
    +        self.pending_sends.shutdown_receiver();
    +        SessionPool::release_socket(self.pool.clone(), self.key, self.socket_port);
         }
     }
     
     impl Drop for Session {
         fn drop(&mut self) {
    -        tokio::spawn(self.async_drop());
    +        self.release()
         }
     }
     
    @@ -1270,10 +1292,6 @@
     
     #[derive(Debug, thiserror::Error)]
     pub enum Error {
    -    #[error("downstream channel closed")]
    -    ChannelClosed,
    -    #[error("downstream channel full")]
    -    ChannelFull,
         #[error("filter {0}")]
         Filter(#[from] crate::filters::FilterError),
     }
    @@ -1288,30 +1306,24 @@
     #[cfg(test)]
     mod tests {
         use super::*;
    -    use crate::{
    -        test::{alloc_buffer, available_addr, AddressType, TestHelper},
    -        ShutdownTx,
    -    };
    +    use crate::test::{alloc_buffer, available_addr, AddressType, TestHelper};
         use std::sync::Arc;
     
    -    async fn new_pool() -> (Arc<SessionPool>, ShutdownTx, DownstreamReceiver) {
    -        let (tx, rx) = crate::make_shutdown_channel(crate::ShutdownKind::Testing);
    -        let (sender, receiver) = async_channel::unbounded();
    +    async fn new_pool() -> (Arc<SessionPool>, PendingSends) {
    +        let (pending_sends, _srecv) = PendingSends::new(1).unwrap();
             (
                 SessionPool::new(
                     Arc::new(Config::default_agent()),
    -                sender,
    +                vec![pending_sends.clone()],
                     Arc::new(BufferPool::default()),
    -                rx,
                 ),
    -            tx,
    -            receiver,
    +            pending_sends,
             )
         }
     
         #[tokio::test]
         async fn insert_and_release_single_socket() {
    -        let (pool, _sender, _receiver) = new_pool().await;
    +        let (pool, _receiver) = new_pool().await;
             let key = (
                 (std::net::Ipv4Addr::LOCALHOST, 8080u16).into(),
                 (std::net::Ipv4Addr::UNSPECIFIED, 8080u16).into(),
    @@ -1327,7 +1339,7 @@
     
         #[tokio::test]
         async fn insert_and_release_multiple_sockets() {
    -        let (pool, _sender, _receiver) = new_pool().await;
    +        let (pool, _receiver) = new_pool().await;
             let key1 = (
                 (std::net::Ipv4Addr::LOCALHOST, 8080u16).into(),
                 (std::net::Ipv4Addr::UNSPECIFIED, 8080u16).into(),
    @@ -1352,7 +1364,7 @@
     
         #[tokio::test]
         async fn same_address_uses_different_sockets() {
    -        let (pool, _sender, _receiver) = new_pool().await;
    +        let (pool, _receiver) = new_pool().await;
             let key1 = (
                 (std::net::Ipv4Addr::LOCALHOST, 8080u16).into(),
                 (std::net::Ipv4Addr::UNSPECIFIED, 8080u16).into(),
    @@ -1377,7 +1389,7 @@
     
         #[tokio::test]
         async fn different_addresses_uses_same_socket() {
    -        let (pool, _sender, _receiver) = new_pool().await;
    +        let (pool, _receiver) = new_pool().await;
             let key1 = (
                 (std::net::Ipv4Addr::LOCALHOST, 8080u16).into(),
                 (std::net::Ipv4Addr::UNSPECIFIED, 8080u16).into(),
    @@ -1400,7 +1412,7 @@
     
         #[tokio::test]
         async fn spawn_safe_same_destination() {
    -        let (pool, _sender, _receiver) = new_pool().await;
    +        let (pool, _receiver) = new_pool().await;
             let key1 = (
                 (std::net::Ipv4Addr::LOCALHOST, 8080u16).into(),
                 (std::net::Ipv4Addr::UNSPECIFIED, 8080u16).into(),
    @@ -1425,7 +1437,7 @@
     
         #[tokio::test]
         async fn spawn_safe_different_destination() {
    -        let (pool, _sender, _receiver) = new_pool().await;
    +        let (pool, _receiver) = new_pool().await;
             let key1 = (
                 (std::net::Ipv4Addr::LOCALHOST, 8080u16).into(),
                 (std::net::Ipv4Addr::UNSPECIFIED, 8080u16).into(),
    @@ -1459,19 +1471,15 @@
             let socket = tokio::net::UdpSocket::bind(source).await.unwrap();
             let mut source = socket.local_addr().unwrap();
             crate::test::map_addr_to_localhost(&mut source);
    -        let (pool, _sender, receiver) = new_pool().await;
    +        let (pool, _pending_sends) = new_pool().await;
     
             let key: SessionKey = (source, dest).into();
             let msg = b"helloworld";
     
    -        pool.send(key, alloc_buffer(msg).freeze()).unwrap();
    -
    -        let packet = tokio::time::timeout(std::time::Duration::from_secs(1), receiver.recv())
    -            .await
    -            .unwrap()
    -            .unwrap();
    +        let pending = pool.send_inner(key, alloc_buffer(msg).freeze()).unwrap();
    +        let pending = pending.swap(Vec::new());
     
    -        assert_eq!(msg, &*packet.data);
    +        assert_eq!(msg, &*pending[0].data);
         }
     }
     
    \ No newline at end of file diff --git a/main/api/src/quilkin/components/proxy/sessions/io_uring.rs.html b/main/api/src/quilkin/components/proxy/sessions/io_uring.rs.html index 15a7b4a30..9027cb816 100644 --- a/main/api/src/quilkin/components/proxy/sessions/io_uring.rs.html +++ b/main/api/src/quilkin/components/proxy/sessions/io_uring.rs.html @@ -46,7 +46,6 @@ 46 47 48 -49
    /*
      * Copyright 2024 Google LLC All Rights Reserved.
      *
    @@ -63,7 +62,8 @@
      *  limitations under the License.
      */
     
    -use std::sync::Arc;
    +use crate::components::proxy;
    +use std::sync::Arc;
     
     static SESSION_COUNTER: std::sync::atomic::AtomicUsize = std::sync::atomic::AtomicUsize::new(0);
     
    @@ -72,9 +72,9 @@
             self: Arc<Self>,
             raw_socket: socket2::Socket,
             port: u16,
    -        downstream_receiver: tokio::sync::mpsc::Receiver<crate::components::proxy::SendPacket>,
    -    ) -> Result<std::sync::mpsc::Receiver<()>, crate::components::proxy::PipelineError> {
    -        use crate::components::proxy::io_uring_shared;
    +        pending_sends: (proxy::PendingSends, proxy::io_uring_shared::EventFd),
    +    ) -> Result<(), proxy::PipelineError> {
    +        use proxy::io_uring_shared;
     
             let pool = self;
             let id = SESSION_COUNTER.fetch_add(1, std::sync::atomic::Ordering::Relaxed);
    @@ -85,14 +85,12 @@
                 crate::net::DualStackLocalSocket::from_raw(raw_socket),
             )?;
             let buffer_pool = pool.buffer_pool.clone();
    -        let shutdown = pool.shutdown_rx.clone();
     
             io_loop.spawn(
                 format!("session-{id}"),
                 io_uring_shared::PacketProcessorCtx::SessionPool { pool, port },
    -            io_uring_shared::PacketReceiver::SessionPool(downstream_receiver),
    +            pending_sends,
                 buffer_pool,
    -            shutdown,
             )
         }
     }
    diff --git a/main/api/trait.impl/core/clone/trait.Clone.js b/main/api/trait.impl/core/clone/trait.Clone.js
    index 005109a18..507746c4c 100644
    --- a/main/api/trait.impl/core/clone/trait.Clone.js
    +++ b/main/api/trait.impl/core/clone/trait.Clone.js
    @@ -1,6 +1,6 @@
     (function() {var implementors = {
     "agones":[["impl Clone for Client"]],
    -"quilkin":[["impl Clone for Commands"],["impl Clone for LogFormats"],["impl Clone for Qcmp"],["impl Clone for Protocol"],["impl Clone for Admin"],["impl Clone for AddrKind"],["impl Clone for ConfigType"],["impl Clone for DatacenterConfig"],["impl Clone for Version"],["impl Clone for Providers"],["impl Clone for FleetScheduling"],["impl Clone for FleetStrategyType"],["impl Clone for GameServerState"],["impl Clone for PortPolicy"],["impl Clone for Protocol"],["impl Clone for SchedulingStrategy"],["impl Clone for SdkServerLogLevel"],["impl Clone for Marker"],["impl Clone for ShutdownKind"],["impl Clone for Action"],["impl Clone for Direction"],["impl Clone for Mode"],["impl Clone for Action"],["impl Clone for AddressKind"],["impl Clone for MetadataError"],["impl Clone for Symbol"],["impl Clone for Value"],["impl Clone for ResourceType"],["impl Clone for Agent"],["impl Clone for GenerateConfigSchema"],["impl Clone for Manage"],["impl Clone for Ping"],["impl Clone for Relay"],["impl Clone for QcmpMeasurement"],["impl Clone for Ready"],["impl Clone for Ready"],["impl Clone for Ready"],["impl Clone for Fleet"],["impl Clone for FleetInner"],["impl Clone for FleetSpec"],["impl Clone for FleetStatus"],["impl Clone for FleetStrategy"],["impl Clone for FleetStrategyRollingUpdate"],["impl Clone for GameServer"],["impl Clone for GameServerPort"],["impl Clone for GameServerSpec"],["impl Clone for GameServerStatus"],["impl Clone for GameServerStatusPort"],["impl Clone for GameServerTemplateSpec"],["impl Clone for Health"],["impl Clone for Inner"],["impl Clone for SdkServer"],["impl Clone for AddressSelector"],["impl Clone for Datacenter"],["impl Clone for DatacenterMap"],["impl Clone for Filter"],["impl Clone for IcaoCode"],["impl Clone for Config"],["impl Clone for Config"],["impl Clone for PortRange"],["impl Clone for Rule"],["impl Clone for FilterChain"],["impl Clone for FilterInstance"],["impl Clone for FilterSet"],["impl Clone for Timestamp"],["impl Clone for Config"],["impl Clone for ClusterMap"],["impl Clone for EndpointSet"],["impl Clone for EndpointSetVersion"],["impl Clone for Token"],["impl Clone for Key"],["impl Clone for Reference"],["impl Clone for Endpoint"],["impl Clone for EndpointAddress"],["impl Clone for Metadata"],["impl Clone for Coordinates"],["impl Clone for DistanceMeasure"],["impl Clone for FrozenPoolBuffer"],["impl Clone for Config"],["impl Clone for Proxy"],["impl Clone for DurationNanos"],["impl Clone for UtcTimestamp"],["impl<M: Clone> Clone for Phoenix<M>"],["impl<T: Clone + Default> Clone for MetadataView<T>"],["impl<T: Clone> Clone for Slot<T>"],["impl<T: Clone> Clone for Watch<T>"]],
    +"quilkin":[["impl Clone for Commands"],["impl Clone for LogFormats"],["impl Clone for Qcmp"],["impl Clone for Protocol"],["impl Clone for Admin"],["impl Clone for AddrKind"],["impl Clone for ConfigType"],["impl Clone for DatacenterConfig"],["impl Clone for Version"],["impl Clone for Providers"],["impl Clone for FleetScheduling"],["impl Clone for FleetStrategyType"],["impl Clone for GameServerState"],["impl Clone for PortPolicy"],["impl Clone for Protocol"],["impl Clone for SchedulingStrategy"],["impl Clone for SdkServerLogLevel"],["impl Clone for Marker"],["impl Clone for ShutdownKind"],["impl Clone for Action"],["impl Clone for Direction"],["impl Clone for Mode"],["impl Clone for Action"],["impl Clone for AddressKind"],["impl Clone for MetadataError"],["impl Clone for Symbol"],["impl Clone for Value"],["impl Clone for ResourceType"],["impl Clone for Agent"],["impl Clone for GenerateConfigSchema"],["impl Clone for Manage"],["impl Clone for Ping"],["impl Clone for Relay"],["impl Clone for QcmpMeasurement"],["impl Clone for Ready"],["impl Clone for PendingSends"],["impl Clone for Ready"],["impl Clone for Ready"],["impl Clone for Fleet"],["impl Clone for FleetInner"],["impl Clone for FleetSpec"],["impl Clone for FleetStatus"],["impl Clone for FleetStrategy"],["impl Clone for FleetStrategyRollingUpdate"],["impl Clone for GameServer"],["impl Clone for GameServerPort"],["impl Clone for GameServerSpec"],["impl Clone for GameServerStatus"],["impl Clone for GameServerStatusPort"],["impl Clone for GameServerTemplateSpec"],["impl Clone for Health"],["impl Clone for Inner"],["impl Clone for SdkServer"],["impl Clone for AddressSelector"],["impl Clone for Datacenter"],["impl Clone for DatacenterMap"],["impl Clone for Filter"],["impl Clone for IcaoCode"],["impl Clone for Config"],["impl Clone for Config"],["impl Clone for PortRange"],["impl Clone for Rule"],["impl Clone for FilterChain"],["impl Clone for FilterInstance"],["impl Clone for FilterSet"],["impl Clone for Timestamp"],["impl Clone for Config"],["impl Clone for ClusterMap"],["impl Clone for EndpointSet"],["impl Clone for EndpointSetVersion"],["impl Clone for Token"],["impl Clone for Key"],["impl Clone for Reference"],["impl Clone for Endpoint"],["impl Clone for EndpointAddress"],["impl Clone for Metadata"],["impl Clone for Coordinates"],["impl Clone for DistanceMeasure"],["impl Clone for FrozenPoolBuffer"],["impl Clone for Config"],["impl Clone for Proxy"],["impl Clone for DurationNanos"],["impl Clone for UtcTimestamp"],["impl<M: Clone> Clone for Phoenix<M>"],["impl<T: Clone + Default> Clone for MetadataView<T>"],["impl<T: Clone> Clone for Slot<T>"],["impl<T: Clone> Clone for Watch<T>"]],
     "quilkin_proto":[["impl Clone for ConfigType"],["impl Clone for FilterSpecifier"],["impl Clone for Op"],["impl Clone for ConfigType"],["impl Clone for Status"],["impl Clone for Address"],["impl Clone for ApiType"],["impl Clone for ConfigSourceSpecifier"],["impl Clone for Specifier"],["impl Clone for ApiVersion"],["impl Clone for HealthStatus"],["impl Clone for RequestMethod"],["impl Clone for RoutingPriority"],["impl Clone for TrafficDirection"],["impl Clone for AddressNameSpecifier"],["impl Clone for ConfigSourceSpecifier"],["impl Clone for TargetSpecifier"],["impl Clone for CredentialSpecifier"],["impl Clone for ConfigType"],["impl Clone for ValueSpecifier"],["impl Clone for CredentialSpecifier"],["impl Clone for HeaderAppendAction"],["impl Clone for ConfigType"],["impl Clone for HealthChecker"],["impl Clone for Payload"],["impl Clone for HeaderFormat"],["impl Clone for HeadersWithUnderscoresAction"],["impl Clone for Version"],["impl Clone for Transformation"],["impl Clone for PortSpecifier"],["impl Clone for Protocol"],["impl Clone for SocketState"],["impl Clone for Value"],["impl Clone for ConfigType"],["impl Clone for HostIdentifier"],["impl Clone for LbConfig"],["impl Clone for ConfigType"],["impl Clone for ConnectionSourceType"],["impl Clone for BalanceType"],["impl Clone for DrainType"],["impl Clone for ListenerSpecifier"],["impl Clone for ConfigType"],["impl Clone for Rule"],["impl Clone for EnabledSpecifier"],["impl Clone for HeaderMatchSpecifier"],["impl Clone for QueryParameterMatchSpecifier"],["impl Clone for ActionSpecifier"],["impl Clone for Source"],["impl Clone for OverrideSpecifier"],["impl Clone for PathRewriteSpecifier"],["impl Clone for RedirectResponseCode"],["impl Clone for SchemeRewriteSpecifier"],["impl Clone for ResetHeaderFormat"],["impl Clone for ConfigType"],["impl Clone for ConfigType"],["impl Clone for Action"],["impl Clone for ClusterNotFoundResponseCode"],["impl Clone for ClusterSpecifier"],["impl Clone for HostRewriteSpecifier"],["impl Clone for InternalRedirectAction"],["impl Clone for PolicySpecifier"],["impl Clone for PathSpecifier"],["impl Clone for TlsRequirementType"],["impl Clone for HostRewriteSpecifier"],["impl Clone for RandomValueSpecifier"],["impl Clone for MatchPattern"],["impl Clone for MatchPattern"],["impl Clone for Segment"],["impl Clone for EngineType"],["impl Clone for MatchPattern"],["impl Clone for MatchPattern"],["impl Clone for Segment"],["impl Clone for Kind"],["impl Clone for Type"],["impl Clone for CodecClientType"],["impl Clone for DenominatorType"],["impl Clone for Inner"],["impl Clone for Strategy"],["impl Clone for Action"],["impl Clone for Mode"],["impl Clone for Strategy"],["impl Clone for Action"],["impl Clone for Policy"],["impl Clone for WellKnown"],["impl Clone for KnownRegex"],["impl Clone for Type"],["impl Clone for WellKnown"],["impl Clone for PackageVersionStatus"],["impl Clone for ResourceSpecifier"],["impl Clone for Directive"],["impl Clone for ContextParamSpecifier"],["impl Clone for Scheme"],["impl Clone for MatcherType"],["impl Clone for MatchType"],["impl Clone for Matcher"],["impl Clone for TreeType"],["impl Clone for OnMatch"],["impl Clone for EngineType"],["impl Clone for MatchPattern"],["impl Clone for AccessLog"],["impl Clone for AccessLogFilter"],["impl Clone for AndFilter"],["impl Clone for ComparisonFilter"],["impl Clone for DurationFilter"],["impl Clone for ExtensionFilter"],["impl Clone for GrpcStatusFilter"],["impl Clone for HeaderFilter"],["impl Clone for MetadataFilter"],["impl Clone for NotHealthCheckFilter"],["impl Clone for OrFilter"],["impl Clone for ResponseFlagFilter"],["impl Clone for RuntimeFilter"],["impl Clone for StatusCodeFilter"],["impl Clone for TraceableFilter"],["impl Clone for AlternateProtocolsCacheEntry"],["impl Clone for GoogleIamCredentials"],["impl Clone for MetadataCredentialsFromPlugin"],["impl Clone for ServiceAccountJwtAccessCredentials"],["impl Clone for StsService"],["impl Clone for Value"],["impl Clone for CallCredentials"],["impl Clone for ChannelArgs"],["impl Clone for ChannelCredentials"],["impl Clone for GoogleLocalCredentials"],["impl Clone for SslCredentials"],["impl Clone for EnvoyGrpc"],["impl Clone for GoogleGrpc"],["impl Clone for CustomHealthCheck"],["impl Clone for GrpcHealthCheck"],["impl Clone for HttpHealthCheck"],["impl Clone for Payload"],["impl Clone for RedisHealthCheck"],["impl Clone for TcpHealthCheck"],["impl Clone for TlsOptions"],["impl Clone for ProperCaseWords"],["impl Clone for HeaderKeyFormat"],["impl Clone for SettingsParameter"],["impl Clone for Address"],["impl Clone for AggregatedConfigSource"],["impl Clone for AlternateProtocolsCacheOptions"],["impl Clone for ApiConfigSource"],["impl Clone for BindConfig"],["impl Clone for CidrRange"],["impl Clone for ConfigSource"],["impl Clone for ControlPlane"],["impl Clone for DataSource"],["impl Clone for EnvoyInternalAddress"],["impl Clone for EventServiceConfig"],["impl Clone for ExtensionConfigSource"],["impl Clone for GrpcProtocolOptions"],["impl Clone for GrpcService"],["impl Clone for HeaderMap"],["impl Clone for HeaderValue"],["impl Clone for HeaderValueOption"],["impl Clone for HealthCheck"],["impl Clone for HealthStatusSet"],["impl Clone for Http1ProtocolOptions"],["impl Clone for Http2ProtocolOptions"],["impl Clone for Http3ProtocolOptions"],["impl Clone for HttpProtocolOptions"],["impl Clone for KeepaliveSettings"],["impl Clone for Locality"],["impl Clone for Metadata"],["impl Clone for Node"],["impl Clone for PathConfigSource"],["impl Clone for Pipe"],["impl Clone for ProxyProtocolConfig"],["impl Clone for QueryParameter"],["impl Clone for QuicKeepAliveSettings"],["impl Clone for QuicProtocolOptions"],["impl Clone for RateLimitSettings"],["impl Clone for RuntimeDouble"],["impl Clone for RuntimeFeatureFlag"],["impl Clone for RuntimeFractionalPercent"],["impl Clone for RuntimePercent"],["impl Clone for RuntimeUInt32"],["impl Clone for SchemeHeaderTransformation"],["impl Clone for SelfConfigSource"],["impl Clone for SocketAddress"],["impl Clone for SocketOption"],["impl Clone for TcpKeepalive"],["impl Clone for TcpProtocolOptions"],["impl Clone for TransportSocket"],["impl Clone for TypedExtensionConfig"],["impl Clone for UdpSocketConfig"],["impl Clone for UpstreamHttpProtocolOptions"],["impl Clone for WatchedDirectory"],["impl Clone for HealthCheckConfig"],["impl Clone for LbEndpointList"],["impl Clone for Endpoint"],["impl Clone for LbEndpoint"],["impl Clone for LedsClusterLocalityConfig"],["impl Clone for LocalityLbEndpoints"],["impl Clone for OnDemandConfiguration"],["impl Clone for ExactBalance"],["impl Clone for ConnectionBalanceConfig"],["impl Clone for DeprecatedV1"],["impl Clone for InternalListenerConfig"],["impl Clone for MatchSet"],["impl Clone for ActiveRawUdpListenerConfig"],["impl Clone for ApiListener"],["impl Clone for Filter"],["impl Clone for FilterChain"],["impl Clone for FilterChainMatch"],["impl Clone for Listener"],["impl Clone for ListenerCollection"],["impl Clone for ListenerFilter"],["impl Clone for ListenerFilterChainMatchPredicate"],["impl Clone for QuicProtocolOptions"],["impl Clone for UdpListenerConfig"],["impl Clone for DestinationCluster"],["impl Clone for DynamicMetaData"],["impl Clone for GenericKey"],["impl Clone for HeaderValueMatch"],["impl Clone for MetaData"],["impl Clone for RemoteAddress"],["impl Clone for RequestHeaders"],["impl Clone for SourceCluster"],["impl Clone for DynamicMetadata"],["impl Clone for Action"],["impl Clone for Override"],["impl Clone for RateLimitedRetryBackOff"],["impl Clone for ResetHeader"],["impl Clone for RetryBackOff"],["impl Clone for RetryHostPredicate"],["impl Clone for RetryPriority"],["impl Clone for ConnectionProperties"],["impl Clone for Cookie"],["impl Clone for FilterState"],["impl Clone for Header"],["impl Clone for QueryParameter"],["impl Clone for HashPolicy"],["impl Clone for MaxStreamDuration"],["impl Clone for RequestMirrorPolicy"],["impl Clone for UpgradeConfig"],["impl Clone for ConnectConfig"],["impl Clone for ConnectMatcher"],["impl Clone for GrpcRouteMatchOptions"],["impl Clone for TlsContextMatchOptions"],["impl Clone for CorsPolicy"],["impl Clone for Decorator"],["impl Clone for DirectResponseAction"],["impl Clone for FilterAction"],["impl Clone for FilterConfig"],["impl Clone for HeaderMatcher"],["impl Clone for HedgePolicy"],["impl Clone for InternalRedirectPolicy"],["impl Clone for NonForwardingAction"],["impl Clone for QueryParameterMatcher"],["impl Clone for RateLimit"],["impl Clone for RedirectAction"],["impl Clone for RetryPolicy"],["impl Clone for Route"],["impl Clone for RouteAction"],["impl Clone for RouteMatch"],["impl Clone for Tracing"],["impl Clone for VirtualCluster"],["impl Clone for VirtualHost"],["impl Clone for WeightedCluster"],["impl Clone for ClusterWeight"],["impl Clone for PathSegment"],["impl Clone for GoogleRe2"],["impl Clone for DoubleMatcher"],["impl Clone for ListMatcher"],["impl Clone for ListStringMatcher"],["impl Clone for MetadataMatcher"],["impl Clone for RegexMatchAndSubstitute"],["impl Clone for RegexMatcher"],["impl Clone for StringMatcher"],["impl Clone for ValueMatcher"],["impl Clone for NullMatch"],["impl Clone for PathSegment"],["impl Clone for Cluster"],["impl Clone for Host"],["impl Clone for Request"],["impl Clone for Route"],["impl Clone for MetadataKey"],["impl Clone for MetadataKind"],["impl Clone for Environment"],["impl Clone for Header"],["impl Clone for Literal"],["impl Clone for Metadata"],["impl Clone for CustomTag"],["impl Clone for DoubleRange"],["impl Clone for FractionalPercent"],["impl Clone for Int32Range"],["impl Clone for Int64Range"],["impl Clone for Percent"],["impl Clone for CacheControl"],["impl Clone for AdsDummy"],["impl Clone for DeltaDiscoveryRequest"],["impl Clone for DeltaDiscoveryResponse"],["impl Clone for DiscoveryRequest"],["impl Clone for DiscoveryResponse"],["impl Clone for Resource"],["impl Clone for Status"],["impl Clone for Cluster"],["impl Clone for ClusterMap"],["impl Clone for Datacenter"],["impl Clone for Endpoint"],["impl Clone for Filter"],["impl Clone for FilterChain"],["impl Clone for Host"],["impl Clone for Ipv6"],["impl Clone for Locality"],["impl Clone for Prefix"],["impl Clone for Regex"],["impl Clone for Suffix"],["impl Clone for Capture"],["impl Clone for ActionValue"],["impl Clone for ModeValue"],["impl Clone for Compress"],["impl Clone for StrategyValue"],["impl Clone for Concatenate"],["impl Clone for Debug"],["impl Clone for Drop"],["impl Clone for PortRange"],["impl Clone for Rule"],["impl Clone for Firewall"],["impl Clone for PolicyValue"],["impl Clone for LoadBalancer"],["impl Clone for LocalRateLimit"],["impl Clone for Branch"],["impl Clone for Config"],["impl Clone for Match"],["impl Clone for Pass"],["impl Clone for Timestamp"],["impl Clone for TokenRouter"],["impl Clone for AnyRules"],["impl Clone for BoolRules"],["impl Clone for BytesRules"],["impl Clone for DoubleRules"],["impl Clone for DurationRules"],["impl Clone for EnumRules"],["impl Clone for FieldRules"],["impl Clone for Fixed32Rules"],["impl Clone for Fixed64Rules"],["impl Clone for FloatRules"],["impl Clone for Int32Rules"],["impl Clone for Int64Rules"],["impl Clone for MapRules"],["impl Clone for MessageRules"],["impl Clone for RepeatedRules"],["impl Clone for SFixed32Rules"],["impl Clone for SFixed64Rules"],["impl Clone for SInt32Rules"],["impl Clone for SInt64Rules"],["impl Clone for StringRules"],["impl Clone for TimestampRules"],["impl Clone for UInt32Rules"],["impl Clone for UInt64Rules"],["impl Clone for FieldStatusAnnotation"],["impl Clone for FileStatusAnnotation"],["impl Clone for MessageStatusAnnotation"],["impl Clone for StatusAnnotation"],["impl Clone for InlineEntry"],["impl Clone for Directive"],["impl Clone for Authority"],["impl Clone for CollectionEntry"],["impl Clone for ContextParams"],["impl Clone for ResourceLocator"],["impl Clone for ResourceName"],["impl Clone for TypedExtensionConfig"],["impl Clone for PredicateList"],["impl Clone for SinglePredicate"],["impl Clone for FieldMatcher"],["impl Clone for Predicate"],["impl Clone for MatchMap"],["impl Clone for MatcherList"],["impl Clone for MatcherTree"],["impl Clone for OnMatch"],["impl Clone for GoogleRe2"],["impl Clone for ListStringMatcher"],["impl Clone for Matcher"],["impl Clone for RegexMatcher"],["impl Clone for StringMatcher"],["impl<T: Clone> Clone for AggregatedDiscoveryServiceClient<T>"],["impl<T: Clone> Clone for AggregatedControlPlaneDiscoveryServiceClient<T>"],["impl<T: AggregatedDiscoveryService> Clone for AggregatedDiscoveryServiceServer<T>"],["impl<T: AggregatedControlPlaneDiscoveryService> Clone for AggregatedControlPlaneDiscoveryServiceServer<T>"]],
     "quilkin_xds":[["impl Clone for Locality"],["impl<C> Clone for ControlPlane<C>"],["impl<C: Clone + ServiceClient> Clone for Client<C>"]]
     };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
    \ No newline at end of file
    diff --git a/main/api/trait.impl/core/marker/trait.Freeze.js b/main/api/trait.impl/core/marker/trait.Freeze.js
    index ff2563900..479766a8b 100644
    --- a/main/api/trait.impl/core/marker/trait.Freeze.js
    +++ b/main/api/trait.impl/core/marker/trait.Freeze.js
    @@ -1,7 +1,7 @@
     (function() {var implementors = {
     "agones":[["impl Freeze for Client",1,["agones::Client"]]],
     "qt":[["impl !Freeze for Pail",1,["qt::Pail"]],["impl !Freeze for PailConfig",1,["qt::PailConfig"]],["impl !Freeze for AgentPail",1,["qt::AgentPail"]],["impl !Freeze for ConfigFile",1,["qt::ConfigFile"]],["impl !Freeze for ProxyPailConfig",1,["qt::ProxyPailConfig"]],["impl !Freeze for RelayPail",1,["qt::RelayPail"]],["impl !Freeze for RelayPailConfig",1,["qt::RelayPailConfig"]],["impl !Freeze for SandboxPailConfig",1,["qt::SandboxPailConfig"]],["impl Freeze for AdminPailConfig",1,["qt::AdminPailConfig"]],["impl Freeze for AgentPailConfig",1,["qt::AgentPailConfig"]],["impl Freeze for ManagementPailConfig",1,["qt::ManagementPailConfig"]],["impl Freeze for ProxyPail",1,["qt::ProxyPail"]],["impl Freeze for Sandbox",1,["qt::Sandbox"]],["impl Freeze for SandboxConfig",1,["qt::SandboxConfig"]],["impl Freeze for ServerPail",1,["qt::ServerPail"]],["impl Freeze for ServerPailConfig",1,["qt::ServerPailConfig"]]],
    -"quilkin":[["impl !Freeze for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl !Freeze for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl !Freeze for FilterError",1,["quilkin::filters::error::FilterError"]],["impl !Freeze for FilterKind",1,["quilkin::filters::FilterKind"]],["impl !Freeze for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl !Freeze for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl !Freeze for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl !Freeze for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl !Freeze for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl !Freeze for Branch",1,["quilkin::filters::match::config::Branch"]],["impl !Freeze for Compress",1,["quilkin::filters::compress::Compress"]],["impl !Freeze for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl !Freeze for BufferPool",1,["quilkin::pool::BufferPool"]],["impl Freeze for Commands",1,["quilkin::cli::Commands"]],["impl Freeze for LogFormats",1,["quilkin::cli::LogFormats"]],["impl Freeze for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl Freeze for Error",1,["quilkin::codec::qcmp::Error"]],["impl Freeze for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl Freeze for Admin",1,["quilkin::components::admin::Admin"]],["impl Freeze for AddrKind",1,["quilkin::config::AddrKind"]],["impl Freeze for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl Freeze for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl Freeze for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl Freeze for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl Freeze for Version",1,["quilkin::config::Version"]],["impl Freeze for Providers",1,["quilkin::config::providers::Providers"]],["impl Freeze for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl Freeze for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl Freeze for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl Freeze for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl Freeze for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl Freeze for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl Freeze for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl Freeze for Marker",1,["quilkin::config::watch::Marker"]],["impl Freeze for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl Freeze for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl Freeze for Action",1,["quilkin::filters::compress::config::Action"]],["impl Freeze for Direction",1,["quilkin::filters::compress::Direction"]],["impl Freeze for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl Freeze for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl Freeze for CreationError",1,["quilkin::filters::error::CreationError"]],["impl Freeze for Action",1,["quilkin::filters::firewall::config::Action"]],["impl Freeze for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl Freeze for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl Freeze for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl Freeze for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl Freeze for Resource",1,["quilkin::xds::Resource"]],["impl Freeze for ResourceType",1,["quilkin::xds::ResourceType"]],["impl Freeze for Agent",1,["quilkin::cli::agent::Agent"]],["impl Freeze for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl Freeze for Manage",1,["quilkin::cli::manage::Manage"]],["impl Freeze for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl Freeze for Relay",1,["quilkin::cli::relay::Relay"]],["impl Freeze for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl Freeze for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl Freeze for Agent",1,["quilkin::components::agent::Agent"]],["impl Freeze for Ready",1,["quilkin::components::agent::Ready"]],["impl Freeze for Manage",1,["quilkin::components::manage::Manage"]],["impl Freeze for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl Freeze for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl Freeze for Ready",1,["quilkin::components::proxy::Ready"]],["impl Freeze for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl Freeze for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl Freeze for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl Freeze for Ready",1,["quilkin::components::relay::Ready"]],["impl Freeze for Relay",1,["quilkin::components::relay::Relay"]],["impl Freeze for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl Freeze for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl Freeze for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl Freeze for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl Freeze for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl Freeze for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl Freeze for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl Freeze for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl Freeze for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl Freeze for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl Freeze for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl Freeze for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl Freeze for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl Freeze for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl Freeze for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl Freeze for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl Freeze for Datacenter",1,["quilkin::config::Datacenter"]],["impl Freeze for Filter",1,["quilkin::config::Filter"]],["impl Freeze for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl Freeze for Config",1,["quilkin::filters::capture::config::Config"]],["impl Freeze for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl Freeze for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl Freeze for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl Freeze for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl Freeze for Config",1,["quilkin::filters::compress::config::Config"]],["impl Freeze for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl Freeze for Config",1,["quilkin::filters::debug::Config"]],["impl Freeze for Config",1,["quilkin::filters::drop::Config"]],["impl Freeze for Config",1,["quilkin::filters::firewall::config::Config"]],["impl Freeze for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl Freeze for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl Freeze for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl Freeze for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl Freeze for Config",1,["quilkin::filters::match::config::Config"]],["impl Freeze for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl Freeze for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl Freeze for Config",1,["quilkin::filters::pass::Config"]],["impl Freeze for Capture",1,["quilkin::filters::capture::Capture"]],["impl Freeze for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl Freeze for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl Freeze for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl Freeze for Debug",1,["quilkin::filters::debug::Debug"]],["impl Freeze for Drop",1,["quilkin::filters::drop::Drop"]],["impl Freeze for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl Freeze for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl Freeze for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl Freeze for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl Freeze for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl Freeze for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl Freeze for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl Freeze for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl Freeze for Match",1,["quilkin::filters::match::Match"]],["impl Freeze for Pass",1,["quilkin::filters::pass::Pass"]],["impl Freeze for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl Freeze for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl Freeze for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl Freeze for Config",1,["quilkin::filters::timestamp::Config"]],["impl Freeze for Config",1,["quilkin::filters::token_router::Config"]],["impl Freeze for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl Freeze for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl Freeze for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl Freeze for Token",1,["quilkin::net::cluster::Token"]],["impl Freeze for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl Freeze for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl Freeze for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl Freeze for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl Freeze for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl Freeze for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl Freeze for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl Freeze for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl Freeze for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl Freeze for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl Freeze for Cli",1,["quilkin::cli::Cli"]],["impl Freeze for Config",1,["quilkin::config::Config"]],["impl Freeze for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl Freeze for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl Freeze for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> Freeze for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> Freeze for ReadGuard<'inner, T>",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> Freeze for WatchGuard<'inner, T>",1,["quilkin::config::watch::WatchGuard"]],["impl<M> Freeze for Builder<M>
    where\n M: Freeze,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<M> Freeze for Inner<M>
    where\n M: Freeze,
    ",1,["quilkin::net::phoenix::Inner"]],["impl<M> Freeze for Phoenix<M>",1,["quilkin::net::phoenix::Phoenix"]],["impl<S = GxBuildHasher> !Freeze for ClusterMap<S>",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> Freeze for RunArgs<T>
    where\n T: Freeze,
    ",1,["quilkin::components::RunArgs"]],["impl<T> Freeze for Slot<T>",1,["quilkin::config::slot::Slot"]],["impl<T> Freeze for Watch<T>",1,["quilkin::config::watch::Watch"]],["impl<T> Freeze for MetadataView<T>
    where\n T: Freeze,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], +"quilkin":[["impl !Freeze for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl !Freeze for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl !Freeze for FilterError",1,["quilkin::filters::error::FilterError"]],["impl !Freeze for FilterKind",1,["quilkin::filters::FilterKind"]],["impl !Freeze for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl !Freeze for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl !Freeze for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl !Freeze for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl !Freeze for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl !Freeze for Branch",1,["quilkin::filters::match::config::Branch"]],["impl !Freeze for Compress",1,["quilkin::filters::compress::Compress"]],["impl !Freeze for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl !Freeze for BufferPool",1,["quilkin::pool::BufferPool"]],["impl Freeze for Commands",1,["quilkin::cli::Commands"]],["impl Freeze for LogFormats",1,["quilkin::cli::LogFormats"]],["impl Freeze for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl Freeze for Error",1,["quilkin::codec::qcmp::Error"]],["impl Freeze for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl Freeze for Admin",1,["quilkin::components::admin::Admin"]],["impl Freeze for AddrKind",1,["quilkin::config::AddrKind"]],["impl Freeze for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl Freeze for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl Freeze for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl Freeze for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl Freeze for Version",1,["quilkin::config::Version"]],["impl Freeze for Providers",1,["quilkin::config::providers::Providers"]],["impl Freeze for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl Freeze for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl Freeze for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl Freeze for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl Freeze for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl Freeze for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl Freeze for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl Freeze for Marker",1,["quilkin::config::watch::Marker"]],["impl Freeze for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl Freeze for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl Freeze for Action",1,["quilkin::filters::compress::config::Action"]],["impl Freeze for Direction",1,["quilkin::filters::compress::Direction"]],["impl Freeze for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl Freeze for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl Freeze for CreationError",1,["quilkin::filters::error::CreationError"]],["impl Freeze for Action",1,["quilkin::filters::firewall::config::Action"]],["impl Freeze for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl Freeze for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl Freeze for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl Freeze for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl Freeze for Resource",1,["quilkin::xds::Resource"]],["impl Freeze for ResourceType",1,["quilkin::xds::ResourceType"]],["impl Freeze for Agent",1,["quilkin::cli::agent::Agent"]],["impl Freeze for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl Freeze for Manage",1,["quilkin::cli::manage::Manage"]],["impl Freeze for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl Freeze for Relay",1,["quilkin::cli::relay::Relay"]],["impl Freeze for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl Freeze for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl Freeze for Agent",1,["quilkin::components::agent::Agent"]],["impl Freeze for Ready",1,["quilkin::components::agent::Ready"]],["impl Freeze for Manage",1,["quilkin::components::manage::Manage"]],["impl Freeze for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl Freeze for PendingSends",1,["quilkin::components::proxy::PendingSends"]],["impl Freeze for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl Freeze for Ready",1,["quilkin::components::proxy::Ready"]],["impl Freeze for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl Freeze for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl Freeze for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl Freeze for Ready",1,["quilkin::components::relay::Ready"]],["impl Freeze for Relay",1,["quilkin::components::relay::Relay"]],["impl Freeze for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl Freeze for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl Freeze for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl Freeze for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl Freeze for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl Freeze for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl Freeze for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl Freeze for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl Freeze for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl Freeze for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl Freeze for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl Freeze for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl Freeze for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl Freeze for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl Freeze for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl Freeze for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl Freeze for Datacenter",1,["quilkin::config::Datacenter"]],["impl Freeze for Filter",1,["quilkin::config::Filter"]],["impl Freeze for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl Freeze for Config",1,["quilkin::filters::capture::config::Config"]],["impl Freeze for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl Freeze for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl Freeze for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl Freeze for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl Freeze for Config",1,["quilkin::filters::compress::config::Config"]],["impl Freeze for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl Freeze for Config",1,["quilkin::filters::debug::Config"]],["impl Freeze for Config",1,["quilkin::filters::drop::Config"]],["impl Freeze for Config",1,["quilkin::filters::firewall::config::Config"]],["impl Freeze for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl Freeze for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl Freeze for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl Freeze for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl Freeze for Config",1,["quilkin::filters::match::config::Config"]],["impl Freeze for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl Freeze for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl Freeze for Config",1,["quilkin::filters::pass::Config"]],["impl Freeze for Capture",1,["quilkin::filters::capture::Capture"]],["impl Freeze for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl Freeze for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl Freeze for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl Freeze for Debug",1,["quilkin::filters::debug::Debug"]],["impl Freeze for Drop",1,["quilkin::filters::drop::Drop"]],["impl Freeze for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl Freeze for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl Freeze for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl Freeze for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl Freeze for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl Freeze for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl Freeze for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl Freeze for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl Freeze for Match",1,["quilkin::filters::match::Match"]],["impl Freeze for Pass",1,["quilkin::filters::pass::Pass"]],["impl Freeze for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl Freeze for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl Freeze for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl Freeze for Config",1,["quilkin::filters::timestamp::Config"]],["impl Freeze for Config",1,["quilkin::filters::token_router::Config"]],["impl Freeze for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl Freeze for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl Freeze for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl Freeze for Token",1,["quilkin::net::cluster::Token"]],["impl Freeze for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl Freeze for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl Freeze for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl Freeze for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl Freeze for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl Freeze for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl Freeze for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl Freeze for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl Freeze for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl Freeze for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl Freeze for Cli",1,["quilkin::cli::Cli"]],["impl Freeze for Config",1,["quilkin::config::Config"]],["impl Freeze for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl Freeze for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl Freeze for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> Freeze for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> Freeze for ReadGuard<'inner, T>",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> Freeze for WatchGuard<'inner, T>",1,["quilkin::config::watch::WatchGuard"]],["impl<M> Freeze for Builder<M>
    where\n M: Freeze,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<M> Freeze for Inner<M>
    where\n M: Freeze,
    ",1,["quilkin::net::phoenix::Inner"]],["impl<M> Freeze for Phoenix<M>",1,["quilkin::net::phoenix::Phoenix"]],["impl<S = GxBuildHasher> !Freeze for ClusterMap<S>",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> Freeze for RunArgs<T>
    where\n T: Freeze,
    ",1,["quilkin::components::RunArgs"]],["impl<T> Freeze for Slot<T>",1,["quilkin::config::slot::Slot"]],["impl<T> Freeze for Watch<T>",1,["quilkin::config::watch::Watch"]],["impl<T> Freeze for MetadataView<T>
    where\n T: Freeze,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], "quilkin_proto":[["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log::ConfigType"]],["impl Freeze for FilterSpecifier",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log_filter::FilterSpecifier"]],["impl Freeze for Op",1,["quilkin_proto::generated::envoy::config::accesslog::v3::comparison_filter::Op"]],["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::extension_filter::ConfigType"]],["impl Freeze for Status",1,["quilkin_proto::generated::envoy::config::accesslog::v3::grpc_status_filter::Status"]],["impl Freeze for Address",1,["quilkin_proto::generated::envoy::config::core::v3::address::Address"]],["impl Freeze for ApiType",1,["quilkin_proto::generated::envoy::config::core::v3::api_config_source::ApiType"]],["impl Freeze for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::config_source::ConfigSourceSpecifier"]],["impl Freeze for Specifier",1,["quilkin_proto::generated::envoy::config::core::v3::data_source::Specifier"]],["impl Freeze for ApiVersion",1,["quilkin_proto::generated::envoy::config::core::v3::ApiVersion"]],["impl Freeze for HealthStatus",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatus"]],["impl Freeze for RequestMethod",1,["quilkin_proto::generated::envoy::config::core::v3::RequestMethod"]],["impl Freeze for RoutingPriority",1,["quilkin_proto::generated::envoy::config::core::v3::RoutingPriority"]],["impl Freeze for TrafficDirection",1,["quilkin_proto::generated::envoy::config::core::v3::TrafficDirection"]],["impl Freeze for AddressNameSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::envoy_internal_address::AddressNameSpecifier"]],["impl Freeze for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::event_service_config::ConfigSourceSpecifier"]],["impl Freeze for TargetSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::TargetSpecifier"]],["impl Freeze for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::CredentialSpecifier"]],["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin::ConfigType"]],["impl Freeze for ValueSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value::ValueSpecifier"]],["impl Freeze for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials::CredentialSpecifier"]],["impl Freeze for HeaderAppendAction",1,["quilkin_proto::generated::envoy::config::core::v3::header_value_option::HeaderAppendAction"]],["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::custom_health_check::ConfigType"]],["impl Freeze for HealthChecker",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HealthChecker"]],["impl Freeze for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::payload::Payload"]],["impl Freeze for HeaderFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::HeaderFormat"]],["impl Freeze for HeadersWithUnderscoresAction",1,["quilkin_proto::generated::envoy::config::core::v3::http_protocol_options::HeadersWithUnderscoresAction"]],["impl Freeze for Version",1,["quilkin_proto::generated::envoy::config::core::v3::proxy_protocol_config::Version"]],["impl Freeze for Transformation",1,["quilkin_proto::generated::envoy::config::core::v3::scheme_header_transformation::Transformation"]],["impl Freeze for PortSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::PortSpecifier"]],["impl Freeze for Protocol",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::Protocol"]],["impl Freeze for SocketState",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::SocketState"]],["impl Freeze for Value",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::Value"]],["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::transport_socket::ConfigType"]],["impl Freeze for HostIdentifier",1,["quilkin_proto::generated::envoy::config::endpoint::v3::lb_endpoint::HostIdentifier"]],["impl Freeze for LbConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbConfig"]],["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter::ConfigType"]],["impl Freeze for ConnectionSourceType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain_match::ConnectionSourceType"]],["impl Freeze for BalanceType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::BalanceType"]],["impl Freeze for DrainType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DrainType"]],["impl Freeze for ListenerSpecifier",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ListenerSpecifier"]],["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter::ConfigType"]],["impl Freeze for Rule",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::Rule"]],["impl Freeze for EnabledSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::cors_policy::EnabledSpecifier"]],["impl Freeze for HeaderMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::header_matcher::HeaderMatchSpecifier"]],["impl Freeze for QueryParameterMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::query_parameter_matcher::QueryParameterMatchSpecifier"]],["impl Freeze for ActionSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::ActionSpecifier"]],["impl Freeze for Source",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::meta_data::Source"]],["impl Freeze for OverrideSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::OverrideSpecifier"]],["impl Freeze for PathRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::PathRewriteSpecifier"]],["impl Freeze for RedirectResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::RedirectResponseCode"]],["impl Freeze for SchemeRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::SchemeRewriteSpecifier"]],["impl Freeze for ResetHeaderFormat",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeaderFormat"]],["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_host_predicate::ConfigType"]],["impl Freeze for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_priority::ConfigType"]],["impl Freeze for Action",1,["quilkin_proto::generated::envoy::config::route::v3::route::Action"]],["impl Freeze for ClusterNotFoundResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterNotFoundResponseCode"]],["impl Freeze for ClusterSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterSpecifier"]],["impl Freeze for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HostRewriteSpecifier"]],["impl Freeze for InternalRedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::InternalRedirectAction"]],["impl Freeze for PolicySpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::PolicySpecifier"]],["impl Freeze for PathSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::PathSpecifier"]],["impl Freeze for TlsRequirementType",1,["quilkin_proto::generated::envoy::config::route::v3::virtual_host::TlsRequirementType"]],["impl Freeze for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::cluster_weight::HostRewriteSpecifier"]],["impl Freeze for RandomValueSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::RandomValueSpecifier"]],["impl Freeze for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::double_matcher::MatchPattern"]],["impl Freeze for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::list_matcher::MatchPattern"]],["impl Freeze for Segment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment::Segment"]],["impl Freeze for EngineType",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::EngineType"]],["impl Freeze for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::string_matcher::MatchPattern"]],["impl Freeze for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::MatchPattern"]],["impl Freeze for Segment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::path_segment::Segment"]],["impl Freeze for Kind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Kind"]],["impl Freeze for Type",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Type"]],["impl Freeze for CodecClientType",1,["quilkin_proto::generated::envoy::kind::v3::CodecClientType"]],["impl Freeze for DenominatorType",1,["quilkin_proto::generated::envoy::kind::v3::fractional_percent::DenominatorType"]],["impl Freeze for Inner",1,["quilkin_proto::generated::quilkin::config::v1alpha1::host::Inner"]],["impl Freeze for Strategy",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Strategy"]],["impl Freeze for Action",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Action"]],["impl Freeze for Mode",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Mode"]],["impl Freeze for Strategy",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::Strategy"]],["impl Freeze for Action",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Action"]],["impl Freeze for Policy",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::Policy"]],["impl Freeze for WellKnown",1,["quilkin_proto::generated::validate::bytes_rules::WellKnown"]],["impl Freeze for KnownRegex",1,["quilkin_proto::generated::validate::KnownRegex"]],["impl Freeze for Type",1,["quilkin_proto::generated::validate::field_rules::Type"]],["impl Freeze for WellKnown",1,["quilkin_proto::generated::validate::string_rules::WellKnown"]],["impl Freeze for PackageVersionStatus",1,["quilkin_proto::generated::xds::annotations::v3::PackageVersionStatus"]],["impl Freeze for ResourceSpecifier",1,["quilkin_proto::generated::xds::core::v3::collection_entry::ResourceSpecifier"]],["impl Freeze for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::directive::Directive"]],["impl Freeze for ContextParamSpecifier",1,["quilkin_proto::generated::xds::core::v3::resource_locator::ContextParamSpecifier"]],["impl Freeze for Scheme",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Scheme"]],["impl Freeze for MatcherType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherType"]],["impl Freeze for MatchType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::MatchType"]],["impl Freeze for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate::Matcher"]],["impl Freeze for TreeType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::TreeType"]],["impl Freeze for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::on_match::OnMatch"]],["impl Freeze for EngineType",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::EngineType"]],["impl Freeze for MatchPattern",1,["quilkin_proto::generated::xds::kind::matcher::v3::string_matcher::MatchPattern"]],["impl Freeze for AccessLog",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLog"]],["impl Freeze for AccessLogFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLogFilter"]],["impl Freeze for AndFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AndFilter"]],["impl Freeze for ComparisonFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ComparisonFilter"]],["impl Freeze for DurationFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::DurationFilter"]],["impl Freeze for ExtensionFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ExtensionFilter"]],["impl Freeze for GrpcStatusFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::GrpcStatusFilter"]],["impl Freeze for HeaderFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::HeaderFilter"]],["impl Freeze for MetadataFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::MetadataFilter"]],["impl Freeze for NotHealthCheckFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::NotHealthCheckFilter"]],["impl Freeze for OrFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::OrFilter"]],["impl Freeze for ResponseFlagFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ResponseFlagFilter"]],["impl Freeze for RuntimeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::RuntimeFilter"]],["impl Freeze for StatusCodeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::StatusCodeFilter"]],["impl Freeze for TraceableFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::TraceableFilter"]],["impl Freeze for AlternateProtocolsCacheEntry",1,["quilkin_proto::generated::envoy::config::core::v3::alternate_protocols_cache_options::AlternateProtocolsCacheEntry"]],["impl Freeze for GoogleIamCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::GoogleIamCredentials"]],["impl Freeze for MetadataCredentialsFromPlugin",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::MetadataCredentialsFromPlugin"]],["impl Freeze for ServiceAccountJwtAccessCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::ServiceAccountJwtAccessCredentials"]],["impl Freeze for StsService",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::StsService"]],["impl Freeze for Value",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::Value"]],["impl Freeze for CallCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::CallCredentials"]],["impl Freeze for ChannelArgs",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelArgs"]],["impl Freeze for ChannelCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelCredentials"]],["impl Freeze for GoogleLocalCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::GoogleLocalCredentials"]],["impl Freeze for SslCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::SslCredentials"]],["impl Freeze for EnvoyGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::EnvoyGrpc"]],["impl Freeze for GoogleGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::GoogleGrpc"]],["impl Freeze for CustomHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::CustomHealthCheck"]],["impl Freeze for GrpcHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::GrpcHealthCheck"]],["impl Freeze for HttpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HttpHealthCheck"]],["impl Freeze for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::Payload"]],["impl Freeze for RedisHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::RedisHealthCheck"]],["impl Freeze for TcpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TcpHealthCheck"]],["impl Freeze for TlsOptions",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TlsOptions"]],["impl Freeze for ProperCaseWords",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::ProperCaseWords"]],["impl Freeze for HeaderKeyFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::HeaderKeyFormat"]],["impl Freeze for SettingsParameter",1,["quilkin_proto::generated::envoy::config::core::v3::http2_protocol_options::SettingsParameter"]],["impl Freeze for Address",1,["quilkin_proto::generated::envoy::config::core::v3::Address"]],["impl Freeze for AggregatedConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::AggregatedConfigSource"]],["impl Freeze for AlternateProtocolsCacheOptions",1,["quilkin_proto::generated::envoy::config::core::v3::AlternateProtocolsCacheOptions"]],["impl Freeze for ApiConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ApiConfigSource"]],["impl Freeze for BindConfig",1,["quilkin_proto::generated::envoy::config::core::v3::BindConfig"]],["impl Freeze for CidrRange",1,["quilkin_proto::generated::envoy::config::core::v3::CidrRange"]],["impl Freeze for ConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ConfigSource"]],["impl Freeze for ControlPlane",1,["quilkin_proto::generated::envoy::config::core::v3::ControlPlane"]],["impl Freeze for DataSource",1,["quilkin_proto::generated::envoy::config::core::v3::DataSource"]],["impl Freeze for EnvoyInternalAddress",1,["quilkin_proto::generated::envoy::config::core::v3::EnvoyInternalAddress"]],["impl Freeze for EventServiceConfig",1,["quilkin_proto::generated::envoy::config::core::v3::EventServiceConfig"]],["impl Freeze for ExtensionConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ExtensionConfigSource"]],["impl Freeze for GrpcProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcProtocolOptions"]],["impl Freeze for GrpcService",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcService"]],["impl Freeze for HeaderMap",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderMap"]],["impl Freeze for HeaderValue",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValue"]],["impl Freeze for HeaderValueOption",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValueOption"]],["impl Freeze for HealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::HealthCheck"]],["impl Freeze for HealthStatusSet",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatusSet"]],["impl Freeze for Http1ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http1ProtocolOptions"]],["impl Freeze for Http2ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http2ProtocolOptions"]],["impl Freeze for Http3ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http3ProtocolOptions"]],["impl Freeze for HttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::HttpProtocolOptions"]],["impl Freeze for KeepaliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::KeepaliveSettings"]],["impl Freeze for Locality",1,["quilkin_proto::generated::envoy::config::core::v3::Locality"]],["impl Freeze for Metadata",1,["quilkin_proto::generated::envoy::config::core::v3::Metadata"]],["impl Freeze for Node",1,["quilkin_proto::generated::envoy::config::core::v3::Node"]],["impl Freeze for PathConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::PathConfigSource"]],["impl Freeze for Pipe",1,["quilkin_proto::generated::envoy::config::core::v3::Pipe"]],["impl Freeze for ProxyProtocolConfig",1,["quilkin_proto::generated::envoy::config::core::v3::ProxyProtocolConfig"]],["impl Freeze for QueryParameter",1,["quilkin_proto::generated::envoy::config::core::v3::QueryParameter"]],["impl Freeze for QuicKeepAliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::QuicKeepAliveSettings"]],["impl Freeze for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::QuicProtocolOptions"]],["impl Freeze for RateLimitSettings",1,["quilkin_proto::generated::envoy::config::core::v3::RateLimitSettings"]],["impl Freeze for RuntimeDouble",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeDouble"]],["impl Freeze for RuntimeFeatureFlag",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFeatureFlag"]],["impl Freeze for RuntimeFractionalPercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFractionalPercent"]],["impl Freeze for RuntimePercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimePercent"]],["impl Freeze for RuntimeUInt32",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeUInt32"]],["impl Freeze for SchemeHeaderTransformation",1,["quilkin_proto::generated::envoy::config::core::v3::SchemeHeaderTransformation"]],["impl Freeze for SelfConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::SelfConfigSource"]],["impl Freeze for SocketAddress",1,["quilkin_proto::generated::envoy::config::core::v3::SocketAddress"]],["impl Freeze for SocketOption",1,["quilkin_proto::generated::envoy::config::core::v3::SocketOption"]],["impl Freeze for TcpKeepalive",1,["quilkin_proto::generated::envoy::config::core::v3::TcpKeepalive"]],["impl Freeze for TcpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::TcpProtocolOptions"]],["impl Freeze for TransportSocket",1,["quilkin_proto::generated::envoy::config::core::v3::TransportSocket"]],["impl Freeze for TypedExtensionConfig",1,["quilkin_proto::generated::envoy::config::core::v3::TypedExtensionConfig"]],["impl Freeze for UdpSocketConfig",1,["quilkin_proto::generated::envoy::config::core::v3::UdpSocketConfig"]],["impl Freeze for UpstreamHttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::UpstreamHttpProtocolOptions"]],["impl Freeze for WatchedDirectory",1,["quilkin_proto::generated::envoy::config::core::v3::WatchedDirectory"]],["impl Freeze for HealthCheckConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::endpoint::HealthCheckConfig"]],["impl Freeze for LbEndpointList",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbEndpointList"]],["impl Freeze for Endpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::Endpoint"]],["impl Freeze for LbEndpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LbEndpoint"]],["impl Freeze for LedsClusterLocalityConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LedsClusterLocalityConfig"]],["impl Freeze for LocalityLbEndpoints",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LocalityLbEndpoints"]],["impl Freeze for OnDemandConfiguration",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain::OnDemandConfiguration"]],["impl Freeze for ExactBalance",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::ExactBalance"]],["impl Freeze for ConnectionBalanceConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ConnectionBalanceConfig"]],["impl Freeze for DeprecatedV1",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DeprecatedV1"]],["impl Freeze for InternalListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::InternalListenerConfig"]],["impl Freeze for MatchSet",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::MatchSet"]],["impl Freeze for ActiveRawUdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::ActiveRawUdpListenerConfig"]],["impl Freeze for ApiListener",1,["quilkin_proto::generated::envoy::config::listener::v3::ApiListener"]],["impl Freeze for Filter",1,["quilkin_proto::generated::envoy::config::listener::v3::Filter"]],["impl Freeze for FilterChain",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChain"]],["impl Freeze for FilterChainMatch",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChainMatch"]],["impl Freeze for Listener",1,["quilkin_proto::generated::envoy::config::listener::v3::Listener"]],["impl Freeze for ListenerCollection",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerCollection"]],["impl Freeze for ListenerFilter",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilter"]],["impl Freeze for ListenerFilterChainMatchPredicate",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilterChainMatchPredicate"]],["impl Freeze for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::listener::v3::QuicProtocolOptions"]],["impl Freeze for UdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::UdpListenerConfig"]],["impl Freeze for DestinationCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DestinationCluster"]],["impl Freeze for DynamicMetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DynamicMetaData"]],["impl Freeze for GenericKey",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::GenericKey"]],["impl Freeze for HeaderValueMatch",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::HeaderValueMatch"]],["impl Freeze for MetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::MetaData"]],["impl Freeze for RemoteAddress",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RemoteAddress"]],["impl Freeze for RequestHeaders",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RequestHeaders"]],["impl Freeze for SourceCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::SourceCluster"]],["impl Freeze for DynamicMetadata",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::DynamicMetadata"]],["impl Freeze for Action",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Action"]],["impl Freeze for Override",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Override"]],["impl Freeze for RateLimitedRetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RateLimitedRetryBackOff"]],["impl Freeze for ResetHeader",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeader"]],["impl Freeze for RetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryBackOff"]],["impl Freeze for RetryHostPredicate",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryHostPredicate"]],["impl Freeze for RetryPriority",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryPriority"]],["impl Freeze for ConnectionProperties",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::ConnectionProperties"]],["impl Freeze for Cookie",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Cookie"]],["impl Freeze for FilterState",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::FilterState"]],["impl Freeze for Header",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Header"]],["impl Freeze for QueryParameter",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::QueryParameter"]],["impl Freeze for HashPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HashPolicy"]],["impl Freeze for MaxStreamDuration",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::MaxStreamDuration"]],["impl Freeze for RequestMirrorPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::RequestMirrorPolicy"]],["impl Freeze for UpgradeConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::UpgradeConfig"]],["impl Freeze for ConnectConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::upgrade_config::ConnectConfig"]],["impl Freeze for ConnectMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::ConnectMatcher"]],["impl Freeze for GrpcRouteMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::GrpcRouteMatchOptions"]],["impl Freeze for TlsContextMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::TlsContextMatchOptions"]],["impl Freeze for CorsPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::CorsPolicy"]],["impl Freeze for Decorator",1,["quilkin_proto::generated::envoy::config::route::v3::Decorator"]],["impl Freeze for DirectResponseAction",1,["quilkin_proto::generated::envoy::config::route::v3::DirectResponseAction"]],["impl Freeze for FilterAction",1,["quilkin_proto::generated::envoy::config::route::v3::FilterAction"]],["impl Freeze for FilterConfig",1,["quilkin_proto::generated::envoy::config::route::v3::FilterConfig"]],["impl Freeze for HeaderMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::HeaderMatcher"]],["impl Freeze for HedgePolicy",1,["quilkin_proto::generated::envoy::config::route::v3::HedgePolicy"]],["impl Freeze for InternalRedirectPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::InternalRedirectPolicy"]],["impl Freeze for NonForwardingAction",1,["quilkin_proto::generated::envoy::config::route::v3::NonForwardingAction"]],["impl Freeze for QueryParameterMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::QueryParameterMatcher"]],["impl Freeze for RateLimit",1,["quilkin_proto::generated::envoy::config::route::v3::RateLimit"]],["impl Freeze for RedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::RedirectAction"]],["impl Freeze for RetryPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::RetryPolicy"]],["impl Freeze for Route",1,["quilkin_proto::generated::envoy::config::route::v3::Route"]],["impl Freeze for RouteAction",1,["quilkin_proto::generated::envoy::config::route::v3::RouteAction"]],["impl Freeze for RouteMatch",1,["quilkin_proto::generated::envoy::config::route::v3::RouteMatch"]],["impl Freeze for Tracing",1,["quilkin_proto::generated::envoy::config::route::v3::Tracing"]],["impl Freeze for VirtualCluster",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualCluster"]],["impl Freeze for VirtualHost",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualHost"]],["impl Freeze for WeightedCluster",1,["quilkin_proto::generated::envoy::config::route::v3::WeightedCluster"]],["impl Freeze for ClusterWeight",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::ClusterWeight"]],["impl Freeze for PathSegment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::PathSegment"]],["impl Freeze for GoogleRe2",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl Freeze for DoubleMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::DoubleMatcher"]],["impl Freeze for ListMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListMatcher"]],["impl Freeze for ListStringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListStringMatcher"]],["impl Freeze for MetadataMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::MetadataMatcher"]],["impl Freeze for RegexMatchAndSubstitute",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatchAndSubstitute"]],["impl Freeze for RegexMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatcher"]],["impl Freeze for StringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::StringMatcher"]],["impl Freeze for ValueMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ValueMatcher"]],["impl Freeze for NullMatch",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::NullMatch"]],["impl Freeze for PathSegment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::PathSegment"]],["impl Freeze for Cluster",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Cluster"]],["impl Freeze for Host",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Host"]],["impl Freeze for Request",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Request"]],["impl Freeze for Route",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Route"]],["impl Freeze for MetadataKey",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKey"]],["impl Freeze for MetadataKind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKind"]],["impl Freeze for Environment",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Environment"]],["impl Freeze for Header",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Header"]],["impl Freeze for Literal",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Literal"]],["impl Freeze for Metadata",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Metadata"]],["impl Freeze for CustomTag",1,["quilkin_proto::generated::envoy::kind::tracing::v3::CustomTag"]],["impl Freeze for DoubleRange",1,["quilkin_proto::generated::envoy::kind::v3::DoubleRange"]],["impl Freeze for FractionalPercent",1,["quilkin_proto::generated::envoy::kind::v3::FractionalPercent"]],["impl Freeze for Int32Range",1,["quilkin_proto::generated::envoy::kind::v3::Int32Range"]],["impl Freeze for Int64Range",1,["quilkin_proto::generated::envoy::kind::v3::Int64Range"]],["impl Freeze for Percent",1,["quilkin_proto::generated::envoy::kind::v3::Percent"]],["impl Freeze for CacheControl",1,["quilkin_proto::generated::envoy::service::discovery::v3::resource::CacheControl"]],["impl Freeze for AdsDummy",1,["quilkin_proto::generated::envoy::service::discovery::v3::AdsDummy"]],["impl Freeze for DeltaDiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryRequest"]],["impl Freeze for DeltaDiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryResponse"]],["impl Freeze for DiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryRequest"]],["impl Freeze for DiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryResponse"]],["impl Freeze for Resource",1,["quilkin_proto::generated::envoy::service::discovery::v3::Resource"]],["impl Freeze for Status",1,["quilkin_proto::generated::google::rpc::Status"]],["impl Freeze for Cluster",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Cluster"]],["impl Freeze for ClusterMap",1,["quilkin_proto::generated::quilkin::config::v1alpha1::ClusterMap"]],["impl Freeze for Datacenter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Datacenter"]],["impl Freeze for Endpoint",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Endpoint"]],["impl Freeze for Filter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Filter"]],["impl Freeze for FilterChain",1,["quilkin_proto::generated::quilkin::config::v1alpha1::FilterChain"]],["impl Freeze for Host",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Host"]],["impl Freeze for Ipv6",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Ipv6"]],["impl Freeze for Locality",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Locality"]],["impl Freeze for Prefix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Prefix"]],["impl Freeze for Regex",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Regex"]],["impl Freeze for Suffix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Suffix"]],["impl Freeze for Capture",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::Capture"]],["impl Freeze for ActionValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ActionValue"]],["impl Freeze for ModeValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ModeValue"]],["impl Freeze for Compress",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::Compress"]],["impl Freeze for StrategyValue",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::StrategyValue"]],["impl Freeze for Concatenate",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::Concatenate"]],["impl Freeze for Debug",1,["quilkin_proto::generated::quilkin::filters::debug::v1alpha1::Debug"]],["impl Freeze for Drop",1,["quilkin_proto::generated::quilkin::filters::drop::v1alpha1::Drop"]],["impl Freeze for PortRange",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::PortRange"]],["impl Freeze for Rule",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Rule"]],["impl Freeze for Firewall",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::Firewall"]],["impl Freeze for PolicyValue",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::PolicyValue"]],["impl Freeze for LoadBalancer",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::LoadBalancer"]],["impl Freeze for LocalRateLimit",1,["quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1::LocalRateLimit"]],["impl Freeze for Branch",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Branch"]],["impl Freeze for Config",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Config"]],["impl Freeze for Match",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::Match"]],["impl Freeze for Pass",1,["quilkin_proto::generated::quilkin::filters::pass::v1alpha1::Pass"]],["impl Freeze for Timestamp",1,["quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1::Timestamp"]],["impl Freeze for TokenRouter",1,["quilkin_proto::generated::quilkin::filters::token_router::v1alpha1::TokenRouter"]],["impl Freeze for AnyRules",1,["quilkin_proto::generated::validate::AnyRules"]],["impl Freeze for BoolRules",1,["quilkin_proto::generated::validate::BoolRules"]],["impl Freeze for BytesRules",1,["quilkin_proto::generated::validate::BytesRules"]],["impl Freeze for DoubleRules",1,["quilkin_proto::generated::validate::DoubleRules"]],["impl Freeze for DurationRules",1,["quilkin_proto::generated::validate::DurationRules"]],["impl Freeze for EnumRules",1,["quilkin_proto::generated::validate::EnumRules"]],["impl Freeze for FieldRules",1,["quilkin_proto::generated::validate::FieldRules"]],["impl Freeze for Fixed32Rules",1,["quilkin_proto::generated::validate::Fixed32Rules"]],["impl Freeze for Fixed64Rules",1,["quilkin_proto::generated::validate::Fixed64Rules"]],["impl Freeze for FloatRules",1,["quilkin_proto::generated::validate::FloatRules"]],["impl Freeze for Int32Rules",1,["quilkin_proto::generated::validate::Int32Rules"]],["impl Freeze for Int64Rules",1,["quilkin_proto::generated::validate::Int64Rules"]],["impl Freeze for MapRules",1,["quilkin_proto::generated::validate::MapRules"]],["impl Freeze for MessageRules",1,["quilkin_proto::generated::validate::MessageRules"]],["impl Freeze for RepeatedRules",1,["quilkin_proto::generated::validate::RepeatedRules"]],["impl Freeze for SFixed32Rules",1,["quilkin_proto::generated::validate::SFixed32Rules"]],["impl Freeze for SFixed64Rules",1,["quilkin_proto::generated::validate::SFixed64Rules"]],["impl Freeze for SInt32Rules",1,["quilkin_proto::generated::validate::SInt32Rules"]],["impl Freeze for SInt64Rules",1,["quilkin_proto::generated::validate::SInt64Rules"]],["impl Freeze for StringRules",1,["quilkin_proto::generated::validate::StringRules"]],["impl Freeze for TimestampRules",1,["quilkin_proto::generated::validate::TimestampRules"]],["impl Freeze for UInt32Rules",1,["quilkin_proto::generated::validate::UInt32Rules"]],["impl Freeze for UInt64Rules",1,["quilkin_proto::generated::validate::UInt64Rules"]],["impl Freeze for FieldStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FieldStatusAnnotation"]],["impl Freeze for FileStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FileStatusAnnotation"]],["impl Freeze for MessageStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::MessageStatusAnnotation"]],["impl Freeze for StatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::StatusAnnotation"]],["impl Freeze for InlineEntry",1,["quilkin_proto::generated::xds::core::v3::collection_entry::InlineEntry"]],["impl Freeze for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Directive"]],["impl Freeze for Authority",1,["quilkin_proto::generated::xds::core::v3::Authority"]],["impl Freeze for CollectionEntry",1,["quilkin_proto::generated::xds::core::v3::CollectionEntry"]],["impl Freeze for ContextParams",1,["quilkin_proto::generated::xds::core::v3::ContextParams"]],["impl Freeze for ResourceLocator",1,["quilkin_proto::generated::xds::core::v3::ResourceLocator"]],["impl Freeze for ResourceName",1,["quilkin_proto::generated::xds::core::v3::ResourceName"]],["impl Freeze for TypedExtensionConfig",1,["quilkin_proto::generated::xds::core::v3::TypedExtensionConfig"]],["impl Freeze for PredicateList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::PredicateList"]],["impl Freeze for SinglePredicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::SinglePredicate"]],["impl Freeze for FieldMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::FieldMatcher"]],["impl Freeze for Predicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::Predicate"]],["impl Freeze for MatchMap",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::MatchMap"]],["impl Freeze for MatcherList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherList"]],["impl Freeze for MatcherTree",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherTree"]],["impl Freeze for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::OnMatch"]],["impl Freeze for GoogleRe2",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl Freeze for ListStringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::ListStringMatcher"]],["impl Freeze for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::Matcher"]],["impl Freeze for RegexMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::RegexMatcher"]],["impl Freeze for StringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::StringMatcher"]],["impl<T> !Freeze for AggregatedDiscoveryServiceClient<T>",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_client::AggregatedDiscoveryServiceClient"]],["impl<T> !Freeze for AggregatedControlPlaneDiscoveryServiceClient<T>",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client::AggregatedControlPlaneDiscoveryServiceClient"]],["impl<T> Freeze for AggregatedDiscoveryServiceServer<T>",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_server::AggregatedDiscoveryServiceServer"]],["impl<T> Freeze for AggregatedControlPlaneDiscoveryServiceServer<T>",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server::AggregatedControlPlaneDiscoveryServiceServer"]]], "quilkin_xds":[["impl Freeze for DeltaSubscription",1,["quilkin_xds::client::DeltaSubscription"]],["impl Freeze for AwaitingAck",1,["quilkin_xds::config::AwaitingAck"]],["impl Freeze for ClientState",1,["quilkin_xds::config::ClientState"]],["impl Freeze for ClientTracker",1,["quilkin_xds::config::ClientTracker"]],["impl Freeze for DeltaDiscoveryRes",1,["quilkin_xds::config::DeltaDiscoveryRes"]],["impl Freeze for LocalVersions",1,["quilkin_xds::config::LocalVersions"]],["impl Freeze for Locality",1,["quilkin_xds::locality::Locality"]],["impl Freeze for StreamConnectionMetrics",1,["quilkin_xds::metrics::StreamConnectionMetrics"]],["impl Freeze for TcpListener",1,["quilkin_xds::net::TcpListener"]],["impl<C> !Freeze for Client<C>",1,["quilkin_xds::client::Client"]],["impl<C> Freeze for ControlPlane<C>",1,["quilkin_xds::server::ControlPlane"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/main/api/trait.impl/core/marker/trait.Send.js b/main/api/trait.impl/core/marker/trait.Send.js index f4847966c..78c9f0eff 100644 --- a/main/api/trait.impl/core/marker/trait.Send.js +++ b/main/api/trait.impl/core/marker/trait.Send.js @@ -1,7 +1,7 @@ (function() {var implementors = { "agones":[["impl Send for Client",1,["agones::Client"]]], "qt":[["impl Send for Pail",1,["qt::Pail"]],["impl Send for PailConfig",1,["qt::PailConfig"]],["impl Send for AdminPailConfig",1,["qt::AdminPailConfig"]],["impl Send for AgentPail",1,["qt::AgentPail"]],["impl Send for AgentPailConfig",1,["qt::AgentPailConfig"]],["impl Send for ConfigFile",1,["qt::ConfigFile"]],["impl Send for ManagementPailConfig",1,["qt::ManagementPailConfig"]],["impl Send for ProxyPail",1,["qt::ProxyPail"]],["impl Send for ProxyPailConfig",1,["qt::ProxyPailConfig"]],["impl Send for RelayPail",1,["qt::RelayPail"]],["impl Send for RelayPailConfig",1,["qt::RelayPailConfig"]],["impl Send for Sandbox",1,["qt::Sandbox"]],["impl Send for SandboxConfig",1,["qt::SandboxConfig"]],["impl Send for SandboxPailConfig",1,["qt::SandboxPailConfig"]],["impl Send for ServerPail",1,["qt::ServerPail"]],["impl Send for ServerPailConfig",1,["qt::ServerPailConfig"]]], -"quilkin":[["impl Send for Commands",1,["quilkin::cli::Commands"]],["impl Send for LogFormats",1,["quilkin::cli::LogFormats"]],["impl Send for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl Send for Error",1,["quilkin::codec::qcmp::Error"]],["impl Send for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl Send for Admin",1,["quilkin::components::admin::Admin"]],["impl Send for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl Send for AddrKind",1,["quilkin::config::AddrKind"]],["impl Send for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl Send for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl Send for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl Send for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl Send for Version",1,["quilkin::config::Version"]],["impl Send for Providers",1,["quilkin::config::providers::Providers"]],["impl Send for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl Send for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl Send for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl Send for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl Send for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl Send for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl Send for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl Send for Marker",1,["quilkin::config::watch::Marker"]],["impl Send for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl Send for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl Send for Action",1,["quilkin::filters::compress::config::Action"]],["impl Send for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl Send for Direction",1,["quilkin::filters::compress::Direction"]],["impl Send for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl Send for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl Send for CreationError",1,["quilkin::filters::error::CreationError"]],["impl Send for FilterError",1,["quilkin::filters::error::FilterError"]],["impl Send for FilterKind",1,["quilkin::filters::FilterKind"]],["impl Send for Action",1,["quilkin::filters::firewall::config::Action"]],["impl Send for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl Send for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl Send for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl Send for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl Send for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl Send for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl Send for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl Send for Resource",1,["quilkin::xds::Resource"]],["impl Send for ResourceType",1,["quilkin::xds::ResourceType"]],["impl Send for Agent",1,["quilkin::cli::agent::Agent"]],["impl Send for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl Send for Manage",1,["quilkin::cli::manage::Manage"]],["impl Send for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl Send for Relay",1,["quilkin::cli::relay::Relay"]],["impl Send for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl Send for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl Send for Agent",1,["quilkin::components::agent::Agent"]],["impl Send for Ready",1,["quilkin::components::agent::Ready"]],["impl Send for Manage",1,["quilkin::components::manage::Manage"]],["impl Send for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl Send for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl Send for Ready",1,["quilkin::components::proxy::Ready"]],["impl Send for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl Send for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl Send for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl Send for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl Send for Ready",1,["quilkin::components::relay::Ready"]],["impl Send for Relay",1,["quilkin::components::relay::Relay"]],["impl Send for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl Send for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl Send for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl Send for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl Send for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl Send for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl Send for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl Send for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl Send for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl Send for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl Send for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl Send for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl Send for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl Send for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl Send for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl Send for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl Send for Datacenter",1,["quilkin::config::Datacenter"]],["impl Send for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl Send for Filter",1,["quilkin::config::Filter"]],["impl Send for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl Send for Config",1,["quilkin::filters::capture::config::Config"]],["impl Send for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl Send for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl Send for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl Send for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl Send for Config",1,["quilkin::filters::compress::config::Config"]],["impl Send for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl Send for Config",1,["quilkin::filters::debug::Config"]],["impl Send for Config",1,["quilkin::filters::drop::Config"]],["impl Send for Config",1,["quilkin::filters::firewall::config::Config"]],["impl Send for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl Send for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl Send for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl Send for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl Send for Branch",1,["quilkin::filters::match::config::Branch"]],["impl Send for Config",1,["quilkin::filters::match::config::Config"]],["impl Send for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl Send for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl Send for Config",1,["quilkin::filters::pass::Config"]],["impl Send for Capture",1,["quilkin::filters::capture::Capture"]],["impl Send for Compress",1,["quilkin::filters::compress::Compress"]],["impl Send for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl Send for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl Send for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl Send for Debug",1,["quilkin::filters::debug::Debug"]],["impl Send for Drop",1,["quilkin::filters::drop::Drop"]],["impl Send for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl Send for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl Send for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl Send for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl Send for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl Send for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl Send for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl Send for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl Send for Match",1,["quilkin::filters::match::Match"]],["impl Send for Pass",1,["quilkin::filters::pass::Pass"]],["impl Send for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl Send for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl Send for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl Send for Config",1,["quilkin::filters::timestamp::Config"]],["impl Send for Config",1,["quilkin::filters::token_router::Config"]],["impl Send for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl Send for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl Send for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl Send for Token",1,["quilkin::net::cluster::Token"]],["impl Send for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl Send for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl Send for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl Send for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl Send for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl Send for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl Send for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl Send for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl Send for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl Send for BufferPool",1,["quilkin::pool::BufferPool"]],["impl Send for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl Send for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl Send for Cli",1,["quilkin::cli::Cli"]],["impl Send for Config",1,["quilkin::config::Config"]],["impl Send for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl Send for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl Send for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> Send for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> Send for ReadGuard<'inner, T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> Send for WatchGuard<'inner, T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::WatchGuard"]],["impl<M> Send for Builder<M>
    where\n M: Send,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<M> Send for Inner<M>
    where\n M: Send,
    ",1,["quilkin::net::phoenix::Inner"]],["impl<M> Send for Phoenix<M>
    where\n M: Sync + Send,
    ",1,["quilkin::net::phoenix::Phoenix"]],["impl<S> Send for ClusterMap<S>
    where\n S: Send,
    ",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> Send for RunArgs<T>
    where\n T: Send,
    ",1,["quilkin::components::RunArgs"]],["impl<T> Send for Slot<T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::slot::Slot"]],["impl<T> Send for Watch<T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::Watch"]],["impl<T> Send for MetadataView<T>
    where\n T: Send,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], +"quilkin":[["impl Send for Commands",1,["quilkin::cli::Commands"]],["impl Send for LogFormats",1,["quilkin::cli::LogFormats"]],["impl Send for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl Send for Error",1,["quilkin::codec::qcmp::Error"]],["impl Send for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl Send for Admin",1,["quilkin::components::admin::Admin"]],["impl Send for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl Send for AddrKind",1,["quilkin::config::AddrKind"]],["impl Send for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl Send for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl Send for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl Send for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl Send for Version",1,["quilkin::config::Version"]],["impl Send for Providers",1,["quilkin::config::providers::Providers"]],["impl Send for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl Send for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl Send for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl Send for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl Send for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl Send for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl Send for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl Send for Marker",1,["quilkin::config::watch::Marker"]],["impl Send for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl Send for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl Send for Action",1,["quilkin::filters::compress::config::Action"]],["impl Send for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl Send for Direction",1,["quilkin::filters::compress::Direction"]],["impl Send for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl Send for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl Send for CreationError",1,["quilkin::filters::error::CreationError"]],["impl Send for FilterError",1,["quilkin::filters::error::FilterError"]],["impl Send for FilterKind",1,["quilkin::filters::FilterKind"]],["impl Send for Action",1,["quilkin::filters::firewall::config::Action"]],["impl Send for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl Send for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl Send for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl Send for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl Send for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl Send for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl Send for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl Send for Resource",1,["quilkin::xds::Resource"]],["impl Send for ResourceType",1,["quilkin::xds::ResourceType"]],["impl Send for Agent",1,["quilkin::cli::agent::Agent"]],["impl Send for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl Send for Manage",1,["quilkin::cli::manage::Manage"]],["impl Send for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl Send for Relay",1,["quilkin::cli::relay::Relay"]],["impl Send for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl Send for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl Send for Agent",1,["quilkin::components::agent::Agent"]],["impl Send for Ready",1,["quilkin::components::agent::Ready"]],["impl Send for Manage",1,["quilkin::components::manage::Manage"]],["impl Send for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl Send for PendingSends",1,["quilkin::components::proxy::PendingSends"]],["impl Send for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl Send for Ready",1,["quilkin::components::proxy::Ready"]],["impl Send for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl Send for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl Send for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl Send for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl Send for Ready",1,["quilkin::components::relay::Ready"]],["impl Send for Relay",1,["quilkin::components::relay::Relay"]],["impl Send for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl Send for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl Send for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl Send for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl Send for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl Send for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl Send for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl Send for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl Send for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl Send for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl Send for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl Send for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl Send for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl Send for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl Send for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl Send for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl Send for Datacenter",1,["quilkin::config::Datacenter"]],["impl Send for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl Send for Filter",1,["quilkin::config::Filter"]],["impl Send for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl Send for Config",1,["quilkin::filters::capture::config::Config"]],["impl Send for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl Send for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl Send for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl Send for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl Send for Config",1,["quilkin::filters::compress::config::Config"]],["impl Send for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl Send for Config",1,["quilkin::filters::debug::Config"]],["impl Send for Config",1,["quilkin::filters::drop::Config"]],["impl Send for Config",1,["quilkin::filters::firewall::config::Config"]],["impl Send for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl Send for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl Send for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl Send for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl Send for Branch",1,["quilkin::filters::match::config::Branch"]],["impl Send for Config",1,["quilkin::filters::match::config::Config"]],["impl Send for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl Send for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl Send for Config",1,["quilkin::filters::pass::Config"]],["impl Send for Capture",1,["quilkin::filters::capture::Capture"]],["impl Send for Compress",1,["quilkin::filters::compress::Compress"]],["impl Send for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl Send for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl Send for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl Send for Debug",1,["quilkin::filters::debug::Debug"]],["impl Send for Drop",1,["quilkin::filters::drop::Drop"]],["impl Send for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl Send for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl Send for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl Send for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl Send for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl Send for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl Send for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl Send for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl Send for Match",1,["quilkin::filters::match::Match"]],["impl Send for Pass",1,["quilkin::filters::pass::Pass"]],["impl Send for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl Send for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl Send for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl Send for Config",1,["quilkin::filters::timestamp::Config"]],["impl Send for Config",1,["quilkin::filters::token_router::Config"]],["impl Send for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl Send for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl Send for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl Send for Token",1,["quilkin::net::cluster::Token"]],["impl Send for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl Send for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl Send for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl Send for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl Send for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl Send for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl Send for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl Send for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl Send for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl Send for BufferPool",1,["quilkin::pool::BufferPool"]],["impl Send for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl Send for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl Send for Cli",1,["quilkin::cli::Cli"]],["impl Send for Config",1,["quilkin::config::Config"]],["impl Send for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl Send for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl Send for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> Send for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> Send for ReadGuard<'inner, T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> Send for WatchGuard<'inner, T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::WatchGuard"]],["impl<M> Send for Builder<M>
    where\n M: Send,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<M> Send for Inner<M>
    where\n M: Send,
    ",1,["quilkin::net::phoenix::Inner"]],["impl<M> Send for Phoenix<M>
    where\n M: Sync + Send,
    ",1,["quilkin::net::phoenix::Phoenix"]],["impl<S> Send for ClusterMap<S>
    where\n S: Send,
    ",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> Send for RunArgs<T>
    where\n T: Send,
    ",1,["quilkin::components::RunArgs"]],["impl<T> Send for Slot<T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::slot::Slot"]],["impl<T> Send for Watch<T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::Watch"]],["impl<T> Send for MetadataView<T>
    where\n T: Send,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], "quilkin_proto":[["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log::ConfigType"]],["impl Send for FilterSpecifier",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log_filter::FilterSpecifier"]],["impl Send for Op",1,["quilkin_proto::generated::envoy::config::accesslog::v3::comparison_filter::Op"]],["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::extension_filter::ConfigType"]],["impl Send for Status",1,["quilkin_proto::generated::envoy::config::accesslog::v3::grpc_status_filter::Status"]],["impl Send for Address",1,["quilkin_proto::generated::envoy::config::core::v3::address::Address"]],["impl Send for ApiType",1,["quilkin_proto::generated::envoy::config::core::v3::api_config_source::ApiType"]],["impl Send for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::config_source::ConfigSourceSpecifier"]],["impl Send for Specifier",1,["quilkin_proto::generated::envoy::config::core::v3::data_source::Specifier"]],["impl Send for ApiVersion",1,["quilkin_proto::generated::envoy::config::core::v3::ApiVersion"]],["impl Send for HealthStatus",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatus"]],["impl Send for RequestMethod",1,["quilkin_proto::generated::envoy::config::core::v3::RequestMethod"]],["impl Send for RoutingPriority",1,["quilkin_proto::generated::envoy::config::core::v3::RoutingPriority"]],["impl Send for TrafficDirection",1,["quilkin_proto::generated::envoy::config::core::v3::TrafficDirection"]],["impl Send for AddressNameSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::envoy_internal_address::AddressNameSpecifier"]],["impl Send for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::event_service_config::ConfigSourceSpecifier"]],["impl Send for TargetSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::TargetSpecifier"]],["impl Send for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::CredentialSpecifier"]],["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin::ConfigType"]],["impl Send for ValueSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value::ValueSpecifier"]],["impl Send for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials::CredentialSpecifier"]],["impl Send for HeaderAppendAction",1,["quilkin_proto::generated::envoy::config::core::v3::header_value_option::HeaderAppendAction"]],["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::custom_health_check::ConfigType"]],["impl Send for HealthChecker",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HealthChecker"]],["impl Send for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::payload::Payload"]],["impl Send for HeaderFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::HeaderFormat"]],["impl Send for HeadersWithUnderscoresAction",1,["quilkin_proto::generated::envoy::config::core::v3::http_protocol_options::HeadersWithUnderscoresAction"]],["impl Send for Version",1,["quilkin_proto::generated::envoy::config::core::v3::proxy_protocol_config::Version"]],["impl Send for Transformation",1,["quilkin_proto::generated::envoy::config::core::v3::scheme_header_transformation::Transformation"]],["impl Send for PortSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::PortSpecifier"]],["impl Send for Protocol",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::Protocol"]],["impl Send for SocketState",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::SocketState"]],["impl Send for Value",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::Value"]],["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::transport_socket::ConfigType"]],["impl Send for HostIdentifier",1,["quilkin_proto::generated::envoy::config::endpoint::v3::lb_endpoint::HostIdentifier"]],["impl Send for LbConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbConfig"]],["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter::ConfigType"]],["impl Send for ConnectionSourceType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain_match::ConnectionSourceType"]],["impl Send for BalanceType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::BalanceType"]],["impl Send for DrainType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DrainType"]],["impl Send for ListenerSpecifier",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ListenerSpecifier"]],["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter::ConfigType"]],["impl Send for Rule",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::Rule"]],["impl Send for EnabledSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::cors_policy::EnabledSpecifier"]],["impl Send for HeaderMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::header_matcher::HeaderMatchSpecifier"]],["impl Send for QueryParameterMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::query_parameter_matcher::QueryParameterMatchSpecifier"]],["impl Send for ActionSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::ActionSpecifier"]],["impl Send for Source",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::meta_data::Source"]],["impl Send for OverrideSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::OverrideSpecifier"]],["impl Send for PathRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::PathRewriteSpecifier"]],["impl Send for RedirectResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::RedirectResponseCode"]],["impl Send for SchemeRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::SchemeRewriteSpecifier"]],["impl Send for ResetHeaderFormat",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeaderFormat"]],["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_host_predicate::ConfigType"]],["impl Send for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_priority::ConfigType"]],["impl Send for Action",1,["quilkin_proto::generated::envoy::config::route::v3::route::Action"]],["impl Send for ClusterNotFoundResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterNotFoundResponseCode"]],["impl Send for ClusterSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterSpecifier"]],["impl Send for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HostRewriteSpecifier"]],["impl Send for InternalRedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::InternalRedirectAction"]],["impl Send for PolicySpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::PolicySpecifier"]],["impl Send for PathSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::PathSpecifier"]],["impl Send for TlsRequirementType",1,["quilkin_proto::generated::envoy::config::route::v3::virtual_host::TlsRequirementType"]],["impl Send for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::cluster_weight::HostRewriteSpecifier"]],["impl Send for RandomValueSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::RandomValueSpecifier"]],["impl Send for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::double_matcher::MatchPattern"]],["impl Send for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::list_matcher::MatchPattern"]],["impl Send for Segment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment::Segment"]],["impl Send for EngineType",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::EngineType"]],["impl Send for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::string_matcher::MatchPattern"]],["impl Send for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::MatchPattern"]],["impl Send for Segment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::path_segment::Segment"]],["impl Send for Kind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Kind"]],["impl Send for Type",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Type"]],["impl Send for CodecClientType",1,["quilkin_proto::generated::envoy::kind::v3::CodecClientType"]],["impl Send for DenominatorType",1,["quilkin_proto::generated::envoy::kind::v3::fractional_percent::DenominatorType"]],["impl Send for Inner",1,["quilkin_proto::generated::quilkin::config::v1alpha1::host::Inner"]],["impl Send for Strategy",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Strategy"]],["impl Send for Action",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Action"]],["impl Send for Mode",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Mode"]],["impl Send for Strategy",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::Strategy"]],["impl Send for Action",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Action"]],["impl Send for Policy",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::Policy"]],["impl Send for WellKnown",1,["quilkin_proto::generated::validate::bytes_rules::WellKnown"]],["impl Send for KnownRegex",1,["quilkin_proto::generated::validate::KnownRegex"]],["impl Send for Type",1,["quilkin_proto::generated::validate::field_rules::Type"]],["impl Send for WellKnown",1,["quilkin_proto::generated::validate::string_rules::WellKnown"]],["impl Send for PackageVersionStatus",1,["quilkin_proto::generated::xds::annotations::v3::PackageVersionStatus"]],["impl Send for ResourceSpecifier",1,["quilkin_proto::generated::xds::core::v3::collection_entry::ResourceSpecifier"]],["impl Send for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::directive::Directive"]],["impl Send for ContextParamSpecifier",1,["quilkin_proto::generated::xds::core::v3::resource_locator::ContextParamSpecifier"]],["impl Send for Scheme",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Scheme"]],["impl Send for MatcherType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherType"]],["impl Send for MatchType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::MatchType"]],["impl Send for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate::Matcher"]],["impl Send for TreeType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::TreeType"]],["impl Send for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::on_match::OnMatch"]],["impl Send for EngineType",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::EngineType"]],["impl Send for MatchPattern",1,["quilkin_proto::generated::xds::kind::matcher::v3::string_matcher::MatchPattern"]],["impl Send for AccessLog",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLog"]],["impl Send for AccessLogFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLogFilter"]],["impl Send for AndFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AndFilter"]],["impl Send for ComparisonFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ComparisonFilter"]],["impl Send for DurationFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::DurationFilter"]],["impl Send for ExtensionFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ExtensionFilter"]],["impl Send for GrpcStatusFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::GrpcStatusFilter"]],["impl Send for HeaderFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::HeaderFilter"]],["impl Send for MetadataFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::MetadataFilter"]],["impl Send for NotHealthCheckFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::NotHealthCheckFilter"]],["impl Send for OrFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::OrFilter"]],["impl Send for ResponseFlagFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ResponseFlagFilter"]],["impl Send for RuntimeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::RuntimeFilter"]],["impl Send for StatusCodeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::StatusCodeFilter"]],["impl Send for TraceableFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::TraceableFilter"]],["impl Send for AlternateProtocolsCacheEntry",1,["quilkin_proto::generated::envoy::config::core::v3::alternate_protocols_cache_options::AlternateProtocolsCacheEntry"]],["impl Send for GoogleIamCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::GoogleIamCredentials"]],["impl Send for MetadataCredentialsFromPlugin",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::MetadataCredentialsFromPlugin"]],["impl Send for ServiceAccountJwtAccessCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::ServiceAccountJwtAccessCredentials"]],["impl Send for StsService",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::StsService"]],["impl Send for Value",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::Value"]],["impl Send for CallCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::CallCredentials"]],["impl Send for ChannelArgs",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelArgs"]],["impl Send for ChannelCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelCredentials"]],["impl Send for GoogleLocalCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::GoogleLocalCredentials"]],["impl Send for SslCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::SslCredentials"]],["impl Send for EnvoyGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::EnvoyGrpc"]],["impl Send for GoogleGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::GoogleGrpc"]],["impl Send for CustomHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::CustomHealthCheck"]],["impl Send for GrpcHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::GrpcHealthCheck"]],["impl Send for HttpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HttpHealthCheck"]],["impl Send for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::Payload"]],["impl Send for RedisHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::RedisHealthCheck"]],["impl Send for TcpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TcpHealthCheck"]],["impl Send for TlsOptions",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TlsOptions"]],["impl Send for ProperCaseWords",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::ProperCaseWords"]],["impl Send for HeaderKeyFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::HeaderKeyFormat"]],["impl Send for SettingsParameter",1,["quilkin_proto::generated::envoy::config::core::v3::http2_protocol_options::SettingsParameter"]],["impl Send for Address",1,["quilkin_proto::generated::envoy::config::core::v3::Address"]],["impl Send for AggregatedConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::AggregatedConfigSource"]],["impl Send for AlternateProtocolsCacheOptions",1,["quilkin_proto::generated::envoy::config::core::v3::AlternateProtocolsCacheOptions"]],["impl Send for ApiConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ApiConfigSource"]],["impl Send for BindConfig",1,["quilkin_proto::generated::envoy::config::core::v3::BindConfig"]],["impl Send for CidrRange",1,["quilkin_proto::generated::envoy::config::core::v3::CidrRange"]],["impl Send for ConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ConfigSource"]],["impl Send for ControlPlane",1,["quilkin_proto::generated::envoy::config::core::v3::ControlPlane"]],["impl Send for DataSource",1,["quilkin_proto::generated::envoy::config::core::v3::DataSource"]],["impl Send for EnvoyInternalAddress",1,["quilkin_proto::generated::envoy::config::core::v3::EnvoyInternalAddress"]],["impl Send for EventServiceConfig",1,["quilkin_proto::generated::envoy::config::core::v3::EventServiceConfig"]],["impl Send for ExtensionConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ExtensionConfigSource"]],["impl Send for GrpcProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcProtocolOptions"]],["impl Send for GrpcService",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcService"]],["impl Send for HeaderMap",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderMap"]],["impl Send for HeaderValue",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValue"]],["impl Send for HeaderValueOption",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValueOption"]],["impl Send for HealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::HealthCheck"]],["impl Send for HealthStatusSet",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatusSet"]],["impl Send for Http1ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http1ProtocolOptions"]],["impl Send for Http2ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http2ProtocolOptions"]],["impl Send for Http3ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http3ProtocolOptions"]],["impl Send for HttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::HttpProtocolOptions"]],["impl Send for KeepaliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::KeepaliveSettings"]],["impl Send for Locality",1,["quilkin_proto::generated::envoy::config::core::v3::Locality"]],["impl Send for Metadata",1,["quilkin_proto::generated::envoy::config::core::v3::Metadata"]],["impl Send for Node",1,["quilkin_proto::generated::envoy::config::core::v3::Node"]],["impl Send for PathConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::PathConfigSource"]],["impl Send for Pipe",1,["quilkin_proto::generated::envoy::config::core::v3::Pipe"]],["impl Send for ProxyProtocolConfig",1,["quilkin_proto::generated::envoy::config::core::v3::ProxyProtocolConfig"]],["impl Send for QueryParameter",1,["quilkin_proto::generated::envoy::config::core::v3::QueryParameter"]],["impl Send for QuicKeepAliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::QuicKeepAliveSettings"]],["impl Send for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::QuicProtocolOptions"]],["impl Send for RateLimitSettings",1,["quilkin_proto::generated::envoy::config::core::v3::RateLimitSettings"]],["impl Send for RuntimeDouble",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeDouble"]],["impl Send for RuntimeFeatureFlag",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFeatureFlag"]],["impl Send for RuntimeFractionalPercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFractionalPercent"]],["impl Send for RuntimePercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimePercent"]],["impl Send for RuntimeUInt32",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeUInt32"]],["impl Send for SchemeHeaderTransformation",1,["quilkin_proto::generated::envoy::config::core::v3::SchemeHeaderTransformation"]],["impl Send for SelfConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::SelfConfigSource"]],["impl Send for SocketAddress",1,["quilkin_proto::generated::envoy::config::core::v3::SocketAddress"]],["impl Send for SocketOption",1,["quilkin_proto::generated::envoy::config::core::v3::SocketOption"]],["impl Send for TcpKeepalive",1,["quilkin_proto::generated::envoy::config::core::v3::TcpKeepalive"]],["impl Send for TcpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::TcpProtocolOptions"]],["impl Send for TransportSocket",1,["quilkin_proto::generated::envoy::config::core::v3::TransportSocket"]],["impl Send for TypedExtensionConfig",1,["quilkin_proto::generated::envoy::config::core::v3::TypedExtensionConfig"]],["impl Send for UdpSocketConfig",1,["quilkin_proto::generated::envoy::config::core::v3::UdpSocketConfig"]],["impl Send for UpstreamHttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::UpstreamHttpProtocolOptions"]],["impl Send for WatchedDirectory",1,["quilkin_proto::generated::envoy::config::core::v3::WatchedDirectory"]],["impl Send for HealthCheckConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::endpoint::HealthCheckConfig"]],["impl Send for LbEndpointList",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbEndpointList"]],["impl Send for Endpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::Endpoint"]],["impl Send for LbEndpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LbEndpoint"]],["impl Send for LedsClusterLocalityConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LedsClusterLocalityConfig"]],["impl Send for LocalityLbEndpoints",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LocalityLbEndpoints"]],["impl Send for OnDemandConfiguration",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain::OnDemandConfiguration"]],["impl Send for ExactBalance",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::ExactBalance"]],["impl Send for ConnectionBalanceConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ConnectionBalanceConfig"]],["impl Send for DeprecatedV1",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DeprecatedV1"]],["impl Send for InternalListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::InternalListenerConfig"]],["impl Send for MatchSet",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::MatchSet"]],["impl Send for ActiveRawUdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::ActiveRawUdpListenerConfig"]],["impl Send for ApiListener",1,["quilkin_proto::generated::envoy::config::listener::v3::ApiListener"]],["impl Send for Filter",1,["quilkin_proto::generated::envoy::config::listener::v3::Filter"]],["impl Send for FilterChain",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChain"]],["impl Send for FilterChainMatch",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChainMatch"]],["impl Send for Listener",1,["quilkin_proto::generated::envoy::config::listener::v3::Listener"]],["impl Send for ListenerCollection",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerCollection"]],["impl Send for ListenerFilter",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilter"]],["impl Send for ListenerFilterChainMatchPredicate",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilterChainMatchPredicate"]],["impl Send for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::listener::v3::QuicProtocolOptions"]],["impl Send for UdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::UdpListenerConfig"]],["impl Send for DestinationCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DestinationCluster"]],["impl Send for DynamicMetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DynamicMetaData"]],["impl Send for GenericKey",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::GenericKey"]],["impl Send for HeaderValueMatch",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::HeaderValueMatch"]],["impl Send for MetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::MetaData"]],["impl Send for RemoteAddress",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RemoteAddress"]],["impl Send for RequestHeaders",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RequestHeaders"]],["impl Send for SourceCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::SourceCluster"]],["impl Send for DynamicMetadata",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::DynamicMetadata"]],["impl Send for Action",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Action"]],["impl Send for Override",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Override"]],["impl Send for RateLimitedRetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RateLimitedRetryBackOff"]],["impl Send for ResetHeader",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeader"]],["impl Send for RetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryBackOff"]],["impl Send for RetryHostPredicate",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryHostPredicate"]],["impl Send for RetryPriority",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryPriority"]],["impl Send for ConnectionProperties",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::ConnectionProperties"]],["impl Send for Cookie",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Cookie"]],["impl Send for FilterState",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::FilterState"]],["impl Send for Header",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Header"]],["impl Send for QueryParameter",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::QueryParameter"]],["impl Send for HashPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HashPolicy"]],["impl Send for MaxStreamDuration",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::MaxStreamDuration"]],["impl Send for RequestMirrorPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::RequestMirrorPolicy"]],["impl Send for UpgradeConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::UpgradeConfig"]],["impl Send for ConnectConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::upgrade_config::ConnectConfig"]],["impl Send for ConnectMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::ConnectMatcher"]],["impl Send for GrpcRouteMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::GrpcRouteMatchOptions"]],["impl Send for TlsContextMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::TlsContextMatchOptions"]],["impl Send for CorsPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::CorsPolicy"]],["impl Send for Decorator",1,["quilkin_proto::generated::envoy::config::route::v3::Decorator"]],["impl Send for DirectResponseAction",1,["quilkin_proto::generated::envoy::config::route::v3::DirectResponseAction"]],["impl Send for FilterAction",1,["quilkin_proto::generated::envoy::config::route::v3::FilterAction"]],["impl Send for FilterConfig",1,["quilkin_proto::generated::envoy::config::route::v3::FilterConfig"]],["impl Send for HeaderMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::HeaderMatcher"]],["impl Send for HedgePolicy",1,["quilkin_proto::generated::envoy::config::route::v3::HedgePolicy"]],["impl Send for InternalRedirectPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::InternalRedirectPolicy"]],["impl Send for NonForwardingAction",1,["quilkin_proto::generated::envoy::config::route::v3::NonForwardingAction"]],["impl Send for QueryParameterMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::QueryParameterMatcher"]],["impl Send for RateLimit",1,["quilkin_proto::generated::envoy::config::route::v3::RateLimit"]],["impl Send for RedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::RedirectAction"]],["impl Send for RetryPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::RetryPolicy"]],["impl Send for Route",1,["quilkin_proto::generated::envoy::config::route::v3::Route"]],["impl Send for RouteAction",1,["quilkin_proto::generated::envoy::config::route::v3::RouteAction"]],["impl Send for RouteMatch",1,["quilkin_proto::generated::envoy::config::route::v3::RouteMatch"]],["impl Send for Tracing",1,["quilkin_proto::generated::envoy::config::route::v3::Tracing"]],["impl Send for VirtualCluster",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualCluster"]],["impl Send for VirtualHost",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualHost"]],["impl Send for WeightedCluster",1,["quilkin_proto::generated::envoy::config::route::v3::WeightedCluster"]],["impl Send for ClusterWeight",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::ClusterWeight"]],["impl Send for PathSegment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::PathSegment"]],["impl Send for GoogleRe2",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl Send for DoubleMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::DoubleMatcher"]],["impl Send for ListMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListMatcher"]],["impl Send for ListStringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListStringMatcher"]],["impl Send for MetadataMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::MetadataMatcher"]],["impl Send for RegexMatchAndSubstitute",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatchAndSubstitute"]],["impl Send for RegexMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatcher"]],["impl Send for StringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::StringMatcher"]],["impl Send for ValueMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ValueMatcher"]],["impl Send for NullMatch",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::NullMatch"]],["impl Send for PathSegment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::PathSegment"]],["impl Send for Cluster",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Cluster"]],["impl Send for Host",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Host"]],["impl Send for Request",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Request"]],["impl Send for Route",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Route"]],["impl Send for MetadataKey",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKey"]],["impl Send for MetadataKind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKind"]],["impl Send for Environment",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Environment"]],["impl Send for Header",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Header"]],["impl Send for Literal",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Literal"]],["impl Send for Metadata",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Metadata"]],["impl Send for CustomTag",1,["quilkin_proto::generated::envoy::kind::tracing::v3::CustomTag"]],["impl Send for DoubleRange",1,["quilkin_proto::generated::envoy::kind::v3::DoubleRange"]],["impl Send for FractionalPercent",1,["quilkin_proto::generated::envoy::kind::v3::FractionalPercent"]],["impl Send for Int32Range",1,["quilkin_proto::generated::envoy::kind::v3::Int32Range"]],["impl Send for Int64Range",1,["quilkin_proto::generated::envoy::kind::v3::Int64Range"]],["impl Send for Percent",1,["quilkin_proto::generated::envoy::kind::v3::Percent"]],["impl Send for CacheControl",1,["quilkin_proto::generated::envoy::service::discovery::v3::resource::CacheControl"]],["impl Send for AdsDummy",1,["quilkin_proto::generated::envoy::service::discovery::v3::AdsDummy"]],["impl Send for DeltaDiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryRequest"]],["impl Send for DeltaDiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryResponse"]],["impl Send for DiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryRequest"]],["impl Send for DiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryResponse"]],["impl Send for Resource",1,["quilkin_proto::generated::envoy::service::discovery::v3::Resource"]],["impl Send for Status",1,["quilkin_proto::generated::google::rpc::Status"]],["impl Send for Cluster",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Cluster"]],["impl Send for ClusterMap",1,["quilkin_proto::generated::quilkin::config::v1alpha1::ClusterMap"]],["impl Send for Datacenter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Datacenter"]],["impl Send for Endpoint",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Endpoint"]],["impl Send for Filter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Filter"]],["impl Send for FilterChain",1,["quilkin_proto::generated::quilkin::config::v1alpha1::FilterChain"]],["impl Send for Host",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Host"]],["impl Send for Ipv6",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Ipv6"]],["impl Send for Locality",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Locality"]],["impl Send for Prefix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Prefix"]],["impl Send for Regex",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Regex"]],["impl Send for Suffix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Suffix"]],["impl Send for Capture",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::Capture"]],["impl Send for ActionValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ActionValue"]],["impl Send for ModeValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ModeValue"]],["impl Send for Compress",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::Compress"]],["impl Send for StrategyValue",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::StrategyValue"]],["impl Send for Concatenate",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::Concatenate"]],["impl Send for Debug",1,["quilkin_proto::generated::quilkin::filters::debug::v1alpha1::Debug"]],["impl Send for Drop",1,["quilkin_proto::generated::quilkin::filters::drop::v1alpha1::Drop"]],["impl Send for PortRange",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::PortRange"]],["impl Send for Rule",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Rule"]],["impl Send for Firewall",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::Firewall"]],["impl Send for PolicyValue",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::PolicyValue"]],["impl Send for LoadBalancer",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::LoadBalancer"]],["impl Send for LocalRateLimit",1,["quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1::LocalRateLimit"]],["impl Send for Branch",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Branch"]],["impl Send for Config",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Config"]],["impl Send for Match",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::Match"]],["impl Send for Pass",1,["quilkin_proto::generated::quilkin::filters::pass::v1alpha1::Pass"]],["impl Send for Timestamp",1,["quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1::Timestamp"]],["impl Send for TokenRouter",1,["quilkin_proto::generated::quilkin::filters::token_router::v1alpha1::TokenRouter"]],["impl Send for AnyRules",1,["quilkin_proto::generated::validate::AnyRules"]],["impl Send for BoolRules",1,["quilkin_proto::generated::validate::BoolRules"]],["impl Send for BytesRules",1,["quilkin_proto::generated::validate::BytesRules"]],["impl Send for DoubleRules",1,["quilkin_proto::generated::validate::DoubleRules"]],["impl Send for DurationRules",1,["quilkin_proto::generated::validate::DurationRules"]],["impl Send for EnumRules",1,["quilkin_proto::generated::validate::EnumRules"]],["impl Send for FieldRules",1,["quilkin_proto::generated::validate::FieldRules"]],["impl Send for Fixed32Rules",1,["quilkin_proto::generated::validate::Fixed32Rules"]],["impl Send for Fixed64Rules",1,["quilkin_proto::generated::validate::Fixed64Rules"]],["impl Send for FloatRules",1,["quilkin_proto::generated::validate::FloatRules"]],["impl Send for Int32Rules",1,["quilkin_proto::generated::validate::Int32Rules"]],["impl Send for Int64Rules",1,["quilkin_proto::generated::validate::Int64Rules"]],["impl Send for MapRules",1,["quilkin_proto::generated::validate::MapRules"]],["impl Send for MessageRules",1,["quilkin_proto::generated::validate::MessageRules"]],["impl Send for RepeatedRules",1,["quilkin_proto::generated::validate::RepeatedRules"]],["impl Send for SFixed32Rules",1,["quilkin_proto::generated::validate::SFixed32Rules"]],["impl Send for SFixed64Rules",1,["quilkin_proto::generated::validate::SFixed64Rules"]],["impl Send for SInt32Rules",1,["quilkin_proto::generated::validate::SInt32Rules"]],["impl Send for SInt64Rules",1,["quilkin_proto::generated::validate::SInt64Rules"]],["impl Send for StringRules",1,["quilkin_proto::generated::validate::StringRules"]],["impl Send for TimestampRules",1,["quilkin_proto::generated::validate::TimestampRules"]],["impl Send for UInt32Rules",1,["quilkin_proto::generated::validate::UInt32Rules"]],["impl Send for UInt64Rules",1,["quilkin_proto::generated::validate::UInt64Rules"]],["impl Send for FieldStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FieldStatusAnnotation"]],["impl Send for FileStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FileStatusAnnotation"]],["impl Send for MessageStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::MessageStatusAnnotation"]],["impl Send for StatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::StatusAnnotation"]],["impl Send for InlineEntry",1,["quilkin_proto::generated::xds::core::v3::collection_entry::InlineEntry"]],["impl Send for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Directive"]],["impl Send for Authority",1,["quilkin_proto::generated::xds::core::v3::Authority"]],["impl Send for CollectionEntry",1,["quilkin_proto::generated::xds::core::v3::CollectionEntry"]],["impl Send for ContextParams",1,["quilkin_proto::generated::xds::core::v3::ContextParams"]],["impl Send for ResourceLocator",1,["quilkin_proto::generated::xds::core::v3::ResourceLocator"]],["impl Send for ResourceName",1,["quilkin_proto::generated::xds::core::v3::ResourceName"]],["impl Send for TypedExtensionConfig",1,["quilkin_proto::generated::xds::core::v3::TypedExtensionConfig"]],["impl Send for PredicateList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::PredicateList"]],["impl Send for SinglePredicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::SinglePredicate"]],["impl Send for FieldMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::FieldMatcher"]],["impl Send for Predicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::Predicate"]],["impl Send for MatchMap",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::MatchMap"]],["impl Send for MatcherList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherList"]],["impl Send for MatcherTree",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherTree"]],["impl Send for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::OnMatch"]],["impl Send for GoogleRe2",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl Send for ListStringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::ListStringMatcher"]],["impl Send for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::Matcher"]],["impl Send for RegexMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::RegexMatcher"]],["impl Send for StringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::StringMatcher"]],["impl<T> Send for AggregatedDiscoveryServiceClient<T>
    where\n T: Send,
    ",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_client::AggregatedDiscoveryServiceClient"]],["impl<T> Send for AggregatedDiscoveryServiceServer<T>",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_server::AggregatedDiscoveryServiceServer"]],["impl<T> Send for AggregatedControlPlaneDiscoveryServiceClient<T>
    where\n T: Send,
    ",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client::AggregatedControlPlaneDiscoveryServiceClient"]],["impl<T> Send for AggregatedControlPlaneDiscoveryServiceServer<T>",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server::AggregatedControlPlaneDiscoveryServiceServer"]]], "quilkin_xds":[["impl Send for DeltaSubscription",1,["quilkin_xds::client::DeltaSubscription"]],["impl Send for AwaitingAck",1,["quilkin_xds::config::AwaitingAck"]],["impl Send for ClientState",1,["quilkin_xds::config::ClientState"]],["impl Send for ClientTracker",1,["quilkin_xds::config::ClientTracker"]],["impl Send for DeltaDiscoveryRes",1,["quilkin_xds::config::DeltaDiscoveryRes"]],["impl Send for LocalVersions",1,["quilkin_xds::config::LocalVersions"]],["impl Send for Locality",1,["quilkin_xds::locality::Locality"]],["impl Send for StreamConnectionMetrics",1,["quilkin_xds::metrics::StreamConnectionMetrics"]],["impl Send for TcpListener",1,["quilkin_xds::net::TcpListener"]],["impl<C> Send for Client<C>",1,["quilkin_xds::client::Client"]],["impl<C> Send for ControlPlane<C>
    where\n C: Sync + Send,
    ",1,["quilkin_xds::server::ControlPlane"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/main/api/trait.impl/core/marker/trait.Sync.js b/main/api/trait.impl/core/marker/trait.Sync.js index 6f4d4b113..04f41e21f 100644 --- a/main/api/trait.impl/core/marker/trait.Sync.js +++ b/main/api/trait.impl/core/marker/trait.Sync.js @@ -1,7 +1,7 @@ (function() {var implementors = { "agones":[["impl Sync for Client",1,["agones::Client"]]], "qt":[["impl Sync for Pail",1,["qt::Pail"]],["impl Sync for PailConfig",1,["qt::PailConfig"]],["impl Sync for AdminPailConfig",1,["qt::AdminPailConfig"]],["impl Sync for AgentPail",1,["qt::AgentPail"]],["impl Sync for AgentPailConfig",1,["qt::AgentPailConfig"]],["impl Sync for ConfigFile",1,["qt::ConfigFile"]],["impl Sync for ManagementPailConfig",1,["qt::ManagementPailConfig"]],["impl Sync for ProxyPail",1,["qt::ProxyPail"]],["impl Sync for ProxyPailConfig",1,["qt::ProxyPailConfig"]],["impl Sync for RelayPail",1,["qt::RelayPail"]],["impl Sync for RelayPailConfig",1,["qt::RelayPailConfig"]],["impl Sync for Sandbox",1,["qt::Sandbox"]],["impl Sync for SandboxConfig",1,["qt::SandboxConfig"]],["impl Sync for SandboxPailConfig",1,["qt::SandboxPailConfig"]],["impl Sync for ServerPail",1,["qt::ServerPail"]],["impl Sync for ServerPailConfig",1,["qt::ServerPailConfig"]]], -"quilkin":[["impl Sync for Commands",1,["quilkin::cli::Commands"]],["impl Sync for LogFormats",1,["quilkin::cli::LogFormats"]],["impl Sync for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl Sync for Error",1,["quilkin::codec::qcmp::Error"]],["impl Sync for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl Sync for Admin",1,["quilkin::components::admin::Admin"]],["impl Sync for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl Sync for AddrKind",1,["quilkin::config::AddrKind"]],["impl Sync for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl Sync for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl Sync for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl Sync for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl Sync for Version",1,["quilkin::config::Version"]],["impl Sync for Providers",1,["quilkin::config::providers::Providers"]],["impl Sync for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl Sync for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl Sync for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl Sync for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl Sync for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl Sync for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl Sync for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl Sync for Marker",1,["quilkin::config::watch::Marker"]],["impl Sync for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl Sync for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl Sync for Action",1,["quilkin::filters::compress::config::Action"]],["impl Sync for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl Sync for Direction",1,["quilkin::filters::compress::Direction"]],["impl Sync for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl Sync for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl Sync for CreationError",1,["quilkin::filters::error::CreationError"]],["impl Sync for FilterError",1,["quilkin::filters::error::FilterError"]],["impl Sync for FilterKind",1,["quilkin::filters::FilterKind"]],["impl Sync for Action",1,["quilkin::filters::firewall::config::Action"]],["impl Sync for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl Sync for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl Sync for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl Sync for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl Sync for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl Sync for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl Sync for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl Sync for Resource",1,["quilkin::xds::Resource"]],["impl Sync for ResourceType",1,["quilkin::xds::ResourceType"]],["impl Sync for Agent",1,["quilkin::cli::agent::Agent"]],["impl Sync for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl Sync for Manage",1,["quilkin::cli::manage::Manage"]],["impl Sync for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl Sync for Relay",1,["quilkin::cli::relay::Relay"]],["impl Sync for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl Sync for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl Sync for Agent",1,["quilkin::components::agent::Agent"]],["impl Sync for Ready",1,["quilkin::components::agent::Ready"]],["impl Sync for Manage",1,["quilkin::components::manage::Manage"]],["impl Sync for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl Sync for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl Sync for Ready",1,["quilkin::components::proxy::Ready"]],["impl Sync for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl Sync for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl Sync for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl Sync for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl Sync for Ready",1,["quilkin::components::relay::Ready"]],["impl Sync for Relay",1,["quilkin::components::relay::Relay"]],["impl Sync for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl Sync for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl Sync for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl Sync for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl Sync for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl Sync for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl Sync for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl Sync for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl Sync for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl Sync for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl Sync for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl Sync for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl Sync for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl Sync for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl Sync for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl Sync for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl Sync for Datacenter",1,["quilkin::config::Datacenter"]],["impl Sync for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl Sync for Filter",1,["quilkin::config::Filter"]],["impl Sync for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl Sync for Config",1,["quilkin::filters::capture::config::Config"]],["impl Sync for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl Sync for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl Sync for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl Sync for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl Sync for Config",1,["quilkin::filters::compress::config::Config"]],["impl Sync for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl Sync for Config",1,["quilkin::filters::debug::Config"]],["impl Sync for Config",1,["quilkin::filters::drop::Config"]],["impl Sync for Config",1,["quilkin::filters::firewall::config::Config"]],["impl Sync for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl Sync for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl Sync for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl Sync for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl Sync for Branch",1,["quilkin::filters::match::config::Branch"]],["impl Sync for Config",1,["quilkin::filters::match::config::Config"]],["impl Sync for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl Sync for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl Sync for Config",1,["quilkin::filters::pass::Config"]],["impl Sync for Capture",1,["quilkin::filters::capture::Capture"]],["impl Sync for Compress",1,["quilkin::filters::compress::Compress"]],["impl Sync for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl Sync for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl Sync for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl Sync for Debug",1,["quilkin::filters::debug::Debug"]],["impl Sync for Drop",1,["quilkin::filters::drop::Drop"]],["impl Sync for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl Sync for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl Sync for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl Sync for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl Sync for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl Sync for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl Sync for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl Sync for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl Sync for Match",1,["quilkin::filters::match::Match"]],["impl Sync for Pass",1,["quilkin::filters::pass::Pass"]],["impl Sync for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl Sync for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl Sync for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl Sync for Config",1,["quilkin::filters::timestamp::Config"]],["impl Sync for Config",1,["quilkin::filters::token_router::Config"]],["impl Sync for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl Sync for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl Sync for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl Sync for Token",1,["quilkin::net::cluster::Token"]],["impl Sync for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl Sync for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl Sync for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl Sync for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl Sync for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl Sync for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl Sync for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl Sync for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl Sync for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl Sync for BufferPool",1,["quilkin::pool::BufferPool"]],["impl Sync for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl Sync for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl Sync for Cli",1,["quilkin::cli::Cli"]],["impl Sync for Config",1,["quilkin::config::Config"]],["impl Sync for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl Sync for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl Sync for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> Sync for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> Sync for ReadGuard<'inner, T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> Sync for WatchGuard<'inner, T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::WatchGuard"]],["impl<M> Sync for Builder<M>
    where\n M: Sync,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<M> Sync for Inner<M>
    where\n M: Sync,
    ",1,["quilkin::net::phoenix::Inner"]],["impl<M> Sync for Phoenix<M>
    where\n M: Sync + Send,
    ",1,["quilkin::net::phoenix::Phoenix"]],["impl<S> Sync for ClusterMap<S>
    where\n S: Sync,
    ",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> Sync for RunArgs<T>
    where\n T: Sync,
    ",1,["quilkin::components::RunArgs"]],["impl<T> Sync for Slot<T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::slot::Slot"]],["impl<T> Sync for Watch<T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::Watch"]],["impl<T> Sync for MetadataView<T>
    where\n T: Sync,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], +"quilkin":[["impl Sync for Commands",1,["quilkin::cli::Commands"]],["impl Sync for LogFormats",1,["quilkin::cli::LogFormats"]],["impl Sync for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl Sync for Error",1,["quilkin::codec::qcmp::Error"]],["impl Sync for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl Sync for Admin",1,["quilkin::components::admin::Admin"]],["impl Sync for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl Sync for AddrKind",1,["quilkin::config::AddrKind"]],["impl Sync for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl Sync for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl Sync for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl Sync for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl Sync for Version",1,["quilkin::config::Version"]],["impl Sync for Providers",1,["quilkin::config::providers::Providers"]],["impl Sync for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl Sync for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl Sync for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl Sync for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl Sync for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl Sync for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl Sync for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl Sync for Marker",1,["quilkin::config::watch::Marker"]],["impl Sync for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl Sync for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl Sync for Action",1,["quilkin::filters::compress::config::Action"]],["impl Sync for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl Sync for Direction",1,["quilkin::filters::compress::Direction"]],["impl Sync for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl Sync for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl Sync for CreationError",1,["quilkin::filters::error::CreationError"]],["impl Sync for FilterError",1,["quilkin::filters::error::FilterError"]],["impl Sync for FilterKind",1,["quilkin::filters::FilterKind"]],["impl Sync for Action",1,["quilkin::filters::firewall::config::Action"]],["impl Sync for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl Sync for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl Sync for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl Sync for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl Sync for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl Sync for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl Sync for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl Sync for Resource",1,["quilkin::xds::Resource"]],["impl Sync for ResourceType",1,["quilkin::xds::ResourceType"]],["impl Sync for Agent",1,["quilkin::cli::agent::Agent"]],["impl Sync for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl Sync for Manage",1,["quilkin::cli::manage::Manage"]],["impl Sync for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl Sync for Relay",1,["quilkin::cli::relay::Relay"]],["impl Sync for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl Sync for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl Sync for Agent",1,["quilkin::components::agent::Agent"]],["impl Sync for Ready",1,["quilkin::components::agent::Ready"]],["impl Sync for Manage",1,["quilkin::components::manage::Manage"]],["impl Sync for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl Sync for PendingSends",1,["quilkin::components::proxy::PendingSends"]],["impl Sync for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl Sync for Ready",1,["quilkin::components::proxy::Ready"]],["impl Sync for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl Sync for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl Sync for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl Sync for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl Sync for Ready",1,["quilkin::components::relay::Ready"]],["impl Sync for Relay",1,["quilkin::components::relay::Relay"]],["impl Sync for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl Sync for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl Sync for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl Sync for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl Sync for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl Sync for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl Sync for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl Sync for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl Sync for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl Sync for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl Sync for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl Sync for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl Sync for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl Sync for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl Sync for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl Sync for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl Sync for Datacenter",1,["quilkin::config::Datacenter"]],["impl Sync for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl Sync for Filter",1,["quilkin::config::Filter"]],["impl Sync for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl Sync for Config",1,["quilkin::filters::capture::config::Config"]],["impl Sync for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl Sync for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl Sync for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl Sync for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl Sync for Config",1,["quilkin::filters::compress::config::Config"]],["impl Sync for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl Sync for Config",1,["quilkin::filters::debug::Config"]],["impl Sync for Config",1,["quilkin::filters::drop::Config"]],["impl Sync for Config",1,["quilkin::filters::firewall::config::Config"]],["impl Sync for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl Sync for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl Sync for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl Sync for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl Sync for Branch",1,["quilkin::filters::match::config::Branch"]],["impl Sync for Config",1,["quilkin::filters::match::config::Config"]],["impl Sync for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl Sync for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl Sync for Config",1,["quilkin::filters::pass::Config"]],["impl Sync for Capture",1,["quilkin::filters::capture::Capture"]],["impl Sync for Compress",1,["quilkin::filters::compress::Compress"]],["impl Sync for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl Sync for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl Sync for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl Sync for Debug",1,["quilkin::filters::debug::Debug"]],["impl Sync for Drop",1,["quilkin::filters::drop::Drop"]],["impl Sync for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl Sync for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl Sync for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl Sync for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl Sync for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl Sync for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl Sync for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl Sync for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl Sync for Match",1,["quilkin::filters::match::Match"]],["impl Sync for Pass",1,["quilkin::filters::pass::Pass"]],["impl Sync for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl Sync for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl Sync for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl Sync for Config",1,["quilkin::filters::timestamp::Config"]],["impl Sync for Config",1,["quilkin::filters::token_router::Config"]],["impl Sync for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl Sync for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl Sync for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl Sync for Token",1,["quilkin::net::cluster::Token"]],["impl Sync for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl Sync for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl Sync for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl Sync for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl Sync for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl Sync for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl Sync for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl Sync for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl Sync for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl Sync for BufferPool",1,["quilkin::pool::BufferPool"]],["impl Sync for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl Sync for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl Sync for Cli",1,["quilkin::cli::Cli"]],["impl Sync for Config",1,["quilkin::config::Config"]],["impl Sync for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl Sync for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl Sync for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> Sync for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> Sync for ReadGuard<'inner, T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> Sync for WatchGuard<'inner, T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::WatchGuard"]],["impl<M> Sync for Builder<M>
    where\n M: Sync,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<M> Sync for Inner<M>
    where\n M: Sync,
    ",1,["quilkin::net::phoenix::Inner"]],["impl<M> Sync for Phoenix<M>
    where\n M: Sync + Send,
    ",1,["quilkin::net::phoenix::Phoenix"]],["impl<S> Sync for ClusterMap<S>
    where\n S: Sync,
    ",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> Sync for RunArgs<T>
    where\n T: Sync,
    ",1,["quilkin::components::RunArgs"]],["impl<T> Sync for Slot<T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::slot::Slot"]],["impl<T> Sync for Watch<T>
    where\n T: Sync + Send,
    ",1,["quilkin::config::watch::Watch"]],["impl<T> Sync for MetadataView<T>
    where\n T: Sync,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], "quilkin_proto":[["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log::ConfigType"]],["impl Sync for FilterSpecifier",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log_filter::FilterSpecifier"]],["impl Sync for Op",1,["quilkin_proto::generated::envoy::config::accesslog::v3::comparison_filter::Op"]],["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::extension_filter::ConfigType"]],["impl Sync for Status",1,["quilkin_proto::generated::envoy::config::accesslog::v3::grpc_status_filter::Status"]],["impl Sync for Address",1,["quilkin_proto::generated::envoy::config::core::v3::address::Address"]],["impl Sync for ApiType",1,["quilkin_proto::generated::envoy::config::core::v3::api_config_source::ApiType"]],["impl Sync for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::config_source::ConfigSourceSpecifier"]],["impl Sync for Specifier",1,["quilkin_proto::generated::envoy::config::core::v3::data_source::Specifier"]],["impl Sync for ApiVersion",1,["quilkin_proto::generated::envoy::config::core::v3::ApiVersion"]],["impl Sync for HealthStatus",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatus"]],["impl Sync for RequestMethod",1,["quilkin_proto::generated::envoy::config::core::v3::RequestMethod"]],["impl Sync for RoutingPriority",1,["quilkin_proto::generated::envoy::config::core::v3::RoutingPriority"]],["impl Sync for TrafficDirection",1,["quilkin_proto::generated::envoy::config::core::v3::TrafficDirection"]],["impl Sync for AddressNameSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::envoy_internal_address::AddressNameSpecifier"]],["impl Sync for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::event_service_config::ConfigSourceSpecifier"]],["impl Sync for TargetSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::TargetSpecifier"]],["impl Sync for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::CredentialSpecifier"]],["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin::ConfigType"]],["impl Sync for ValueSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value::ValueSpecifier"]],["impl Sync for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials::CredentialSpecifier"]],["impl Sync for HeaderAppendAction",1,["quilkin_proto::generated::envoy::config::core::v3::header_value_option::HeaderAppendAction"]],["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::custom_health_check::ConfigType"]],["impl Sync for HealthChecker",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HealthChecker"]],["impl Sync for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::payload::Payload"]],["impl Sync for HeaderFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::HeaderFormat"]],["impl Sync for HeadersWithUnderscoresAction",1,["quilkin_proto::generated::envoy::config::core::v3::http_protocol_options::HeadersWithUnderscoresAction"]],["impl Sync for Version",1,["quilkin_proto::generated::envoy::config::core::v3::proxy_protocol_config::Version"]],["impl Sync for Transformation",1,["quilkin_proto::generated::envoy::config::core::v3::scheme_header_transformation::Transformation"]],["impl Sync for PortSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::PortSpecifier"]],["impl Sync for Protocol",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::Protocol"]],["impl Sync for SocketState",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::SocketState"]],["impl Sync for Value",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::Value"]],["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::transport_socket::ConfigType"]],["impl Sync for HostIdentifier",1,["quilkin_proto::generated::envoy::config::endpoint::v3::lb_endpoint::HostIdentifier"]],["impl Sync for LbConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbConfig"]],["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter::ConfigType"]],["impl Sync for ConnectionSourceType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain_match::ConnectionSourceType"]],["impl Sync for BalanceType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::BalanceType"]],["impl Sync for DrainType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DrainType"]],["impl Sync for ListenerSpecifier",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ListenerSpecifier"]],["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter::ConfigType"]],["impl Sync for Rule",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::Rule"]],["impl Sync for EnabledSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::cors_policy::EnabledSpecifier"]],["impl Sync for HeaderMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::header_matcher::HeaderMatchSpecifier"]],["impl Sync for QueryParameterMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::query_parameter_matcher::QueryParameterMatchSpecifier"]],["impl Sync for ActionSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::ActionSpecifier"]],["impl Sync for Source",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::meta_data::Source"]],["impl Sync for OverrideSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::OverrideSpecifier"]],["impl Sync for PathRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::PathRewriteSpecifier"]],["impl Sync for RedirectResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::RedirectResponseCode"]],["impl Sync for SchemeRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::SchemeRewriteSpecifier"]],["impl Sync for ResetHeaderFormat",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeaderFormat"]],["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_host_predicate::ConfigType"]],["impl Sync for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_priority::ConfigType"]],["impl Sync for Action",1,["quilkin_proto::generated::envoy::config::route::v3::route::Action"]],["impl Sync for ClusterNotFoundResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterNotFoundResponseCode"]],["impl Sync for ClusterSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterSpecifier"]],["impl Sync for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HostRewriteSpecifier"]],["impl Sync for InternalRedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::InternalRedirectAction"]],["impl Sync for PolicySpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::PolicySpecifier"]],["impl Sync for PathSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::PathSpecifier"]],["impl Sync for TlsRequirementType",1,["quilkin_proto::generated::envoy::config::route::v3::virtual_host::TlsRequirementType"]],["impl Sync for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::cluster_weight::HostRewriteSpecifier"]],["impl Sync for RandomValueSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::RandomValueSpecifier"]],["impl Sync for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::double_matcher::MatchPattern"]],["impl Sync for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::list_matcher::MatchPattern"]],["impl Sync for Segment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment::Segment"]],["impl Sync for EngineType",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::EngineType"]],["impl Sync for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::string_matcher::MatchPattern"]],["impl Sync for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::MatchPattern"]],["impl Sync for Segment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::path_segment::Segment"]],["impl Sync for Kind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Kind"]],["impl Sync for Type",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Type"]],["impl Sync for CodecClientType",1,["quilkin_proto::generated::envoy::kind::v3::CodecClientType"]],["impl Sync for DenominatorType",1,["quilkin_proto::generated::envoy::kind::v3::fractional_percent::DenominatorType"]],["impl Sync for Inner",1,["quilkin_proto::generated::quilkin::config::v1alpha1::host::Inner"]],["impl Sync for Strategy",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Strategy"]],["impl Sync for Action",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Action"]],["impl Sync for Mode",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Mode"]],["impl Sync for Strategy",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::Strategy"]],["impl Sync for Action",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Action"]],["impl Sync for Policy",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::Policy"]],["impl Sync for WellKnown",1,["quilkin_proto::generated::validate::bytes_rules::WellKnown"]],["impl Sync for KnownRegex",1,["quilkin_proto::generated::validate::KnownRegex"]],["impl Sync for Type",1,["quilkin_proto::generated::validate::field_rules::Type"]],["impl Sync for WellKnown",1,["quilkin_proto::generated::validate::string_rules::WellKnown"]],["impl Sync for PackageVersionStatus",1,["quilkin_proto::generated::xds::annotations::v3::PackageVersionStatus"]],["impl Sync for ResourceSpecifier",1,["quilkin_proto::generated::xds::core::v3::collection_entry::ResourceSpecifier"]],["impl Sync for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::directive::Directive"]],["impl Sync for ContextParamSpecifier",1,["quilkin_proto::generated::xds::core::v3::resource_locator::ContextParamSpecifier"]],["impl Sync for Scheme",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Scheme"]],["impl Sync for MatcherType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherType"]],["impl Sync for MatchType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::MatchType"]],["impl Sync for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate::Matcher"]],["impl Sync for TreeType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::TreeType"]],["impl Sync for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::on_match::OnMatch"]],["impl Sync for EngineType",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::EngineType"]],["impl Sync for MatchPattern",1,["quilkin_proto::generated::xds::kind::matcher::v3::string_matcher::MatchPattern"]],["impl Sync for AccessLog",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLog"]],["impl Sync for AccessLogFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLogFilter"]],["impl Sync for AndFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AndFilter"]],["impl Sync for ComparisonFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ComparisonFilter"]],["impl Sync for DurationFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::DurationFilter"]],["impl Sync for ExtensionFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ExtensionFilter"]],["impl Sync for GrpcStatusFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::GrpcStatusFilter"]],["impl Sync for HeaderFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::HeaderFilter"]],["impl Sync for MetadataFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::MetadataFilter"]],["impl Sync for NotHealthCheckFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::NotHealthCheckFilter"]],["impl Sync for OrFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::OrFilter"]],["impl Sync for ResponseFlagFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ResponseFlagFilter"]],["impl Sync for RuntimeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::RuntimeFilter"]],["impl Sync for StatusCodeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::StatusCodeFilter"]],["impl Sync for TraceableFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::TraceableFilter"]],["impl Sync for AlternateProtocolsCacheEntry",1,["quilkin_proto::generated::envoy::config::core::v3::alternate_protocols_cache_options::AlternateProtocolsCacheEntry"]],["impl Sync for GoogleIamCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::GoogleIamCredentials"]],["impl Sync for MetadataCredentialsFromPlugin",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::MetadataCredentialsFromPlugin"]],["impl Sync for ServiceAccountJwtAccessCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::ServiceAccountJwtAccessCredentials"]],["impl Sync for StsService",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::StsService"]],["impl Sync for Value",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::Value"]],["impl Sync for CallCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::CallCredentials"]],["impl Sync for ChannelArgs",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelArgs"]],["impl Sync for ChannelCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelCredentials"]],["impl Sync for GoogleLocalCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::GoogleLocalCredentials"]],["impl Sync for SslCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::SslCredentials"]],["impl Sync for EnvoyGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::EnvoyGrpc"]],["impl Sync for GoogleGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::GoogleGrpc"]],["impl Sync for CustomHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::CustomHealthCheck"]],["impl Sync for GrpcHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::GrpcHealthCheck"]],["impl Sync for HttpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HttpHealthCheck"]],["impl Sync for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::Payload"]],["impl Sync for RedisHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::RedisHealthCheck"]],["impl Sync for TcpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TcpHealthCheck"]],["impl Sync for TlsOptions",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TlsOptions"]],["impl Sync for ProperCaseWords",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::ProperCaseWords"]],["impl Sync for HeaderKeyFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::HeaderKeyFormat"]],["impl Sync for SettingsParameter",1,["quilkin_proto::generated::envoy::config::core::v3::http2_protocol_options::SettingsParameter"]],["impl Sync for Address",1,["quilkin_proto::generated::envoy::config::core::v3::Address"]],["impl Sync for AggregatedConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::AggregatedConfigSource"]],["impl Sync for AlternateProtocolsCacheOptions",1,["quilkin_proto::generated::envoy::config::core::v3::AlternateProtocolsCacheOptions"]],["impl Sync for ApiConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ApiConfigSource"]],["impl Sync for BindConfig",1,["quilkin_proto::generated::envoy::config::core::v3::BindConfig"]],["impl Sync for CidrRange",1,["quilkin_proto::generated::envoy::config::core::v3::CidrRange"]],["impl Sync for ConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ConfigSource"]],["impl Sync for ControlPlane",1,["quilkin_proto::generated::envoy::config::core::v3::ControlPlane"]],["impl Sync for DataSource",1,["quilkin_proto::generated::envoy::config::core::v3::DataSource"]],["impl Sync for EnvoyInternalAddress",1,["quilkin_proto::generated::envoy::config::core::v3::EnvoyInternalAddress"]],["impl Sync for EventServiceConfig",1,["quilkin_proto::generated::envoy::config::core::v3::EventServiceConfig"]],["impl Sync for ExtensionConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ExtensionConfigSource"]],["impl Sync for GrpcProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcProtocolOptions"]],["impl Sync for GrpcService",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcService"]],["impl Sync for HeaderMap",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderMap"]],["impl Sync for HeaderValue",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValue"]],["impl Sync for HeaderValueOption",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValueOption"]],["impl Sync for HealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::HealthCheck"]],["impl Sync for HealthStatusSet",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatusSet"]],["impl Sync for Http1ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http1ProtocolOptions"]],["impl Sync for Http2ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http2ProtocolOptions"]],["impl Sync for Http3ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http3ProtocolOptions"]],["impl Sync for HttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::HttpProtocolOptions"]],["impl Sync for KeepaliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::KeepaliveSettings"]],["impl Sync for Locality",1,["quilkin_proto::generated::envoy::config::core::v3::Locality"]],["impl Sync for Metadata",1,["quilkin_proto::generated::envoy::config::core::v3::Metadata"]],["impl Sync for Node",1,["quilkin_proto::generated::envoy::config::core::v3::Node"]],["impl Sync for PathConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::PathConfigSource"]],["impl Sync for Pipe",1,["quilkin_proto::generated::envoy::config::core::v3::Pipe"]],["impl Sync for ProxyProtocolConfig",1,["quilkin_proto::generated::envoy::config::core::v3::ProxyProtocolConfig"]],["impl Sync for QueryParameter",1,["quilkin_proto::generated::envoy::config::core::v3::QueryParameter"]],["impl Sync for QuicKeepAliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::QuicKeepAliveSettings"]],["impl Sync for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::QuicProtocolOptions"]],["impl Sync for RateLimitSettings",1,["quilkin_proto::generated::envoy::config::core::v3::RateLimitSettings"]],["impl Sync for RuntimeDouble",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeDouble"]],["impl Sync for RuntimeFeatureFlag",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFeatureFlag"]],["impl Sync for RuntimeFractionalPercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFractionalPercent"]],["impl Sync for RuntimePercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimePercent"]],["impl Sync for RuntimeUInt32",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeUInt32"]],["impl Sync for SchemeHeaderTransformation",1,["quilkin_proto::generated::envoy::config::core::v3::SchemeHeaderTransformation"]],["impl Sync for SelfConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::SelfConfigSource"]],["impl Sync for SocketAddress",1,["quilkin_proto::generated::envoy::config::core::v3::SocketAddress"]],["impl Sync for SocketOption",1,["quilkin_proto::generated::envoy::config::core::v3::SocketOption"]],["impl Sync for TcpKeepalive",1,["quilkin_proto::generated::envoy::config::core::v3::TcpKeepalive"]],["impl Sync for TcpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::TcpProtocolOptions"]],["impl Sync for TransportSocket",1,["quilkin_proto::generated::envoy::config::core::v3::TransportSocket"]],["impl Sync for TypedExtensionConfig",1,["quilkin_proto::generated::envoy::config::core::v3::TypedExtensionConfig"]],["impl Sync for UdpSocketConfig",1,["quilkin_proto::generated::envoy::config::core::v3::UdpSocketConfig"]],["impl Sync for UpstreamHttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::UpstreamHttpProtocolOptions"]],["impl Sync for WatchedDirectory",1,["quilkin_proto::generated::envoy::config::core::v3::WatchedDirectory"]],["impl Sync for HealthCheckConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::endpoint::HealthCheckConfig"]],["impl Sync for LbEndpointList",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbEndpointList"]],["impl Sync for Endpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::Endpoint"]],["impl Sync for LbEndpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LbEndpoint"]],["impl Sync for LedsClusterLocalityConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LedsClusterLocalityConfig"]],["impl Sync for LocalityLbEndpoints",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LocalityLbEndpoints"]],["impl Sync for OnDemandConfiguration",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain::OnDemandConfiguration"]],["impl Sync for ExactBalance",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::ExactBalance"]],["impl Sync for ConnectionBalanceConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ConnectionBalanceConfig"]],["impl Sync for DeprecatedV1",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DeprecatedV1"]],["impl Sync for InternalListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::InternalListenerConfig"]],["impl Sync for MatchSet",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::MatchSet"]],["impl Sync for ActiveRawUdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::ActiveRawUdpListenerConfig"]],["impl Sync for ApiListener",1,["quilkin_proto::generated::envoy::config::listener::v3::ApiListener"]],["impl Sync for Filter",1,["quilkin_proto::generated::envoy::config::listener::v3::Filter"]],["impl Sync for FilterChain",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChain"]],["impl Sync for FilterChainMatch",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChainMatch"]],["impl Sync for Listener",1,["quilkin_proto::generated::envoy::config::listener::v3::Listener"]],["impl Sync for ListenerCollection",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerCollection"]],["impl Sync for ListenerFilter",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilter"]],["impl Sync for ListenerFilterChainMatchPredicate",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilterChainMatchPredicate"]],["impl Sync for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::listener::v3::QuicProtocolOptions"]],["impl Sync for UdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::UdpListenerConfig"]],["impl Sync for DestinationCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DestinationCluster"]],["impl Sync for DynamicMetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DynamicMetaData"]],["impl Sync for GenericKey",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::GenericKey"]],["impl Sync for HeaderValueMatch",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::HeaderValueMatch"]],["impl Sync for MetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::MetaData"]],["impl Sync for RemoteAddress",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RemoteAddress"]],["impl Sync for RequestHeaders",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RequestHeaders"]],["impl Sync for SourceCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::SourceCluster"]],["impl Sync for DynamicMetadata",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::DynamicMetadata"]],["impl Sync for Action",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Action"]],["impl Sync for Override",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Override"]],["impl Sync for RateLimitedRetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RateLimitedRetryBackOff"]],["impl Sync for ResetHeader",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeader"]],["impl Sync for RetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryBackOff"]],["impl Sync for RetryHostPredicate",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryHostPredicate"]],["impl Sync for RetryPriority",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryPriority"]],["impl Sync for ConnectionProperties",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::ConnectionProperties"]],["impl Sync for Cookie",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Cookie"]],["impl Sync for FilterState",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::FilterState"]],["impl Sync for Header",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Header"]],["impl Sync for QueryParameter",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::QueryParameter"]],["impl Sync for HashPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HashPolicy"]],["impl Sync for MaxStreamDuration",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::MaxStreamDuration"]],["impl Sync for RequestMirrorPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::RequestMirrorPolicy"]],["impl Sync for UpgradeConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::UpgradeConfig"]],["impl Sync for ConnectConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::upgrade_config::ConnectConfig"]],["impl Sync for ConnectMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::ConnectMatcher"]],["impl Sync for GrpcRouteMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::GrpcRouteMatchOptions"]],["impl Sync for TlsContextMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::TlsContextMatchOptions"]],["impl Sync for CorsPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::CorsPolicy"]],["impl Sync for Decorator",1,["quilkin_proto::generated::envoy::config::route::v3::Decorator"]],["impl Sync for DirectResponseAction",1,["quilkin_proto::generated::envoy::config::route::v3::DirectResponseAction"]],["impl Sync for FilterAction",1,["quilkin_proto::generated::envoy::config::route::v3::FilterAction"]],["impl Sync for FilterConfig",1,["quilkin_proto::generated::envoy::config::route::v3::FilterConfig"]],["impl Sync for HeaderMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::HeaderMatcher"]],["impl Sync for HedgePolicy",1,["quilkin_proto::generated::envoy::config::route::v3::HedgePolicy"]],["impl Sync for InternalRedirectPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::InternalRedirectPolicy"]],["impl Sync for NonForwardingAction",1,["quilkin_proto::generated::envoy::config::route::v3::NonForwardingAction"]],["impl Sync for QueryParameterMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::QueryParameterMatcher"]],["impl Sync for RateLimit",1,["quilkin_proto::generated::envoy::config::route::v3::RateLimit"]],["impl Sync for RedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::RedirectAction"]],["impl Sync for RetryPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::RetryPolicy"]],["impl Sync for Route",1,["quilkin_proto::generated::envoy::config::route::v3::Route"]],["impl Sync for RouteAction",1,["quilkin_proto::generated::envoy::config::route::v3::RouteAction"]],["impl Sync for RouteMatch",1,["quilkin_proto::generated::envoy::config::route::v3::RouteMatch"]],["impl Sync for Tracing",1,["quilkin_proto::generated::envoy::config::route::v3::Tracing"]],["impl Sync for VirtualCluster",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualCluster"]],["impl Sync for VirtualHost",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualHost"]],["impl Sync for WeightedCluster",1,["quilkin_proto::generated::envoy::config::route::v3::WeightedCluster"]],["impl Sync for ClusterWeight",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::ClusterWeight"]],["impl Sync for PathSegment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::PathSegment"]],["impl Sync for GoogleRe2",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl Sync for DoubleMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::DoubleMatcher"]],["impl Sync for ListMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListMatcher"]],["impl Sync for ListStringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListStringMatcher"]],["impl Sync for MetadataMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::MetadataMatcher"]],["impl Sync for RegexMatchAndSubstitute",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatchAndSubstitute"]],["impl Sync for RegexMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatcher"]],["impl Sync for StringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::StringMatcher"]],["impl Sync for ValueMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ValueMatcher"]],["impl Sync for NullMatch",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::NullMatch"]],["impl Sync for PathSegment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::PathSegment"]],["impl Sync for Cluster",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Cluster"]],["impl Sync for Host",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Host"]],["impl Sync for Request",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Request"]],["impl Sync for Route",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Route"]],["impl Sync for MetadataKey",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKey"]],["impl Sync for MetadataKind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKind"]],["impl Sync for Environment",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Environment"]],["impl Sync for Header",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Header"]],["impl Sync for Literal",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Literal"]],["impl Sync for Metadata",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Metadata"]],["impl Sync for CustomTag",1,["quilkin_proto::generated::envoy::kind::tracing::v3::CustomTag"]],["impl Sync for DoubleRange",1,["quilkin_proto::generated::envoy::kind::v3::DoubleRange"]],["impl Sync for FractionalPercent",1,["quilkin_proto::generated::envoy::kind::v3::FractionalPercent"]],["impl Sync for Int32Range",1,["quilkin_proto::generated::envoy::kind::v3::Int32Range"]],["impl Sync for Int64Range",1,["quilkin_proto::generated::envoy::kind::v3::Int64Range"]],["impl Sync for Percent",1,["quilkin_proto::generated::envoy::kind::v3::Percent"]],["impl Sync for CacheControl",1,["quilkin_proto::generated::envoy::service::discovery::v3::resource::CacheControl"]],["impl Sync for AdsDummy",1,["quilkin_proto::generated::envoy::service::discovery::v3::AdsDummy"]],["impl Sync for DeltaDiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryRequest"]],["impl Sync for DeltaDiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryResponse"]],["impl Sync for DiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryRequest"]],["impl Sync for DiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryResponse"]],["impl Sync for Resource",1,["quilkin_proto::generated::envoy::service::discovery::v3::Resource"]],["impl Sync for Status",1,["quilkin_proto::generated::google::rpc::Status"]],["impl Sync for Cluster",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Cluster"]],["impl Sync for ClusterMap",1,["quilkin_proto::generated::quilkin::config::v1alpha1::ClusterMap"]],["impl Sync for Datacenter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Datacenter"]],["impl Sync for Endpoint",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Endpoint"]],["impl Sync for Filter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Filter"]],["impl Sync for FilterChain",1,["quilkin_proto::generated::quilkin::config::v1alpha1::FilterChain"]],["impl Sync for Host",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Host"]],["impl Sync for Ipv6",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Ipv6"]],["impl Sync for Locality",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Locality"]],["impl Sync for Prefix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Prefix"]],["impl Sync for Regex",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Regex"]],["impl Sync for Suffix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Suffix"]],["impl Sync for Capture",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::Capture"]],["impl Sync for ActionValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ActionValue"]],["impl Sync for ModeValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ModeValue"]],["impl Sync for Compress",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::Compress"]],["impl Sync for StrategyValue",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::StrategyValue"]],["impl Sync for Concatenate",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::Concatenate"]],["impl Sync for Debug",1,["quilkin_proto::generated::quilkin::filters::debug::v1alpha1::Debug"]],["impl Sync for Drop",1,["quilkin_proto::generated::quilkin::filters::drop::v1alpha1::Drop"]],["impl Sync for PortRange",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::PortRange"]],["impl Sync for Rule",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Rule"]],["impl Sync for Firewall",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::Firewall"]],["impl Sync for PolicyValue",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::PolicyValue"]],["impl Sync for LoadBalancer",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::LoadBalancer"]],["impl Sync for LocalRateLimit",1,["quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1::LocalRateLimit"]],["impl Sync for Branch",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Branch"]],["impl Sync for Config",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Config"]],["impl Sync for Match",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::Match"]],["impl Sync for Pass",1,["quilkin_proto::generated::quilkin::filters::pass::v1alpha1::Pass"]],["impl Sync for Timestamp",1,["quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1::Timestamp"]],["impl Sync for TokenRouter",1,["quilkin_proto::generated::quilkin::filters::token_router::v1alpha1::TokenRouter"]],["impl Sync for AnyRules",1,["quilkin_proto::generated::validate::AnyRules"]],["impl Sync for BoolRules",1,["quilkin_proto::generated::validate::BoolRules"]],["impl Sync for BytesRules",1,["quilkin_proto::generated::validate::BytesRules"]],["impl Sync for DoubleRules",1,["quilkin_proto::generated::validate::DoubleRules"]],["impl Sync for DurationRules",1,["quilkin_proto::generated::validate::DurationRules"]],["impl Sync for EnumRules",1,["quilkin_proto::generated::validate::EnumRules"]],["impl Sync for FieldRules",1,["quilkin_proto::generated::validate::FieldRules"]],["impl Sync for Fixed32Rules",1,["quilkin_proto::generated::validate::Fixed32Rules"]],["impl Sync for Fixed64Rules",1,["quilkin_proto::generated::validate::Fixed64Rules"]],["impl Sync for FloatRules",1,["quilkin_proto::generated::validate::FloatRules"]],["impl Sync for Int32Rules",1,["quilkin_proto::generated::validate::Int32Rules"]],["impl Sync for Int64Rules",1,["quilkin_proto::generated::validate::Int64Rules"]],["impl Sync for MapRules",1,["quilkin_proto::generated::validate::MapRules"]],["impl Sync for MessageRules",1,["quilkin_proto::generated::validate::MessageRules"]],["impl Sync for RepeatedRules",1,["quilkin_proto::generated::validate::RepeatedRules"]],["impl Sync for SFixed32Rules",1,["quilkin_proto::generated::validate::SFixed32Rules"]],["impl Sync for SFixed64Rules",1,["quilkin_proto::generated::validate::SFixed64Rules"]],["impl Sync for SInt32Rules",1,["quilkin_proto::generated::validate::SInt32Rules"]],["impl Sync for SInt64Rules",1,["quilkin_proto::generated::validate::SInt64Rules"]],["impl Sync for StringRules",1,["quilkin_proto::generated::validate::StringRules"]],["impl Sync for TimestampRules",1,["quilkin_proto::generated::validate::TimestampRules"]],["impl Sync for UInt32Rules",1,["quilkin_proto::generated::validate::UInt32Rules"]],["impl Sync for UInt64Rules",1,["quilkin_proto::generated::validate::UInt64Rules"]],["impl Sync for FieldStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FieldStatusAnnotation"]],["impl Sync for FileStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FileStatusAnnotation"]],["impl Sync for MessageStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::MessageStatusAnnotation"]],["impl Sync for StatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::StatusAnnotation"]],["impl Sync for InlineEntry",1,["quilkin_proto::generated::xds::core::v3::collection_entry::InlineEntry"]],["impl Sync for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Directive"]],["impl Sync for Authority",1,["quilkin_proto::generated::xds::core::v3::Authority"]],["impl Sync for CollectionEntry",1,["quilkin_proto::generated::xds::core::v3::CollectionEntry"]],["impl Sync for ContextParams",1,["quilkin_proto::generated::xds::core::v3::ContextParams"]],["impl Sync for ResourceLocator",1,["quilkin_proto::generated::xds::core::v3::ResourceLocator"]],["impl Sync for ResourceName",1,["quilkin_proto::generated::xds::core::v3::ResourceName"]],["impl Sync for TypedExtensionConfig",1,["quilkin_proto::generated::xds::core::v3::TypedExtensionConfig"]],["impl Sync for PredicateList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::PredicateList"]],["impl Sync for SinglePredicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::SinglePredicate"]],["impl Sync for FieldMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::FieldMatcher"]],["impl Sync for Predicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::Predicate"]],["impl Sync for MatchMap",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::MatchMap"]],["impl Sync for MatcherList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherList"]],["impl Sync for MatcherTree",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherTree"]],["impl Sync for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::OnMatch"]],["impl Sync for GoogleRe2",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl Sync for ListStringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::ListStringMatcher"]],["impl Sync for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::Matcher"]],["impl Sync for RegexMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::RegexMatcher"]],["impl Sync for StringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::StringMatcher"]],["impl<T> Sync for AggregatedDiscoveryServiceClient<T>
    where\n T: Sync,
    ",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_client::AggregatedDiscoveryServiceClient"]],["impl<T> Sync for AggregatedDiscoveryServiceServer<T>",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_server::AggregatedDiscoveryServiceServer"]],["impl<T> Sync for AggregatedControlPlaneDiscoveryServiceClient<T>
    where\n T: Sync,
    ",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client::AggregatedControlPlaneDiscoveryServiceClient"]],["impl<T> Sync for AggregatedControlPlaneDiscoveryServiceServer<T>",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server::AggregatedControlPlaneDiscoveryServiceServer"]]], "quilkin_xds":[["impl Sync for DeltaSubscription",1,["quilkin_xds::client::DeltaSubscription"]],["impl Sync for AwaitingAck",1,["quilkin_xds::config::AwaitingAck"]],["impl Sync for ClientState",1,["quilkin_xds::config::ClientState"]],["impl Sync for ClientTracker",1,["quilkin_xds::config::ClientTracker"]],["impl Sync for DeltaDiscoveryRes",1,["quilkin_xds::config::DeltaDiscoveryRes"]],["impl Sync for LocalVersions",1,["quilkin_xds::config::LocalVersions"]],["impl Sync for Locality",1,["quilkin_xds::locality::Locality"]],["impl Sync for StreamConnectionMetrics",1,["quilkin_xds::metrics::StreamConnectionMetrics"]],["impl Sync for TcpListener",1,["quilkin_xds::net::TcpListener"]],["impl<C> Sync for Client<C>
    where\n C: Sync,
    ",1,["quilkin_xds::client::Client"]],["impl<C> Sync for ControlPlane<C>
    where\n C: Sync + Send,
    ",1,["quilkin_xds::server::ControlPlane"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/main/api/trait.impl/core/marker/trait.Unpin.js b/main/api/trait.impl/core/marker/trait.Unpin.js index c24f7922f..6de2be3b7 100644 --- a/main/api/trait.impl/core/marker/trait.Unpin.js +++ b/main/api/trait.impl/core/marker/trait.Unpin.js @@ -1,7 +1,7 @@ (function() {var implementors = { "agones":[["impl Unpin for Client",1,["agones::Client"]]], "qt":[["impl Unpin for Pail",1,["qt::Pail"]],["impl Unpin for PailConfig",1,["qt::PailConfig"]],["impl Unpin for AdminPailConfig",1,["qt::AdminPailConfig"]],["impl Unpin for AgentPail",1,["qt::AgentPail"]],["impl Unpin for AgentPailConfig",1,["qt::AgentPailConfig"]],["impl Unpin for ConfigFile",1,["qt::ConfigFile"]],["impl Unpin for ManagementPailConfig",1,["qt::ManagementPailConfig"]],["impl Unpin for ProxyPail",1,["qt::ProxyPail"]],["impl Unpin for ProxyPailConfig",1,["qt::ProxyPailConfig"]],["impl Unpin for RelayPail",1,["qt::RelayPail"]],["impl Unpin for RelayPailConfig",1,["qt::RelayPailConfig"]],["impl Unpin for Sandbox",1,["qt::Sandbox"]],["impl Unpin for SandboxConfig",1,["qt::SandboxConfig"]],["impl Unpin for SandboxPailConfig",1,["qt::SandboxPailConfig"]],["impl Unpin for ServerPail",1,["qt::ServerPail"]],["impl Unpin for ServerPailConfig",1,["qt::ServerPailConfig"]]], -"quilkin":[["impl !Unpin for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl Unpin for Commands",1,["quilkin::cli::Commands"]],["impl Unpin for LogFormats",1,["quilkin::cli::LogFormats"]],["impl Unpin for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl Unpin for Error",1,["quilkin::codec::qcmp::Error"]],["impl Unpin for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl Unpin for Admin",1,["quilkin::components::admin::Admin"]],["impl Unpin for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl Unpin for AddrKind",1,["quilkin::config::AddrKind"]],["impl Unpin for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl Unpin for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl Unpin for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl Unpin for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl Unpin for Version",1,["quilkin::config::Version"]],["impl Unpin for Providers",1,["quilkin::config::providers::Providers"]],["impl Unpin for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl Unpin for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl Unpin for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl Unpin for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl Unpin for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl Unpin for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl Unpin for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl Unpin for Marker",1,["quilkin::config::watch::Marker"]],["impl Unpin for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl Unpin for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl Unpin for Action",1,["quilkin::filters::compress::config::Action"]],["impl Unpin for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl Unpin for Direction",1,["quilkin::filters::compress::Direction"]],["impl Unpin for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl Unpin for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl Unpin for CreationError",1,["quilkin::filters::error::CreationError"]],["impl Unpin for FilterError",1,["quilkin::filters::error::FilterError"]],["impl Unpin for FilterKind",1,["quilkin::filters::FilterKind"]],["impl Unpin for Action",1,["quilkin::filters::firewall::config::Action"]],["impl Unpin for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl Unpin for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl Unpin for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl Unpin for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl Unpin for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl Unpin for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl Unpin for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl Unpin for Resource",1,["quilkin::xds::Resource"]],["impl Unpin for ResourceType",1,["quilkin::xds::ResourceType"]],["impl Unpin for Agent",1,["quilkin::cli::agent::Agent"]],["impl Unpin for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl Unpin for Manage",1,["quilkin::cli::manage::Manage"]],["impl Unpin for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl Unpin for Relay",1,["quilkin::cli::relay::Relay"]],["impl Unpin for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl Unpin for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl Unpin for Agent",1,["quilkin::components::agent::Agent"]],["impl Unpin for Ready",1,["quilkin::components::agent::Ready"]],["impl Unpin for Manage",1,["quilkin::components::manage::Manage"]],["impl Unpin for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl Unpin for Ready",1,["quilkin::components::proxy::Ready"]],["impl Unpin for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl Unpin for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl Unpin for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl Unpin for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl Unpin for Ready",1,["quilkin::components::relay::Ready"]],["impl Unpin for Relay",1,["quilkin::components::relay::Relay"]],["impl Unpin for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl Unpin for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl Unpin for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl Unpin for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl Unpin for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl Unpin for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl Unpin for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl Unpin for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl Unpin for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl Unpin for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl Unpin for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl Unpin for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl Unpin for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl Unpin for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl Unpin for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl Unpin for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl Unpin for Datacenter",1,["quilkin::config::Datacenter"]],["impl Unpin for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl Unpin for Filter",1,["quilkin::config::Filter"]],["impl Unpin for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl Unpin for Config",1,["quilkin::filters::capture::config::Config"]],["impl Unpin for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl Unpin for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl Unpin for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl Unpin for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl Unpin for Config",1,["quilkin::filters::compress::config::Config"]],["impl Unpin for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl Unpin for Config",1,["quilkin::filters::debug::Config"]],["impl Unpin for Config",1,["quilkin::filters::drop::Config"]],["impl Unpin for Config",1,["quilkin::filters::firewall::config::Config"]],["impl Unpin for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl Unpin for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl Unpin for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl Unpin for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl Unpin for Branch",1,["quilkin::filters::match::config::Branch"]],["impl Unpin for Config",1,["quilkin::filters::match::config::Config"]],["impl Unpin for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl Unpin for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl Unpin for Config",1,["quilkin::filters::pass::Config"]],["impl Unpin for Capture",1,["quilkin::filters::capture::Capture"]],["impl Unpin for Compress",1,["quilkin::filters::compress::Compress"]],["impl Unpin for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl Unpin for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl Unpin for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl Unpin for Debug",1,["quilkin::filters::debug::Debug"]],["impl Unpin for Drop",1,["quilkin::filters::drop::Drop"]],["impl Unpin for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl Unpin for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl Unpin for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl Unpin for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl Unpin for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl Unpin for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl Unpin for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl Unpin for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl Unpin for Match",1,["quilkin::filters::match::Match"]],["impl Unpin for Pass",1,["quilkin::filters::pass::Pass"]],["impl Unpin for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl Unpin for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl Unpin for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl Unpin for Config",1,["quilkin::filters::timestamp::Config"]],["impl Unpin for Config",1,["quilkin::filters::token_router::Config"]],["impl Unpin for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl Unpin for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl Unpin for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl Unpin for Token",1,["quilkin::net::cluster::Token"]],["impl Unpin for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl Unpin for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl Unpin for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl Unpin for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl Unpin for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl Unpin for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl Unpin for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl Unpin for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl Unpin for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl Unpin for BufferPool",1,["quilkin::pool::BufferPool"]],["impl Unpin for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl Unpin for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl Unpin for Cli",1,["quilkin::cli::Cli"]],["impl Unpin for Config",1,["quilkin::config::Config"]],["impl Unpin for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl Unpin for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl Unpin for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> Unpin for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> Unpin for ReadGuard<'inner, T>",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> Unpin for WatchGuard<'inner, T>",1,["quilkin::config::watch::WatchGuard"]],["impl<M> Unpin for Builder<M>
    where\n M: Unpin,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<M> Unpin for Inner<M>
    where\n M: Unpin,
    ",1,["quilkin::net::phoenix::Inner"]],["impl<M> Unpin for Phoenix<M>",1,["quilkin::net::phoenix::Phoenix"]],["impl<S> Unpin for ClusterMap<S>
    where\n S: Unpin,
    ",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> Unpin for RunArgs<T>
    where\n T: Unpin,
    ",1,["quilkin::components::RunArgs"]],["impl<T> Unpin for Slot<T>",1,["quilkin::config::slot::Slot"]],["impl<T> Unpin for Watch<T>",1,["quilkin::config::watch::Watch"]],["impl<T> Unpin for MetadataView<T>
    where\n T: Unpin,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], +"quilkin":[["impl Unpin for Commands",1,["quilkin::cli::Commands"]],["impl Unpin for LogFormats",1,["quilkin::cli::LogFormats"]],["impl Unpin for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl Unpin for Error",1,["quilkin::codec::qcmp::Error"]],["impl Unpin for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl Unpin for Admin",1,["quilkin::components::admin::Admin"]],["impl Unpin for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl Unpin for AddrKind",1,["quilkin::config::AddrKind"]],["impl Unpin for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl Unpin for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl Unpin for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl Unpin for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl Unpin for Version",1,["quilkin::config::Version"]],["impl Unpin for Providers",1,["quilkin::config::providers::Providers"]],["impl Unpin for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl Unpin for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl Unpin for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl Unpin for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl Unpin for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl Unpin for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl Unpin for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl Unpin for Marker",1,["quilkin::config::watch::Marker"]],["impl Unpin for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl Unpin for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl Unpin for Action",1,["quilkin::filters::compress::config::Action"]],["impl Unpin for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl Unpin for Direction",1,["quilkin::filters::compress::Direction"]],["impl Unpin for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl Unpin for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl Unpin for CreationError",1,["quilkin::filters::error::CreationError"]],["impl Unpin for FilterError",1,["quilkin::filters::error::FilterError"]],["impl Unpin for FilterKind",1,["quilkin::filters::FilterKind"]],["impl Unpin for Action",1,["quilkin::filters::firewall::config::Action"]],["impl Unpin for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl Unpin for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl Unpin for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl Unpin for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl Unpin for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl Unpin for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl Unpin for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl Unpin for Resource",1,["quilkin::xds::Resource"]],["impl Unpin for ResourceType",1,["quilkin::xds::ResourceType"]],["impl Unpin for Agent",1,["quilkin::cli::agent::Agent"]],["impl Unpin for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl Unpin for Manage",1,["quilkin::cli::manage::Manage"]],["impl Unpin for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl Unpin for Relay",1,["quilkin::cli::relay::Relay"]],["impl Unpin for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl Unpin for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl Unpin for Agent",1,["quilkin::components::agent::Agent"]],["impl Unpin for Ready",1,["quilkin::components::agent::Ready"]],["impl Unpin for Manage",1,["quilkin::components::manage::Manage"]],["impl Unpin for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl Unpin for PendingSends",1,["quilkin::components::proxy::PendingSends"]],["impl Unpin for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl Unpin for Ready",1,["quilkin::components::proxy::Ready"]],["impl Unpin for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl Unpin for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl Unpin for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl Unpin for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl Unpin for Ready",1,["quilkin::components::relay::Ready"]],["impl Unpin for Relay",1,["quilkin::components::relay::Relay"]],["impl Unpin for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl Unpin for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl Unpin for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl Unpin for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl Unpin for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl Unpin for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl Unpin for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl Unpin for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl Unpin for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl Unpin for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl Unpin for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl Unpin for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl Unpin for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl Unpin for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl Unpin for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl Unpin for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl Unpin for Datacenter",1,["quilkin::config::Datacenter"]],["impl Unpin for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl Unpin for Filter",1,["quilkin::config::Filter"]],["impl Unpin for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl Unpin for Config",1,["quilkin::filters::capture::config::Config"]],["impl Unpin for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl Unpin for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl Unpin for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl Unpin for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl Unpin for Config",1,["quilkin::filters::compress::config::Config"]],["impl Unpin for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl Unpin for Config",1,["quilkin::filters::debug::Config"]],["impl Unpin for Config",1,["quilkin::filters::drop::Config"]],["impl Unpin for Config",1,["quilkin::filters::firewall::config::Config"]],["impl Unpin for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl Unpin for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl Unpin for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl Unpin for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl Unpin for Branch",1,["quilkin::filters::match::config::Branch"]],["impl Unpin for Config",1,["quilkin::filters::match::config::Config"]],["impl Unpin for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl Unpin for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl Unpin for Config",1,["quilkin::filters::pass::Config"]],["impl Unpin for Capture",1,["quilkin::filters::capture::Capture"]],["impl Unpin for Compress",1,["quilkin::filters::compress::Compress"]],["impl Unpin for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl Unpin for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl Unpin for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl Unpin for Debug",1,["quilkin::filters::debug::Debug"]],["impl Unpin for Drop",1,["quilkin::filters::drop::Drop"]],["impl Unpin for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl Unpin for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl Unpin for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl Unpin for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl Unpin for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl Unpin for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl Unpin for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl Unpin for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl Unpin for Match",1,["quilkin::filters::match::Match"]],["impl Unpin for Pass",1,["quilkin::filters::pass::Pass"]],["impl Unpin for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl Unpin for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl Unpin for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl Unpin for Config",1,["quilkin::filters::timestamp::Config"]],["impl Unpin for Config",1,["quilkin::filters::token_router::Config"]],["impl Unpin for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl Unpin for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl Unpin for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl Unpin for Token",1,["quilkin::net::cluster::Token"]],["impl Unpin for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl Unpin for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl Unpin for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl Unpin for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl Unpin for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl Unpin for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl Unpin for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl Unpin for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl Unpin for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl Unpin for BufferPool",1,["quilkin::pool::BufferPool"]],["impl Unpin for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl Unpin for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl Unpin for Cli",1,["quilkin::cli::Cli"]],["impl Unpin for Config",1,["quilkin::config::Config"]],["impl Unpin for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl Unpin for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl Unpin for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> Unpin for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> Unpin for ReadGuard<'inner, T>",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> Unpin for WatchGuard<'inner, T>",1,["quilkin::config::watch::WatchGuard"]],["impl<M> Unpin for Builder<M>
    where\n M: Unpin,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<M> Unpin for Inner<M>
    where\n M: Unpin,
    ",1,["quilkin::net::phoenix::Inner"]],["impl<M> Unpin for Phoenix<M>",1,["quilkin::net::phoenix::Phoenix"]],["impl<S> Unpin for ClusterMap<S>
    where\n S: Unpin,
    ",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> Unpin for RunArgs<T>
    where\n T: Unpin,
    ",1,["quilkin::components::RunArgs"]],["impl<T> Unpin for Slot<T>",1,["quilkin::config::slot::Slot"]],["impl<T> Unpin for Watch<T>",1,["quilkin::config::watch::Watch"]],["impl<T> Unpin for MetadataView<T>
    where\n T: Unpin,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], "quilkin_proto":[["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log::ConfigType"]],["impl Unpin for FilterSpecifier",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log_filter::FilterSpecifier"]],["impl Unpin for Op",1,["quilkin_proto::generated::envoy::config::accesslog::v3::comparison_filter::Op"]],["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::extension_filter::ConfigType"]],["impl Unpin for Status",1,["quilkin_proto::generated::envoy::config::accesslog::v3::grpc_status_filter::Status"]],["impl Unpin for Address",1,["quilkin_proto::generated::envoy::config::core::v3::address::Address"]],["impl Unpin for ApiType",1,["quilkin_proto::generated::envoy::config::core::v3::api_config_source::ApiType"]],["impl Unpin for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::config_source::ConfigSourceSpecifier"]],["impl Unpin for Specifier",1,["quilkin_proto::generated::envoy::config::core::v3::data_source::Specifier"]],["impl Unpin for ApiVersion",1,["quilkin_proto::generated::envoy::config::core::v3::ApiVersion"]],["impl Unpin for HealthStatus",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatus"]],["impl Unpin for RequestMethod",1,["quilkin_proto::generated::envoy::config::core::v3::RequestMethod"]],["impl Unpin for RoutingPriority",1,["quilkin_proto::generated::envoy::config::core::v3::RoutingPriority"]],["impl Unpin for TrafficDirection",1,["quilkin_proto::generated::envoy::config::core::v3::TrafficDirection"]],["impl Unpin for AddressNameSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::envoy_internal_address::AddressNameSpecifier"]],["impl Unpin for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::event_service_config::ConfigSourceSpecifier"]],["impl Unpin for TargetSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::TargetSpecifier"]],["impl Unpin for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::CredentialSpecifier"]],["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin::ConfigType"]],["impl Unpin for ValueSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value::ValueSpecifier"]],["impl Unpin for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials::CredentialSpecifier"]],["impl Unpin for HeaderAppendAction",1,["quilkin_proto::generated::envoy::config::core::v3::header_value_option::HeaderAppendAction"]],["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::custom_health_check::ConfigType"]],["impl Unpin for HealthChecker",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HealthChecker"]],["impl Unpin for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::payload::Payload"]],["impl Unpin for HeaderFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::HeaderFormat"]],["impl Unpin for HeadersWithUnderscoresAction",1,["quilkin_proto::generated::envoy::config::core::v3::http_protocol_options::HeadersWithUnderscoresAction"]],["impl Unpin for Version",1,["quilkin_proto::generated::envoy::config::core::v3::proxy_protocol_config::Version"]],["impl Unpin for Transformation",1,["quilkin_proto::generated::envoy::config::core::v3::scheme_header_transformation::Transformation"]],["impl Unpin for PortSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::PortSpecifier"]],["impl Unpin for Protocol",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::Protocol"]],["impl Unpin for SocketState",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::SocketState"]],["impl Unpin for Value",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::Value"]],["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::transport_socket::ConfigType"]],["impl Unpin for HostIdentifier",1,["quilkin_proto::generated::envoy::config::endpoint::v3::lb_endpoint::HostIdentifier"]],["impl Unpin for LbConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbConfig"]],["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter::ConfigType"]],["impl Unpin for ConnectionSourceType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain_match::ConnectionSourceType"]],["impl Unpin for BalanceType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::BalanceType"]],["impl Unpin for DrainType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DrainType"]],["impl Unpin for ListenerSpecifier",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ListenerSpecifier"]],["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter::ConfigType"]],["impl Unpin for Rule",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::Rule"]],["impl Unpin for EnabledSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::cors_policy::EnabledSpecifier"]],["impl Unpin for HeaderMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::header_matcher::HeaderMatchSpecifier"]],["impl Unpin for QueryParameterMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::query_parameter_matcher::QueryParameterMatchSpecifier"]],["impl Unpin for ActionSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::ActionSpecifier"]],["impl Unpin for Source",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::meta_data::Source"]],["impl Unpin for OverrideSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::OverrideSpecifier"]],["impl Unpin for PathRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::PathRewriteSpecifier"]],["impl Unpin for RedirectResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::RedirectResponseCode"]],["impl Unpin for SchemeRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::SchemeRewriteSpecifier"]],["impl Unpin for ResetHeaderFormat",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeaderFormat"]],["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_host_predicate::ConfigType"]],["impl Unpin for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_priority::ConfigType"]],["impl Unpin for Action",1,["quilkin_proto::generated::envoy::config::route::v3::route::Action"]],["impl Unpin for ClusterNotFoundResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterNotFoundResponseCode"]],["impl Unpin for ClusterSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterSpecifier"]],["impl Unpin for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HostRewriteSpecifier"]],["impl Unpin for InternalRedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::InternalRedirectAction"]],["impl Unpin for PolicySpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::PolicySpecifier"]],["impl Unpin for PathSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::PathSpecifier"]],["impl Unpin for TlsRequirementType",1,["quilkin_proto::generated::envoy::config::route::v3::virtual_host::TlsRequirementType"]],["impl Unpin for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::cluster_weight::HostRewriteSpecifier"]],["impl Unpin for RandomValueSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::RandomValueSpecifier"]],["impl Unpin for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::double_matcher::MatchPattern"]],["impl Unpin for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::list_matcher::MatchPattern"]],["impl Unpin for Segment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment::Segment"]],["impl Unpin for EngineType",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::EngineType"]],["impl Unpin for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::string_matcher::MatchPattern"]],["impl Unpin for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::MatchPattern"]],["impl Unpin for Segment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::path_segment::Segment"]],["impl Unpin for Kind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Kind"]],["impl Unpin for Type",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Type"]],["impl Unpin for CodecClientType",1,["quilkin_proto::generated::envoy::kind::v3::CodecClientType"]],["impl Unpin for DenominatorType",1,["quilkin_proto::generated::envoy::kind::v3::fractional_percent::DenominatorType"]],["impl Unpin for Inner",1,["quilkin_proto::generated::quilkin::config::v1alpha1::host::Inner"]],["impl Unpin for Strategy",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Strategy"]],["impl Unpin for Action",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Action"]],["impl Unpin for Mode",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Mode"]],["impl Unpin for Strategy",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::Strategy"]],["impl Unpin for Action",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Action"]],["impl Unpin for Policy",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::Policy"]],["impl Unpin for WellKnown",1,["quilkin_proto::generated::validate::bytes_rules::WellKnown"]],["impl Unpin for KnownRegex",1,["quilkin_proto::generated::validate::KnownRegex"]],["impl Unpin for Type",1,["quilkin_proto::generated::validate::field_rules::Type"]],["impl Unpin for WellKnown",1,["quilkin_proto::generated::validate::string_rules::WellKnown"]],["impl Unpin for PackageVersionStatus",1,["quilkin_proto::generated::xds::annotations::v3::PackageVersionStatus"]],["impl Unpin for ResourceSpecifier",1,["quilkin_proto::generated::xds::core::v3::collection_entry::ResourceSpecifier"]],["impl Unpin for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::directive::Directive"]],["impl Unpin for ContextParamSpecifier",1,["quilkin_proto::generated::xds::core::v3::resource_locator::ContextParamSpecifier"]],["impl Unpin for Scheme",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Scheme"]],["impl Unpin for MatcherType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherType"]],["impl Unpin for MatchType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::MatchType"]],["impl Unpin for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate::Matcher"]],["impl Unpin for TreeType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::TreeType"]],["impl Unpin for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::on_match::OnMatch"]],["impl Unpin for EngineType",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::EngineType"]],["impl Unpin for MatchPattern",1,["quilkin_proto::generated::xds::kind::matcher::v3::string_matcher::MatchPattern"]],["impl Unpin for AccessLog",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLog"]],["impl Unpin for AccessLogFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLogFilter"]],["impl Unpin for AndFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AndFilter"]],["impl Unpin for ComparisonFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ComparisonFilter"]],["impl Unpin for DurationFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::DurationFilter"]],["impl Unpin for ExtensionFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ExtensionFilter"]],["impl Unpin for GrpcStatusFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::GrpcStatusFilter"]],["impl Unpin for HeaderFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::HeaderFilter"]],["impl Unpin for MetadataFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::MetadataFilter"]],["impl Unpin for NotHealthCheckFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::NotHealthCheckFilter"]],["impl Unpin for OrFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::OrFilter"]],["impl Unpin for ResponseFlagFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ResponseFlagFilter"]],["impl Unpin for RuntimeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::RuntimeFilter"]],["impl Unpin for StatusCodeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::StatusCodeFilter"]],["impl Unpin for TraceableFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::TraceableFilter"]],["impl Unpin for AlternateProtocolsCacheEntry",1,["quilkin_proto::generated::envoy::config::core::v3::alternate_protocols_cache_options::AlternateProtocolsCacheEntry"]],["impl Unpin for GoogleIamCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::GoogleIamCredentials"]],["impl Unpin for MetadataCredentialsFromPlugin",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::MetadataCredentialsFromPlugin"]],["impl Unpin for ServiceAccountJwtAccessCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::ServiceAccountJwtAccessCredentials"]],["impl Unpin for StsService",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::StsService"]],["impl Unpin for Value",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::Value"]],["impl Unpin for CallCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::CallCredentials"]],["impl Unpin for ChannelArgs",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelArgs"]],["impl Unpin for ChannelCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelCredentials"]],["impl Unpin for GoogleLocalCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::GoogleLocalCredentials"]],["impl Unpin for SslCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::SslCredentials"]],["impl Unpin for EnvoyGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::EnvoyGrpc"]],["impl Unpin for GoogleGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::GoogleGrpc"]],["impl Unpin for CustomHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::CustomHealthCheck"]],["impl Unpin for GrpcHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::GrpcHealthCheck"]],["impl Unpin for HttpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HttpHealthCheck"]],["impl Unpin for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::Payload"]],["impl Unpin for RedisHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::RedisHealthCheck"]],["impl Unpin for TcpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TcpHealthCheck"]],["impl Unpin for TlsOptions",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TlsOptions"]],["impl Unpin for ProperCaseWords",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::ProperCaseWords"]],["impl Unpin for HeaderKeyFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::HeaderKeyFormat"]],["impl Unpin for SettingsParameter",1,["quilkin_proto::generated::envoy::config::core::v3::http2_protocol_options::SettingsParameter"]],["impl Unpin for Address",1,["quilkin_proto::generated::envoy::config::core::v3::Address"]],["impl Unpin for AggregatedConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::AggregatedConfigSource"]],["impl Unpin for AlternateProtocolsCacheOptions",1,["quilkin_proto::generated::envoy::config::core::v3::AlternateProtocolsCacheOptions"]],["impl Unpin for ApiConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ApiConfigSource"]],["impl Unpin for BindConfig",1,["quilkin_proto::generated::envoy::config::core::v3::BindConfig"]],["impl Unpin for CidrRange",1,["quilkin_proto::generated::envoy::config::core::v3::CidrRange"]],["impl Unpin for ConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ConfigSource"]],["impl Unpin for ControlPlane",1,["quilkin_proto::generated::envoy::config::core::v3::ControlPlane"]],["impl Unpin for DataSource",1,["quilkin_proto::generated::envoy::config::core::v3::DataSource"]],["impl Unpin for EnvoyInternalAddress",1,["quilkin_proto::generated::envoy::config::core::v3::EnvoyInternalAddress"]],["impl Unpin for EventServiceConfig",1,["quilkin_proto::generated::envoy::config::core::v3::EventServiceConfig"]],["impl Unpin for ExtensionConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ExtensionConfigSource"]],["impl Unpin for GrpcProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcProtocolOptions"]],["impl Unpin for GrpcService",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcService"]],["impl Unpin for HeaderMap",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderMap"]],["impl Unpin for HeaderValue",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValue"]],["impl Unpin for HeaderValueOption",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValueOption"]],["impl Unpin for HealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::HealthCheck"]],["impl Unpin for HealthStatusSet",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatusSet"]],["impl Unpin for Http1ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http1ProtocolOptions"]],["impl Unpin for Http2ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http2ProtocolOptions"]],["impl Unpin for Http3ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http3ProtocolOptions"]],["impl Unpin for HttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::HttpProtocolOptions"]],["impl Unpin for KeepaliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::KeepaliveSettings"]],["impl Unpin for Locality",1,["quilkin_proto::generated::envoy::config::core::v3::Locality"]],["impl Unpin for Metadata",1,["quilkin_proto::generated::envoy::config::core::v3::Metadata"]],["impl Unpin for Node",1,["quilkin_proto::generated::envoy::config::core::v3::Node"]],["impl Unpin for PathConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::PathConfigSource"]],["impl Unpin for Pipe",1,["quilkin_proto::generated::envoy::config::core::v3::Pipe"]],["impl Unpin for ProxyProtocolConfig",1,["quilkin_proto::generated::envoy::config::core::v3::ProxyProtocolConfig"]],["impl Unpin for QueryParameter",1,["quilkin_proto::generated::envoy::config::core::v3::QueryParameter"]],["impl Unpin for QuicKeepAliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::QuicKeepAliveSettings"]],["impl Unpin for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::QuicProtocolOptions"]],["impl Unpin for RateLimitSettings",1,["quilkin_proto::generated::envoy::config::core::v3::RateLimitSettings"]],["impl Unpin for RuntimeDouble",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeDouble"]],["impl Unpin for RuntimeFeatureFlag",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFeatureFlag"]],["impl Unpin for RuntimeFractionalPercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFractionalPercent"]],["impl Unpin for RuntimePercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimePercent"]],["impl Unpin for RuntimeUInt32",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeUInt32"]],["impl Unpin for SchemeHeaderTransformation",1,["quilkin_proto::generated::envoy::config::core::v3::SchemeHeaderTransformation"]],["impl Unpin for SelfConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::SelfConfigSource"]],["impl Unpin for SocketAddress",1,["quilkin_proto::generated::envoy::config::core::v3::SocketAddress"]],["impl Unpin for SocketOption",1,["quilkin_proto::generated::envoy::config::core::v3::SocketOption"]],["impl Unpin for TcpKeepalive",1,["quilkin_proto::generated::envoy::config::core::v3::TcpKeepalive"]],["impl Unpin for TcpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::TcpProtocolOptions"]],["impl Unpin for TransportSocket",1,["quilkin_proto::generated::envoy::config::core::v3::TransportSocket"]],["impl Unpin for TypedExtensionConfig",1,["quilkin_proto::generated::envoy::config::core::v3::TypedExtensionConfig"]],["impl Unpin for UdpSocketConfig",1,["quilkin_proto::generated::envoy::config::core::v3::UdpSocketConfig"]],["impl Unpin for UpstreamHttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::UpstreamHttpProtocolOptions"]],["impl Unpin for WatchedDirectory",1,["quilkin_proto::generated::envoy::config::core::v3::WatchedDirectory"]],["impl Unpin for HealthCheckConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::endpoint::HealthCheckConfig"]],["impl Unpin for LbEndpointList",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbEndpointList"]],["impl Unpin for Endpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::Endpoint"]],["impl Unpin for LbEndpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LbEndpoint"]],["impl Unpin for LedsClusterLocalityConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LedsClusterLocalityConfig"]],["impl Unpin for LocalityLbEndpoints",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LocalityLbEndpoints"]],["impl Unpin for OnDemandConfiguration",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain::OnDemandConfiguration"]],["impl Unpin for ExactBalance",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::ExactBalance"]],["impl Unpin for ConnectionBalanceConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ConnectionBalanceConfig"]],["impl Unpin for DeprecatedV1",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DeprecatedV1"]],["impl Unpin for InternalListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::InternalListenerConfig"]],["impl Unpin for MatchSet",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::MatchSet"]],["impl Unpin for ActiveRawUdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::ActiveRawUdpListenerConfig"]],["impl Unpin for ApiListener",1,["quilkin_proto::generated::envoy::config::listener::v3::ApiListener"]],["impl Unpin for Filter",1,["quilkin_proto::generated::envoy::config::listener::v3::Filter"]],["impl Unpin for FilterChain",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChain"]],["impl Unpin for FilterChainMatch",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChainMatch"]],["impl Unpin for Listener",1,["quilkin_proto::generated::envoy::config::listener::v3::Listener"]],["impl Unpin for ListenerCollection",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerCollection"]],["impl Unpin for ListenerFilter",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilter"]],["impl Unpin for ListenerFilterChainMatchPredicate",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilterChainMatchPredicate"]],["impl Unpin for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::listener::v3::QuicProtocolOptions"]],["impl Unpin for UdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::UdpListenerConfig"]],["impl Unpin for DestinationCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DestinationCluster"]],["impl Unpin for DynamicMetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DynamicMetaData"]],["impl Unpin for GenericKey",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::GenericKey"]],["impl Unpin for HeaderValueMatch",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::HeaderValueMatch"]],["impl Unpin for MetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::MetaData"]],["impl Unpin for RemoteAddress",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RemoteAddress"]],["impl Unpin for RequestHeaders",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RequestHeaders"]],["impl Unpin for SourceCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::SourceCluster"]],["impl Unpin for DynamicMetadata",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::DynamicMetadata"]],["impl Unpin for Action",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Action"]],["impl Unpin for Override",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Override"]],["impl Unpin for RateLimitedRetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RateLimitedRetryBackOff"]],["impl Unpin for ResetHeader",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeader"]],["impl Unpin for RetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryBackOff"]],["impl Unpin for RetryHostPredicate",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryHostPredicate"]],["impl Unpin for RetryPriority",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryPriority"]],["impl Unpin for ConnectionProperties",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::ConnectionProperties"]],["impl Unpin for Cookie",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Cookie"]],["impl Unpin for FilterState",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::FilterState"]],["impl Unpin for Header",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Header"]],["impl Unpin for QueryParameter",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::QueryParameter"]],["impl Unpin for HashPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HashPolicy"]],["impl Unpin for MaxStreamDuration",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::MaxStreamDuration"]],["impl Unpin for RequestMirrorPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::RequestMirrorPolicy"]],["impl Unpin for UpgradeConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::UpgradeConfig"]],["impl Unpin for ConnectConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::upgrade_config::ConnectConfig"]],["impl Unpin for ConnectMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::ConnectMatcher"]],["impl Unpin for GrpcRouteMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::GrpcRouteMatchOptions"]],["impl Unpin for TlsContextMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::TlsContextMatchOptions"]],["impl Unpin for CorsPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::CorsPolicy"]],["impl Unpin for Decorator",1,["quilkin_proto::generated::envoy::config::route::v3::Decorator"]],["impl Unpin for DirectResponseAction",1,["quilkin_proto::generated::envoy::config::route::v3::DirectResponseAction"]],["impl Unpin for FilterAction",1,["quilkin_proto::generated::envoy::config::route::v3::FilterAction"]],["impl Unpin for FilterConfig",1,["quilkin_proto::generated::envoy::config::route::v3::FilterConfig"]],["impl Unpin for HeaderMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::HeaderMatcher"]],["impl Unpin for HedgePolicy",1,["quilkin_proto::generated::envoy::config::route::v3::HedgePolicy"]],["impl Unpin for InternalRedirectPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::InternalRedirectPolicy"]],["impl Unpin for NonForwardingAction",1,["quilkin_proto::generated::envoy::config::route::v3::NonForwardingAction"]],["impl Unpin for QueryParameterMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::QueryParameterMatcher"]],["impl Unpin for RateLimit",1,["quilkin_proto::generated::envoy::config::route::v3::RateLimit"]],["impl Unpin for RedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::RedirectAction"]],["impl Unpin for RetryPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::RetryPolicy"]],["impl Unpin for Route",1,["quilkin_proto::generated::envoy::config::route::v3::Route"]],["impl Unpin for RouteAction",1,["quilkin_proto::generated::envoy::config::route::v3::RouteAction"]],["impl Unpin for RouteMatch",1,["quilkin_proto::generated::envoy::config::route::v3::RouteMatch"]],["impl Unpin for Tracing",1,["quilkin_proto::generated::envoy::config::route::v3::Tracing"]],["impl Unpin for VirtualCluster",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualCluster"]],["impl Unpin for VirtualHost",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualHost"]],["impl Unpin for WeightedCluster",1,["quilkin_proto::generated::envoy::config::route::v3::WeightedCluster"]],["impl Unpin for ClusterWeight",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::ClusterWeight"]],["impl Unpin for PathSegment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::PathSegment"]],["impl Unpin for GoogleRe2",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl Unpin for DoubleMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::DoubleMatcher"]],["impl Unpin for ListMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListMatcher"]],["impl Unpin for ListStringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListStringMatcher"]],["impl Unpin for MetadataMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::MetadataMatcher"]],["impl Unpin for RegexMatchAndSubstitute",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatchAndSubstitute"]],["impl Unpin for RegexMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatcher"]],["impl Unpin for StringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::StringMatcher"]],["impl Unpin for ValueMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ValueMatcher"]],["impl Unpin for NullMatch",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::NullMatch"]],["impl Unpin for PathSegment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::PathSegment"]],["impl Unpin for Cluster",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Cluster"]],["impl Unpin for Host",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Host"]],["impl Unpin for Request",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Request"]],["impl Unpin for Route",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Route"]],["impl Unpin for MetadataKey",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKey"]],["impl Unpin for MetadataKind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKind"]],["impl Unpin for Environment",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Environment"]],["impl Unpin for Header",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Header"]],["impl Unpin for Literal",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Literal"]],["impl Unpin for Metadata",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Metadata"]],["impl Unpin for CustomTag",1,["quilkin_proto::generated::envoy::kind::tracing::v3::CustomTag"]],["impl Unpin for DoubleRange",1,["quilkin_proto::generated::envoy::kind::v3::DoubleRange"]],["impl Unpin for FractionalPercent",1,["quilkin_proto::generated::envoy::kind::v3::FractionalPercent"]],["impl Unpin for Int32Range",1,["quilkin_proto::generated::envoy::kind::v3::Int32Range"]],["impl Unpin for Int64Range",1,["quilkin_proto::generated::envoy::kind::v3::Int64Range"]],["impl Unpin for Percent",1,["quilkin_proto::generated::envoy::kind::v3::Percent"]],["impl Unpin for CacheControl",1,["quilkin_proto::generated::envoy::service::discovery::v3::resource::CacheControl"]],["impl Unpin for AdsDummy",1,["quilkin_proto::generated::envoy::service::discovery::v3::AdsDummy"]],["impl Unpin for DeltaDiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryRequest"]],["impl Unpin for DeltaDiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryResponse"]],["impl Unpin for DiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryRequest"]],["impl Unpin for DiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryResponse"]],["impl Unpin for Resource",1,["quilkin_proto::generated::envoy::service::discovery::v3::Resource"]],["impl Unpin for Status",1,["quilkin_proto::generated::google::rpc::Status"]],["impl Unpin for Cluster",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Cluster"]],["impl Unpin for ClusterMap",1,["quilkin_proto::generated::quilkin::config::v1alpha1::ClusterMap"]],["impl Unpin for Datacenter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Datacenter"]],["impl Unpin for Endpoint",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Endpoint"]],["impl Unpin for Filter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Filter"]],["impl Unpin for FilterChain",1,["quilkin_proto::generated::quilkin::config::v1alpha1::FilterChain"]],["impl Unpin for Host",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Host"]],["impl Unpin for Ipv6",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Ipv6"]],["impl Unpin for Locality",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Locality"]],["impl Unpin for Prefix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Prefix"]],["impl Unpin for Regex",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Regex"]],["impl Unpin for Suffix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Suffix"]],["impl Unpin for Capture",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::Capture"]],["impl Unpin for ActionValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ActionValue"]],["impl Unpin for ModeValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ModeValue"]],["impl Unpin for Compress",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::Compress"]],["impl Unpin for StrategyValue",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::StrategyValue"]],["impl Unpin for Concatenate",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::Concatenate"]],["impl Unpin for Debug",1,["quilkin_proto::generated::quilkin::filters::debug::v1alpha1::Debug"]],["impl Unpin for Drop",1,["quilkin_proto::generated::quilkin::filters::drop::v1alpha1::Drop"]],["impl Unpin for PortRange",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::PortRange"]],["impl Unpin for Rule",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Rule"]],["impl Unpin for Firewall",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::Firewall"]],["impl Unpin for PolicyValue",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::PolicyValue"]],["impl Unpin for LoadBalancer",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::LoadBalancer"]],["impl Unpin for LocalRateLimit",1,["quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1::LocalRateLimit"]],["impl Unpin for Branch",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Branch"]],["impl Unpin for Config",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Config"]],["impl Unpin for Match",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::Match"]],["impl Unpin for Pass",1,["quilkin_proto::generated::quilkin::filters::pass::v1alpha1::Pass"]],["impl Unpin for Timestamp",1,["quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1::Timestamp"]],["impl Unpin for TokenRouter",1,["quilkin_proto::generated::quilkin::filters::token_router::v1alpha1::TokenRouter"]],["impl Unpin for AnyRules",1,["quilkin_proto::generated::validate::AnyRules"]],["impl Unpin for BoolRules",1,["quilkin_proto::generated::validate::BoolRules"]],["impl Unpin for BytesRules",1,["quilkin_proto::generated::validate::BytesRules"]],["impl Unpin for DoubleRules",1,["quilkin_proto::generated::validate::DoubleRules"]],["impl Unpin for DurationRules",1,["quilkin_proto::generated::validate::DurationRules"]],["impl Unpin for EnumRules",1,["quilkin_proto::generated::validate::EnumRules"]],["impl Unpin for FieldRules",1,["quilkin_proto::generated::validate::FieldRules"]],["impl Unpin for Fixed32Rules",1,["quilkin_proto::generated::validate::Fixed32Rules"]],["impl Unpin for Fixed64Rules",1,["quilkin_proto::generated::validate::Fixed64Rules"]],["impl Unpin for FloatRules",1,["quilkin_proto::generated::validate::FloatRules"]],["impl Unpin for Int32Rules",1,["quilkin_proto::generated::validate::Int32Rules"]],["impl Unpin for Int64Rules",1,["quilkin_proto::generated::validate::Int64Rules"]],["impl Unpin for MapRules",1,["quilkin_proto::generated::validate::MapRules"]],["impl Unpin for MessageRules",1,["quilkin_proto::generated::validate::MessageRules"]],["impl Unpin for RepeatedRules",1,["quilkin_proto::generated::validate::RepeatedRules"]],["impl Unpin for SFixed32Rules",1,["quilkin_proto::generated::validate::SFixed32Rules"]],["impl Unpin for SFixed64Rules",1,["quilkin_proto::generated::validate::SFixed64Rules"]],["impl Unpin for SInt32Rules",1,["quilkin_proto::generated::validate::SInt32Rules"]],["impl Unpin for SInt64Rules",1,["quilkin_proto::generated::validate::SInt64Rules"]],["impl Unpin for StringRules",1,["quilkin_proto::generated::validate::StringRules"]],["impl Unpin for TimestampRules",1,["quilkin_proto::generated::validate::TimestampRules"]],["impl Unpin for UInt32Rules",1,["quilkin_proto::generated::validate::UInt32Rules"]],["impl Unpin for UInt64Rules",1,["quilkin_proto::generated::validate::UInt64Rules"]],["impl Unpin for FieldStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FieldStatusAnnotation"]],["impl Unpin for FileStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FileStatusAnnotation"]],["impl Unpin for MessageStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::MessageStatusAnnotation"]],["impl Unpin for StatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::StatusAnnotation"]],["impl Unpin for InlineEntry",1,["quilkin_proto::generated::xds::core::v3::collection_entry::InlineEntry"]],["impl Unpin for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Directive"]],["impl Unpin for Authority",1,["quilkin_proto::generated::xds::core::v3::Authority"]],["impl Unpin for CollectionEntry",1,["quilkin_proto::generated::xds::core::v3::CollectionEntry"]],["impl Unpin for ContextParams",1,["quilkin_proto::generated::xds::core::v3::ContextParams"]],["impl Unpin for ResourceLocator",1,["quilkin_proto::generated::xds::core::v3::ResourceLocator"]],["impl Unpin for ResourceName",1,["quilkin_proto::generated::xds::core::v3::ResourceName"]],["impl Unpin for TypedExtensionConfig",1,["quilkin_proto::generated::xds::core::v3::TypedExtensionConfig"]],["impl Unpin for PredicateList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::PredicateList"]],["impl Unpin for SinglePredicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::SinglePredicate"]],["impl Unpin for FieldMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::FieldMatcher"]],["impl Unpin for Predicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::Predicate"]],["impl Unpin for MatchMap",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::MatchMap"]],["impl Unpin for MatcherList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherList"]],["impl Unpin for MatcherTree",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherTree"]],["impl Unpin for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::OnMatch"]],["impl Unpin for GoogleRe2",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl Unpin for ListStringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::ListStringMatcher"]],["impl Unpin for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::Matcher"]],["impl Unpin for RegexMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::RegexMatcher"]],["impl Unpin for StringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::StringMatcher"]],["impl<T> Unpin for AggregatedDiscoveryServiceClient<T>
    where\n T: Unpin,
    ",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_client::AggregatedDiscoveryServiceClient"]],["impl<T> Unpin for AggregatedDiscoveryServiceServer<T>",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_server::AggregatedDiscoveryServiceServer"]],["impl<T> Unpin for AggregatedControlPlaneDiscoveryServiceClient<T>
    where\n T: Unpin,
    ",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client::AggregatedControlPlaneDiscoveryServiceClient"]],["impl<T> Unpin for AggregatedControlPlaneDiscoveryServiceServer<T>",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server::AggregatedControlPlaneDiscoveryServiceServer"]]], "quilkin_xds":[["impl Unpin for DeltaSubscription",1,["quilkin_xds::client::DeltaSubscription"]],["impl Unpin for AwaitingAck",1,["quilkin_xds::config::AwaitingAck"]],["impl Unpin for ClientState",1,["quilkin_xds::config::ClientState"]],["impl Unpin for ClientTracker",1,["quilkin_xds::config::ClientTracker"]],["impl Unpin for DeltaDiscoveryRes",1,["quilkin_xds::config::DeltaDiscoveryRes"]],["impl Unpin for LocalVersions",1,["quilkin_xds::config::LocalVersions"]],["impl Unpin for Locality",1,["quilkin_xds::locality::Locality"]],["impl Unpin for StreamConnectionMetrics",1,["quilkin_xds::metrics::StreamConnectionMetrics"]],["impl Unpin for TcpListener",1,["quilkin_xds::net::TcpListener"]],["impl<C> Unpin for Client<C>
    where\n C: Unpin,
    ",1,["quilkin_xds::client::Client"]],["impl<C> Unpin for ControlPlane<C>",1,["quilkin_xds::server::ControlPlane"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/main/api/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js b/main/api/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js index 7a7b119c0..1a8a9df4e 100644 --- a/main/api/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js +++ b/main/api/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js @@ -1,7 +1,7 @@ (function() {var implementors = { "agones":[["impl !RefUnwindSafe for Client",1,["agones::Client"]]], "qt":[["impl !RefUnwindSafe for Pail",1,["qt::Pail"]],["impl !RefUnwindSafe for PailConfig",1,["qt::PailConfig"]],["impl !RefUnwindSafe for AgentPail",1,["qt::AgentPail"]],["impl !RefUnwindSafe for ConfigFile",1,["qt::ConfigFile"]],["impl !RefUnwindSafe for ProxyPail",1,["qt::ProxyPail"]],["impl !RefUnwindSafe for ProxyPailConfig",1,["qt::ProxyPailConfig"]],["impl !RefUnwindSafe for RelayPail",1,["qt::RelayPail"]],["impl !RefUnwindSafe for RelayPailConfig",1,["qt::RelayPailConfig"]],["impl !RefUnwindSafe for Sandbox",1,["qt::Sandbox"]],["impl !RefUnwindSafe for SandboxConfig",1,["qt::SandboxConfig"]],["impl !RefUnwindSafe for SandboxPailConfig",1,["qt::SandboxPailConfig"]],["impl RefUnwindSafe for AdminPailConfig",1,["qt::AdminPailConfig"]],["impl RefUnwindSafe for AgentPailConfig",1,["qt::AgentPailConfig"]],["impl RefUnwindSafe for ManagementPailConfig",1,["qt::ManagementPailConfig"]],["impl RefUnwindSafe for ServerPail",1,["qt::ServerPail"]],["impl RefUnwindSafe for ServerPailConfig",1,["qt::ServerPailConfig"]]], -"quilkin":[["impl !RefUnwindSafe for Commands",1,["quilkin::cli::Commands"]],["impl !RefUnwindSafe for Admin",1,["quilkin::components::admin::Admin"]],["impl !RefUnwindSafe for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl !RefUnwindSafe for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl !RefUnwindSafe for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl !RefUnwindSafe for FilterError",1,["quilkin::filters::error::FilterError"]],["impl !RefUnwindSafe for FilterKind",1,["quilkin::filters::FilterKind"]],["impl !RefUnwindSafe for Agent",1,["quilkin::cli::agent::Agent"]],["impl !RefUnwindSafe for Manage",1,["quilkin::cli::manage::Manage"]],["impl !RefUnwindSafe for Agent",1,["quilkin::components::agent::Agent"]],["impl !RefUnwindSafe for Manage",1,["quilkin::components::manage::Manage"]],["impl !RefUnwindSafe for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl !RefUnwindSafe for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl !RefUnwindSafe for Ready",1,["quilkin::components::proxy::Ready"]],["impl !RefUnwindSafe for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl !RefUnwindSafe for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl !RefUnwindSafe for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl !RefUnwindSafe for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl !RefUnwindSafe for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl !RefUnwindSafe for Capture",1,["quilkin::filters::capture::Capture"]],["impl !RefUnwindSafe for Compress",1,["quilkin::filters::compress::Compress"]],["impl !RefUnwindSafe for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl !RefUnwindSafe for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl !RefUnwindSafe for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl !RefUnwindSafe for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl !RefUnwindSafe for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl !RefUnwindSafe for Match",1,["quilkin::filters::match::Match"]],["impl !RefUnwindSafe for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl !RefUnwindSafe for BufferPool",1,["quilkin::pool::BufferPool"]],["impl !RefUnwindSafe for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl !RefUnwindSafe for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl !RefUnwindSafe for Cli",1,["quilkin::cli::Cli"]],["impl !RefUnwindSafe for Config",1,["quilkin::config::Config"]],["impl !RefUnwindSafe for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl RefUnwindSafe for LogFormats",1,["quilkin::cli::LogFormats"]],["impl RefUnwindSafe for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl RefUnwindSafe for Error",1,["quilkin::codec::qcmp::Error"]],["impl RefUnwindSafe for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl RefUnwindSafe for AddrKind",1,["quilkin::config::AddrKind"]],["impl RefUnwindSafe for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl RefUnwindSafe for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl RefUnwindSafe for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl RefUnwindSafe for Version",1,["quilkin::config::Version"]],["impl RefUnwindSafe for Providers",1,["quilkin::config::providers::Providers"]],["impl RefUnwindSafe for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl RefUnwindSafe for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl RefUnwindSafe for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl RefUnwindSafe for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl RefUnwindSafe for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl RefUnwindSafe for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl RefUnwindSafe for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl RefUnwindSafe for Marker",1,["quilkin::config::watch::Marker"]],["impl RefUnwindSafe for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl RefUnwindSafe for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl RefUnwindSafe for Action",1,["quilkin::filters::compress::config::Action"]],["impl RefUnwindSafe for Direction",1,["quilkin::filters::compress::Direction"]],["impl RefUnwindSafe for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl RefUnwindSafe for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl RefUnwindSafe for CreationError",1,["quilkin::filters::error::CreationError"]],["impl RefUnwindSafe for Action",1,["quilkin::filters::firewall::config::Action"]],["impl RefUnwindSafe for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl RefUnwindSafe for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl RefUnwindSafe for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl RefUnwindSafe for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl RefUnwindSafe for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl RefUnwindSafe for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl RefUnwindSafe for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl RefUnwindSafe for Resource",1,["quilkin::xds::Resource"]],["impl RefUnwindSafe for ResourceType",1,["quilkin::xds::ResourceType"]],["impl RefUnwindSafe for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl RefUnwindSafe for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl RefUnwindSafe for Relay",1,["quilkin::cli::relay::Relay"]],["impl RefUnwindSafe for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl RefUnwindSafe for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl RefUnwindSafe for Ready",1,["quilkin::components::agent::Ready"]],["impl RefUnwindSafe for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl RefUnwindSafe for Ready",1,["quilkin::components::relay::Ready"]],["impl RefUnwindSafe for Relay",1,["quilkin::components::relay::Relay"]],["impl RefUnwindSafe for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl RefUnwindSafe for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl RefUnwindSafe for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl RefUnwindSafe for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl RefUnwindSafe for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl RefUnwindSafe for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl RefUnwindSafe for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl RefUnwindSafe for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl RefUnwindSafe for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl RefUnwindSafe for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl RefUnwindSafe for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl RefUnwindSafe for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl RefUnwindSafe for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl RefUnwindSafe for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl RefUnwindSafe for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl RefUnwindSafe for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl RefUnwindSafe for Datacenter",1,["quilkin::config::Datacenter"]],["impl RefUnwindSafe for Filter",1,["quilkin::config::Filter"]],["impl RefUnwindSafe for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::capture::config::Config"]],["impl RefUnwindSafe for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl RefUnwindSafe for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl RefUnwindSafe for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::compress::config::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::debug::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::drop::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::firewall::config::Config"]],["impl RefUnwindSafe for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl RefUnwindSafe for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl RefUnwindSafe for Branch",1,["quilkin::filters::match::config::Branch"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::match::config::Config"]],["impl RefUnwindSafe for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl RefUnwindSafe for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::pass::Config"]],["impl RefUnwindSafe for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl RefUnwindSafe for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl RefUnwindSafe for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl RefUnwindSafe for Debug",1,["quilkin::filters::debug::Debug"]],["impl RefUnwindSafe for Drop",1,["quilkin::filters::drop::Drop"]],["impl RefUnwindSafe for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl RefUnwindSafe for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl RefUnwindSafe for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl RefUnwindSafe for Pass",1,["quilkin::filters::pass::Pass"]],["impl RefUnwindSafe for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl RefUnwindSafe for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::timestamp::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::token_router::Config"]],["impl RefUnwindSafe for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl RefUnwindSafe for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl RefUnwindSafe for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl RefUnwindSafe for Token",1,["quilkin::net::cluster::Token"]],["impl RefUnwindSafe for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl RefUnwindSafe for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl RefUnwindSafe for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl RefUnwindSafe for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl RefUnwindSafe for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl RefUnwindSafe for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl RefUnwindSafe for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl RefUnwindSafe for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl RefUnwindSafe for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl RefUnwindSafe for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl RefUnwindSafe for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> !RefUnwindSafe for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> !RefUnwindSafe for ReadGuard<'inner, T>",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> !RefUnwindSafe for WatchGuard<'inner, T>",1,["quilkin::config::watch::WatchGuard"]],["impl<M> !RefUnwindSafe for Inner<M>",1,["quilkin::net::phoenix::Inner"]],["impl<M> !RefUnwindSafe for Phoenix<M>",1,["quilkin::net::phoenix::Phoenix"]],["impl<M> RefUnwindSafe for Builder<M>
    where\n M: RefUnwindSafe,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<S = GxBuildHasher> !RefUnwindSafe for ClusterMap<S>",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> !RefUnwindSafe for RunArgs<T>",1,["quilkin::components::RunArgs"]],["impl<T> !RefUnwindSafe for Slot<T>",1,["quilkin::config::slot::Slot"]],["impl<T> !RefUnwindSafe for Watch<T>",1,["quilkin::config::watch::Watch"]],["impl<T> RefUnwindSafe for MetadataView<T>
    where\n T: RefUnwindSafe,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], +"quilkin":[["impl !RefUnwindSafe for Commands",1,["quilkin::cli::Commands"]],["impl !RefUnwindSafe for Admin",1,["quilkin::components::admin::Admin"]],["impl !RefUnwindSafe for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl !RefUnwindSafe for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl !RefUnwindSafe for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl !RefUnwindSafe for FilterError",1,["quilkin::filters::error::FilterError"]],["impl !RefUnwindSafe for FilterKind",1,["quilkin::filters::FilterKind"]],["impl !RefUnwindSafe for Agent",1,["quilkin::cli::agent::Agent"]],["impl !RefUnwindSafe for Manage",1,["quilkin::cli::manage::Manage"]],["impl !RefUnwindSafe for Agent",1,["quilkin::components::agent::Agent"]],["impl !RefUnwindSafe for Manage",1,["quilkin::components::manage::Manage"]],["impl !RefUnwindSafe for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl !RefUnwindSafe for PendingSends",1,["quilkin::components::proxy::PendingSends"]],["impl !RefUnwindSafe for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl !RefUnwindSafe for Ready",1,["quilkin::components::proxy::Ready"]],["impl !RefUnwindSafe for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl !RefUnwindSafe for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl !RefUnwindSafe for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl !RefUnwindSafe for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl !RefUnwindSafe for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl !RefUnwindSafe for Capture",1,["quilkin::filters::capture::Capture"]],["impl !RefUnwindSafe for Compress",1,["quilkin::filters::compress::Compress"]],["impl !RefUnwindSafe for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl !RefUnwindSafe for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl !RefUnwindSafe for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl !RefUnwindSafe for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl !RefUnwindSafe for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl !RefUnwindSafe for Match",1,["quilkin::filters::match::Match"]],["impl !RefUnwindSafe for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl !RefUnwindSafe for BufferPool",1,["quilkin::pool::BufferPool"]],["impl !RefUnwindSafe for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl !RefUnwindSafe for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl !RefUnwindSafe for Cli",1,["quilkin::cli::Cli"]],["impl !RefUnwindSafe for Config",1,["quilkin::config::Config"]],["impl !RefUnwindSafe for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl RefUnwindSafe for LogFormats",1,["quilkin::cli::LogFormats"]],["impl RefUnwindSafe for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl RefUnwindSafe for Error",1,["quilkin::codec::qcmp::Error"]],["impl RefUnwindSafe for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl RefUnwindSafe for AddrKind",1,["quilkin::config::AddrKind"]],["impl RefUnwindSafe for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl RefUnwindSafe for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl RefUnwindSafe for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl RefUnwindSafe for Version",1,["quilkin::config::Version"]],["impl RefUnwindSafe for Providers",1,["quilkin::config::providers::Providers"]],["impl RefUnwindSafe for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl RefUnwindSafe for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl RefUnwindSafe for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl RefUnwindSafe for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl RefUnwindSafe for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl RefUnwindSafe for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl RefUnwindSafe for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl RefUnwindSafe for Marker",1,["quilkin::config::watch::Marker"]],["impl RefUnwindSafe for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl RefUnwindSafe for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl RefUnwindSafe for Action",1,["quilkin::filters::compress::config::Action"]],["impl RefUnwindSafe for Direction",1,["quilkin::filters::compress::Direction"]],["impl RefUnwindSafe for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl RefUnwindSafe for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl RefUnwindSafe for CreationError",1,["quilkin::filters::error::CreationError"]],["impl RefUnwindSafe for Action",1,["quilkin::filters::firewall::config::Action"]],["impl RefUnwindSafe for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl RefUnwindSafe for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl RefUnwindSafe for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl RefUnwindSafe for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl RefUnwindSafe for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl RefUnwindSafe for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl RefUnwindSafe for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl RefUnwindSafe for Resource",1,["quilkin::xds::Resource"]],["impl RefUnwindSafe for ResourceType",1,["quilkin::xds::ResourceType"]],["impl RefUnwindSafe for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl RefUnwindSafe for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl RefUnwindSafe for Relay",1,["quilkin::cli::relay::Relay"]],["impl RefUnwindSafe for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl RefUnwindSafe for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl RefUnwindSafe for Ready",1,["quilkin::components::agent::Ready"]],["impl RefUnwindSafe for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl RefUnwindSafe for Ready",1,["quilkin::components::relay::Ready"]],["impl RefUnwindSafe for Relay",1,["quilkin::components::relay::Relay"]],["impl RefUnwindSafe for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl RefUnwindSafe for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl RefUnwindSafe for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl RefUnwindSafe for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl RefUnwindSafe for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl RefUnwindSafe for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl RefUnwindSafe for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl RefUnwindSafe for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl RefUnwindSafe for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl RefUnwindSafe for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl RefUnwindSafe for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl RefUnwindSafe for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl RefUnwindSafe for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl RefUnwindSafe for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl RefUnwindSafe for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl RefUnwindSafe for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl RefUnwindSafe for Datacenter",1,["quilkin::config::Datacenter"]],["impl RefUnwindSafe for Filter",1,["quilkin::config::Filter"]],["impl RefUnwindSafe for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::capture::config::Config"]],["impl RefUnwindSafe for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl RefUnwindSafe for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl RefUnwindSafe for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::compress::config::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::debug::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::drop::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::firewall::config::Config"]],["impl RefUnwindSafe for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl RefUnwindSafe for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl RefUnwindSafe for Branch",1,["quilkin::filters::match::config::Branch"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::match::config::Config"]],["impl RefUnwindSafe for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl RefUnwindSafe for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::pass::Config"]],["impl RefUnwindSafe for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl RefUnwindSafe for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl RefUnwindSafe for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl RefUnwindSafe for Debug",1,["quilkin::filters::debug::Debug"]],["impl RefUnwindSafe for Drop",1,["quilkin::filters::drop::Drop"]],["impl RefUnwindSafe for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl RefUnwindSafe for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl RefUnwindSafe for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl RefUnwindSafe for Pass",1,["quilkin::filters::pass::Pass"]],["impl RefUnwindSafe for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl RefUnwindSafe for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::timestamp::Config"]],["impl RefUnwindSafe for Config",1,["quilkin::filters::token_router::Config"]],["impl RefUnwindSafe for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl RefUnwindSafe for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl RefUnwindSafe for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl RefUnwindSafe for Token",1,["quilkin::net::cluster::Token"]],["impl RefUnwindSafe for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl RefUnwindSafe for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl RefUnwindSafe for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl RefUnwindSafe for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl RefUnwindSafe for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl RefUnwindSafe for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl RefUnwindSafe for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl RefUnwindSafe for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl RefUnwindSafe for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl RefUnwindSafe for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl RefUnwindSafe for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> !RefUnwindSafe for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> !RefUnwindSafe for ReadGuard<'inner, T>",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> !RefUnwindSafe for WatchGuard<'inner, T>",1,["quilkin::config::watch::WatchGuard"]],["impl<M> !RefUnwindSafe for Inner<M>",1,["quilkin::net::phoenix::Inner"]],["impl<M> !RefUnwindSafe for Phoenix<M>",1,["quilkin::net::phoenix::Phoenix"]],["impl<M> RefUnwindSafe for Builder<M>
    where\n M: RefUnwindSafe,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<S = GxBuildHasher> !RefUnwindSafe for ClusterMap<S>",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> !RefUnwindSafe for RunArgs<T>",1,["quilkin::components::RunArgs"]],["impl<T> !RefUnwindSafe for Slot<T>",1,["quilkin::config::slot::Slot"]],["impl<T> !RefUnwindSafe for Watch<T>",1,["quilkin::config::watch::Watch"]],["impl<T> RefUnwindSafe for MetadataView<T>
    where\n T: RefUnwindSafe,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], "quilkin_proto":[["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log::ConfigType"]],["impl RefUnwindSafe for FilterSpecifier",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log_filter::FilterSpecifier"]],["impl RefUnwindSafe for Op",1,["quilkin_proto::generated::envoy::config::accesslog::v3::comparison_filter::Op"]],["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::extension_filter::ConfigType"]],["impl RefUnwindSafe for Status",1,["quilkin_proto::generated::envoy::config::accesslog::v3::grpc_status_filter::Status"]],["impl RefUnwindSafe for Address",1,["quilkin_proto::generated::envoy::config::core::v3::address::Address"]],["impl RefUnwindSafe for ApiType",1,["quilkin_proto::generated::envoy::config::core::v3::api_config_source::ApiType"]],["impl RefUnwindSafe for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::config_source::ConfigSourceSpecifier"]],["impl RefUnwindSafe for Specifier",1,["quilkin_proto::generated::envoy::config::core::v3::data_source::Specifier"]],["impl RefUnwindSafe for ApiVersion",1,["quilkin_proto::generated::envoy::config::core::v3::ApiVersion"]],["impl RefUnwindSafe for HealthStatus",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatus"]],["impl RefUnwindSafe for RequestMethod",1,["quilkin_proto::generated::envoy::config::core::v3::RequestMethod"]],["impl RefUnwindSafe for RoutingPriority",1,["quilkin_proto::generated::envoy::config::core::v3::RoutingPriority"]],["impl RefUnwindSafe for TrafficDirection",1,["quilkin_proto::generated::envoy::config::core::v3::TrafficDirection"]],["impl RefUnwindSafe for AddressNameSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::envoy_internal_address::AddressNameSpecifier"]],["impl RefUnwindSafe for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::event_service_config::ConfigSourceSpecifier"]],["impl RefUnwindSafe for TargetSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::TargetSpecifier"]],["impl RefUnwindSafe for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::CredentialSpecifier"]],["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin::ConfigType"]],["impl RefUnwindSafe for ValueSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value::ValueSpecifier"]],["impl RefUnwindSafe for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials::CredentialSpecifier"]],["impl RefUnwindSafe for HeaderAppendAction",1,["quilkin_proto::generated::envoy::config::core::v3::header_value_option::HeaderAppendAction"]],["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::custom_health_check::ConfigType"]],["impl RefUnwindSafe for HealthChecker",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HealthChecker"]],["impl RefUnwindSafe for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::payload::Payload"]],["impl RefUnwindSafe for HeaderFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::HeaderFormat"]],["impl RefUnwindSafe for HeadersWithUnderscoresAction",1,["quilkin_proto::generated::envoy::config::core::v3::http_protocol_options::HeadersWithUnderscoresAction"]],["impl RefUnwindSafe for Version",1,["quilkin_proto::generated::envoy::config::core::v3::proxy_protocol_config::Version"]],["impl RefUnwindSafe for Transformation",1,["quilkin_proto::generated::envoy::config::core::v3::scheme_header_transformation::Transformation"]],["impl RefUnwindSafe for PortSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::PortSpecifier"]],["impl RefUnwindSafe for Protocol",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::Protocol"]],["impl RefUnwindSafe for SocketState",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::SocketState"]],["impl RefUnwindSafe for Value",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::Value"]],["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::transport_socket::ConfigType"]],["impl RefUnwindSafe for HostIdentifier",1,["quilkin_proto::generated::envoy::config::endpoint::v3::lb_endpoint::HostIdentifier"]],["impl RefUnwindSafe for LbConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbConfig"]],["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter::ConfigType"]],["impl RefUnwindSafe for ConnectionSourceType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain_match::ConnectionSourceType"]],["impl RefUnwindSafe for BalanceType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::BalanceType"]],["impl RefUnwindSafe for DrainType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DrainType"]],["impl RefUnwindSafe for ListenerSpecifier",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ListenerSpecifier"]],["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter::ConfigType"]],["impl RefUnwindSafe for Rule",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::Rule"]],["impl RefUnwindSafe for EnabledSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::cors_policy::EnabledSpecifier"]],["impl RefUnwindSafe for HeaderMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::header_matcher::HeaderMatchSpecifier"]],["impl RefUnwindSafe for QueryParameterMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::query_parameter_matcher::QueryParameterMatchSpecifier"]],["impl RefUnwindSafe for ActionSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::ActionSpecifier"]],["impl RefUnwindSafe for Source",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::meta_data::Source"]],["impl RefUnwindSafe for OverrideSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::OverrideSpecifier"]],["impl RefUnwindSafe for PathRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::PathRewriteSpecifier"]],["impl RefUnwindSafe for RedirectResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::RedirectResponseCode"]],["impl RefUnwindSafe for SchemeRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::SchemeRewriteSpecifier"]],["impl RefUnwindSafe for ResetHeaderFormat",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeaderFormat"]],["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_host_predicate::ConfigType"]],["impl RefUnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_priority::ConfigType"]],["impl RefUnwindSafe for Action",1,["quilkin_proto::generated::envoy::config::route::v3::route::Action"]],["impl RefUnwindSafe for ClusterNotFoundResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterNotFoundResponseCode"]],["impl RefUnwindSafe for ClusterSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterSpecifier"]],["impl RefUnwindSafe for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HostRewriteSpecifier"]],["impl RefUnwindSafe for InternalRedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::InternalRedirectAction"]],["impl RefUnwindSafe for PolicySpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::PolicySpecifier"]],["impl RefUnwindSafe for PathSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::PathSpecifier"]],["impl RefUnwindSafe for TlsRequirementType",1,["quilkin_proto::generated::envoy::config::route::v3::virtual_host::TlsRequirementType"]],["impl RefUnwindSafe for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::cluster_weight::HostRewriteSpecifier"]],["impl RefUnwindSafe for RandomValueSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::RandomValueSpecifier"]],["impl RefUnwindSafe for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::double_matcher::MatchPattern"]],["impl RefUnwindSafe for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::list_matcher::MatchPattern"]],["impl RefUnwindSafe for Segment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment::Segment"]],["impl RefUnwindSafe for EngineType",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::EngineType"]],["impl RefUnwindSafe for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::string_matcher::MatchPattern"]],["impl RefUnwindSafe for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::MatchPattern"]],["impl RefUnwindSafe for Segment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::path_segment::Segment"]],["impl RefUnwindSafe for Kind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Kind"]],["impl RefUnwindSafe for Type",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Type"]],["impl RefUnwindSafe for CodecClientType",1,["quilkin_proto::generated::envoy::kind::v3::CodecClientType"]],["impl RefUnwindSafe for DenominatorType",1,["quilkin_proto::generated::envoy::kind::v3::fractional_percent::DenominatorType"]],["impl RefUnwindSafe for Inner",1,["quilkin_proto::generated::quilkin::config::v1alpha1::host::Inner"]],["impl RefUnwindSafe for Strategy",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Strategy"]],["impl RefUnwindSafe for Action",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Action"]],["impl RefUnwindSafe for Mode",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Mode"]],["impl RefUnwindSafe for Strategy",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::Strategy"]],["impl RefUnwindSafe for Action",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Action"]],["impl RefUnwindSafe for Policy",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::Policy"]],["impl RefUnwindSafe for WellKnown",1,["quilkin_proto::generated::validate::bytes_rules::WellKnown"]],["impl RefUnwindSafe for KnownRegex",1,["quilkin_proto::generated::validate::KnownRegex"]],["impl RefUnwindSafe for Type",1,["quilkin_proto::generated::validate::field_rules::Type"]],["impl RefUnwindSafe for WellKnown",1,["quilkin_proto::generated::validate::string_rules::WellKnown"]],["impl RefUnwindSafe for PackageVersionStatus",1,["quilkin_proto::generated::xds::annotations::v3::PackageVersionStatus"]],["impl RefUnwindSafe for ResourceSpecifier",1,["quilkin_proto::generated::xds::core::v3::collection_entry::ResourceSpecifier"]],["impl RefUnwindSafe for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::directive::Directive"]],["impl RefUnwindSafe for ContextParamSpecifier",1,["quilkin_proto::generated::xds::core::v3::resource_locator::ContextParamSpecifier"]],["impl RefUnwindSafe for Scheme",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Scheme"]],["impl RefUnwindSafe for MatcherType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherType"]],["impl RefUnwindSafe for MatchType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::MatchType"]],["impl RefUnwindSafe for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate::Matcher"]],["impl RefUnwindSafe for TreeType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::TreeType"]],["impl RefUnwindSafe for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::on_match::OnMatch"]],["impl RefUnwindSafe for EngineType",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::EngineType"]],["impl RefUnwindSafe for MatchPattern",1,["quilkin_proto::generated::xds::kind::matcher::v3::string_matcher::MatchPattern"]],["impl RefUnwindSafe for AccessLog",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLog"]],["impl RefUnwindSafe for AccessLogFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLogFilter"]],["impl RefUnwindSafe for AndFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AndFilter"]],["impl RefUnwindSafe for ComparisonFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ComparisonFilter"]],["impl RefUnwindSafe for DurationFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::DurationFilter"]],["impl RefUnwindSafe for ExtensionFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ExtensionFilter"]],["impl RefUnwindSafe for GrpcStatusFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::GrpcStatusFilter"]],["impl RefUnwindSafe for HeaderFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::HeaderFilter"]],["impl RefUnwindSafe for MetadataFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::MetadataFilter"]],["impl RefUnwindSafe for NotHealthCheckFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::NotHealthCheckFilter"]],["impl RefUnwindSafe for OrFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::OrFilter"]],["impl RefUnwindSafe for ResponseFlagFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ResponseFlagFilter"]],["impl RefUnwindSafe for RuntimeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::RuntimeFilter"]],["impl RefUnwindSafe for StatusCodeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::StatusCodeFilter"]],["impl RefUnwindSafe for TraceableFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::TraceableFilter"]],["impl RefUnwindSafe for AlternateProtocolsCacheEntry",1,["quilkin_proto::generated::envoy::config::core::v3::alternate_protocols_cache_options::AlternateProtocolsCacheEntry"]],["impl RefUnwindSafe for GoogleIamCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::GoogleIamCredentials"]],["impl RefUnwindSafe for MetadataCredentialsFromPlugin",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::MetadataCredentialsFromPlugin"]],["impl RefUnwindSafe for ServiceAccountJwtAccessCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::ServiceAccountJwtAccessCredentials"]],["impl RefUnwindSafe for StsService",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::StsService"]],["impl RefUnwindSafe for Value",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::Value"]],["impl RefUnwindSafe for CallCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::CallCredentials"]],["impl RefUnwindSafe for ChannelArgs",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelArgs"]],["impl RefUnwindSafe for ChannelCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelCredentials"]],["impl RefUnwindSafe for GoogleLocalCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::GoogleLocalCredentials"]],["impl RefUnwindSafe for SslCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::SslCredentials"]],["impl RefUnwindSafe for EnvoyGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::EnvoyGrpc"]],["impl RefUnwindSafe for GoogleGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::GoogleGrpc"]],["impl RefUnwindSafe for CustomHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::CustomHealthCheck"]],["impl RefUnwindSafe for GrpcHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::GrpcHealthCheck"]],["impl RefUnwindSafe for HttpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HttpHealthCheck"]],["impl RefUnwindSafe for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::Payload"]],["impl RefUnwindSafe for RedisHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::RedisHealthCheck"]],["impl RefUnwindSafe for TcpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TcpHealthCheck"]],["impl RefUnwindSafe for TlsOptions",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TlsOptions"]],["impl RefUnwindSafe for ProperCaseWords",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::ProperCaseWords"]],["impl RefUnwindSafe for HeaderKeyFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::HeaderKeyFormat"]],["impl RefUnwindSafe for SettingsParameter",1,["quilkin_proto::generated::envoy::config::core::v3::http2_protocol_options::SettingsParameter"]],["impl RefUnwindSafe for Address",1,["quilkin_proto::generated::envoy::config::core::v3::Address"]],["impl RefUnwindSafe for AggregatedConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::AggregatedConfigSource"]],["impl RefUnwindSafe for AlternateProtocolsCacheOptions",1,["quilkin_proto::generated::envoy::config::core::v3::AlternateProtocolsCacheOptions"]],["impl RefUnwindSafe for ApiConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ApiConfigSource"]],["impl RefUnwindSafe for BindConfig",1,["quilkin_proto::generated::envoy::config::core::v3::BindConfig"]],["impl RefUnwindSafe for CidrRange",1,["quilkin_proto::generated::envoy::config::core::v3::CidrRange"]],["impl RefUnwindSafe for ConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ConfigSource"]],["impl RefUnwindSafe for ControlPlane",1,["quilkin_proto::generated::envoy::config::core::v3::ControlPlane"]],["impl RefUnwindSafe for DataSource",1,["quilkin_proto::generated::envoy::config::core::v3::DataSource"]],["impl RefUnwindSafe for EnvoyInternalAddress",1,["quilkin_proto::generated::envoy::config::core::v3::EnvoyInternalAddress"]],["impl RefUnwindSafe for EventServiceConfig",1,["quilkin_proto::generated::envoy::config::core::v3::EventServiceConfig"]],["impl RefUnwindSafe for ExtensionConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ExtensionConfigSource"]],["impl RefUnwindSafe for GrpcProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcProtocolOptions"]],["impl RefUnwindSafe for GrpcService",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcService"]],["impl RefUnwindSafe for HeaderMap",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderMap"]],["impl RefUnwindSafe for HeaderValue",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValue"]],["impl RefUnwindSafe for HeaderValueOption",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValueOption"]],["impl RefUnwindSafe for HealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::HealthCheck"]],["impl RefUnwindSafe for HealthStatusSet",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatusSet"]],["impl RefUnwindSafe for Http1ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http1ProtocolOptions"]],["impl RefUnwindSafe for Http2ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http2ProtocolOptions"]],["impl RefUnwindSafe for Http3ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http3ProtocolOptions"]],["impl RefUnwindSafe for HttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::HttpProtocolOptions"]],["impl RefUnwindSafe for KeepaliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::KeepaliveSettings"]],["impl RefUnwindSafe for Locality",1,["quilkin_proto::generated::envoy::config::core::v3::Locality"]],["impl RefUnwindSafe for Metadata",1,["quilkin_proto::generated::envoy::config::core::v3::Metadata"]],["impl RefUnwindSafe for Node",1,["quilkin_proto::generated::envoy::config::core::v3::Node"]],["impl RefUnwindSafe for PathConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::PathConfigSource"]],["impl RefUnwindSafe for Pipe",1,["quilkin_proto::generated::envoy::config::core::v3::Pipe"]],["impl RefUnwindSafe for ProxyProtocolConfig",1,["quilkin_proto::generated::envoy::config::core::v3::ProxyProtocolConfig"]],["impl RefUnwindSafe for QueryParameter",1,["quilkin_proto::generated::envoy::config::core::v3::QueryParameter"]],["impl RefUnwindSafe for QuicKeepAliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::QuicKeepAliveSettings"]],["impl RefUnwindSafe for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::QuicProtocolOptions"]],["impl RefUnwindSafe for RateLimitSettings",1,["quilkin_proto::generated::envoy::config::core::v3::RateLimitSettings"]],["impl RefUnwindSafe for RuntimeDouble",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeDouble"]],["impl RefUnwindSafe for RuntimeFeatureFlag",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFeatureFlag"]],["impl RefUnwindSafe for RuntimeFractionalPercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFractionalPercent"]],["impl RefUnwindSafe for RuntimePercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimePercent"]],["impl RefUnwindSafe for RuntimeUInt32",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeUInt32"]],["impl RefUnwindSafe for SchemeHeaderTransformation",1,["quilkin_proto::generated::envoy::config::core::v3::SchemeHeaderTransformation"]],["impl RefUnwindSafe for SelfConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::SelfConfigSource"]],["impl RefUnwindSafe for SocketAddress",1,["quilkin_proto::generated::envoy::config::core::v3::SocketAddress"]],["impl RefUnwindSafe for SocketOption",1,["quilkin_proto::generated::envoy::config::core::v3::SocketOption"]],["impl RefUnwindSafe for TcpKeepalive",1,["quilkin_proto::generated::envoy::config::core::v3::TcpKeepalive"]],["impl RefUnwindSafe for TcpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::TcpProtocolOptions"]],["impl RefUnwindSafe for TransportSocket",1,["quilkin_proto::generated::envoy::config::core::v3::TransportSocket"]],["impl RefUnwindSafe for TypedExtensionConfig",1,["quilkin_proto::generated::envoy::config::core::v3::TypedExtensionConfig"]],["impl RefUnwindSafe for UdpSocketConfig",1,["quilkin_proto::generated::envoy::config::core::v3::UdpSocketConfig"]],["impl RefUnwindSafe for UpstreamHttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::UpstreamHttpProtocolOptions"]],["impl RefUnwindSafe for WatchedDirectory",1,["quilkin_proto::generated::envoy::config::core::v3::WatchedDirectory"]],["impl RefUnwindSafe for HealthCheckConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::endpoint::HealthCheckConfig"]],["impl RefUnwindSafe for LbEndpointList",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbEndpointList"]],["impl RefUnwindSafe for Endpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::Endpoint"]],["impl RefUnwindSafe for LbEndpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LbEndpoint"]],["impl RefUnwindSafe for LedsClusterLocalityConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LedsClusterLocalityConfig"]],["impl RefUnwindSafe for LocalityLbEndpoints",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LocalityLbEndpoints"]],["impl RefUnwindSafe for OnDemandConfiguration",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain::OnDemandConfiguration"]],["impl RefUnwindSafe for ExactBalance",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::ExactBalance"]],["impl RefUnwindSafe for ConnectionBalanceConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ConnectionBalanceConfig"]],["impl RefUnwindSafe for DeprecatedV1",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DeprecatedV1"]],["impl RefUnwindSafe for InternalListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::InternalListenerConfig"]],["impl RefUnwindSafe for MatchSet",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::MatchSet"]],["impl RefUnwindSafe for ActiveRawUdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::ActiveRawUdpListenerConfig"]],["impl RefUnwindSafe for ApiListener",1,["quilkin_proto::generated::envoy::config::listener::v3::ApiListener"]],["impl RefUnwindSafe for Filter",1,["quilkin_proto::generated::envoy::config::listener::v3::Filter"]],["impl RefUnwindSafe for FilterChain",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChain"]],["impl RefUnwindSafe for FilterChainMatch",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChainMatch"]],["impl RefUnwindSafe for Listener",1,["quilkin_proto::generated::envoy::config::listener::v3::Listener"]],["impl RefUnwindSafe for ListenerCollection",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerCollection"]],["impl RefUnwindSafe for ListenerFilter",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilter"]],["impl RefUnwindSafe for ListenerFilterChainMatchPredicate",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilterChainMatchPredicate"]],["impl RefUnwindSafe for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::listener::v3::QuicProtocolOptions"]],["impl RefUnwindSafe for UdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::UdpListenerConfig"]],["impl RefUnwindSafe for DestinationCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DestinationCluster"]],["impl RefUnwindSafe for DynamicMetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DynamicMetaData"]],["impl RefUnwindSafe for GenericKey",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::GenericKey"]],["impl RefUnwindSafe for HeaderValueMatch",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::HeaderValueMatch"]],["impl RefUnwindSafe for MetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::MetaData"]],["impl RefUnwindSafe for RemoteAddress",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RemoteAddress"]],["impl RefUnwindSafe for RequestHeaders",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RequestHeaders"]],["impl RefUnwindSafe for SourceCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::SourceCluster"]],["impl RefUnwindSafe for DynamicMetadata",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::DynamicMetadata"]],["impl RefUnwindSafe for Action",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Action"]],["impl RefUnwindSafe for Override",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Override"]],["impl RefUnwindSafe for RateLimitedRetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RateLimitedRetryBackOff"]],["impl RefUnwindSafe for ResetHeader",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeader"]],["impl RefUnwindSafe for RetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryBackOff"]],["impl RefUnwindSafe for RetryHostPredicate",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryHostPredicate"]],["impl RefUnwindSafe for RetryPriority",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryPriority"]],["impl RefUnwindSafe for ConnectionProperties",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::ConnectionProperties"]],["impl RefUnwindSafe for Cookie",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Cookie"]],["impl RefUnwindSafe for FilterState",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::FilterState"]],["impl RefUnwindSafe for Header",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Header"]],["impl RefUnwindSafe for QueryParameter",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::QueryParameter"]],["impl RefUnwindSafe for HashPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HashPolicy"]],["impl RefUnwindSafe for MaxStreamDuration",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::MaxStreamDuration"]],["impl RefUnwindSafe for RequestMirrorPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::RequestMirrorPolicy"]],["impl RefUnwindSafe for UpgradeConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::UpgradeConfig"]],["impl RefUnwindSafe for ConnectConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::upgrade_config::ConnectConfig"]],["impl RefUnwindSafe for ConnectMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::ConnectMatcher"]],["impl RefUnwindSafe for GrpcRouteMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::GrpcRouteMatchOptions"]],["impl RefUnwindSafe for TlsContextMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::TlsContextMatchOptions"]],["impl RefUnwindSafe for CorsPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::CorsPolicy"]],["impl RefUnwindSafe for Decorator",1,["quilkin_proto::generated::envoy::config::route::v3::Decorator"]],["impl RefUnwindSafe for DirectResponseAction",1,["quilkin_proto::generated::envoy::config::route::v3::DirectResponseAction"]],["impl RefUnwindSafe for FilterAction",1,["quilkin_proto::generated::envoy::config::route::v3::FilterAction"]],["impl RefUnwindSafe for FilterConfig",1,["quilkin_proto::generated::envoy::config::route::v3::FilterConfig"]],["impl RefUnwindSafe for HeaderMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::HeaderMatcher"]],["impl RefUnwindSafe for HedgePolicy",1,["quilkin_proto::generated::envoy::config::route::v3::HedgePolicy"]],["impl RefUnwindSafe for InternalRedirectPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::InternalRedirectPolicy"]],["impl RefUnwindSafe for NonForwardingAction",1,["quilkin_proto::generated::envoy::config::route::v3::NonForwardingAction"]],["impl RefUnwindSafe for QueryParameterMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::QueryParameterMatcher"]],["impl RefUnwindSafe for RateLimit",1,["quilkin_proto::generated::envoy::config::route::v3::RateLimit"]],["impl RefUnwindSafe for RedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::RedirectAction"]],["impl RefUnwindSafe for RetryPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::RetryPolicy"]],["impl RefUnwindSafe for Route",1,["quilkin_proto::generated::envoy::config::route::v3::Route"]],["impl RefUnwindSafe for RouteAction",1,["quilkin_proto::generated::envoy::config::route::v3::RouteAction"]],["impl RefUnwindSafe for RouteMatch",1,["quilkin_proto::generated::envoy::config::route::v3::RouteMatch"]],["impl RefUnwindSafe for Tracing",1,["quilkin_proto::generated::envoy::config::route::v3::Tracing"]],["impl RefUnwindSafe for VirtualCluster",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualCluster"]],["impl RefUnwindSafe for VirtualHost",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualHost"]],["impl RefUnwindSafe for WeightedCluster",1,["quilkin_proto::generated::envoy::config::route::v3::WeightedCluster"]],["impl RefUnwindSafe for ClusterWeight",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::ClusterWeight"]],["impl RefUnwindSafe for PathSegment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::PathSegment"]],["impl RefUnwindSafe for GoogleRe2",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl RefUnwindSafe for DoubleMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::DoubleMatcher"]],["impl RefUnwindSafe for ListMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListMatcher"]],["impl RefUnwindSafe for ListStringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListStringMatcher"]],["impl RefUnwindSafe for MetadataMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::MetadataMatcher"]],["impl RefUnwindSafe for RegexMatchAndSubstitute",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatchAndSubstitute"]],["impl RefUnwindSafe for RegexMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatcher"]],["impl RefUnwindSafe for StringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::StringMatcher"]],["impl RefUnwindSafe for ValueMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ValueMatcher"]],["impl RefUnwindSafe for NullMatch",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::NullMatch"]],["impl RefUnwindSafe for PathSegment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::PathSegment"]],["impl RefUnwindSafe for Cluster",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Cluster"]],["impl RefUnwindSafe for Host",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Host"]],["impl RefUnwindSafe for Request",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Request"]],["impl RefUnwindSafe for Route",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Route"]],["impl RefUnwindSafe for MetadataKey",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKey"]],["impl RefUnwindSafe for MetadataKind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKind"]],["impl RefUnwindSafe for Environment",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Environment"]],["impl RefUnwindSafe for Header",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Header"]],["impl RefUnwindSafe for Literal",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Literal"]],["impl RefUnwindSafe for Metadata",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Metadata"]],["impl RefUnwindSafe for CustomTag",1,["quilkin_proto::generated::envoy::kind::tracing::v3::CustomTag"]],["impl RefUnwindSafe for DoubleRange",1,["quilkin_proto::generated::envoy::kind::v3::DoubleRange"]],["impl RefUnwindSafe for FractionalPercent",1,["quilkin_proto::generated::envoy::kind::v3::FractionalPercent"]],["impl RefUnwindSafe for Int32Range",1,["quilkin_proto::generated::envoy::kind::v3::Int32Range"]],["impl RefUnwindSafe for Int64Range",1,["quilkin_proto::generated::envoy::kind::v3::Int64Range"]],["impl RefUnwindSafe for Percent",1,["quilkin_proto::generated::envoy::kind::v3::Percent"]],["impl RefUnwindSafe for CacheControl",1,["quilkin_proto::generated::envoy::service::discovery::v3::resource::CacheControl"]],["impl RefUnwindSafe for AdsDummy",1,["quilkin_proto::generated::envoy::service::discovery::v3::AdsDummy"]],["impl RefUnwindSafe for DeltaDiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryRequest"]],["impl RefUnwindSafe for DeltaDiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryResponse"]],["impl RefUnwindSafe for DiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryRequest"]],["impl RefUnwindSafe for DiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryResponse"]],["impl RefUnwindSafe for Resource",1,["quilkin_proto::generated::envoy::service::discovery::v3::Resource"]],["impl RefUnwindSafe for Status",1,["quilkin_proto::generated::google::rpc::Status"]],["impl RefUnwindSafe for Cluster",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Cluster"]],["impl RefUnwindSafe for ClusterMap",1,["quilkin_proto::generated::quilkin::config::v1alpha1::ClusterMap"]],["impl RefUnwindSafe for Datacenter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Datacenter"]],["impl RefUnwindSafe for Endpoint",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Endpoint"]],["impl RefUnwindSafe for Filter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Filter"]],["impl RefUnwindSafe for FilterChain",1,["quilkin_proto::generated::quilkin::config::v1alpha1::FilterChain"]],["impl RefUnwindSafe for Host",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Host"]],["impl RefUnwindSafe for Ipv6",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Ipv6"]],["impl RefUnwindSafe for Locality",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Locality"]],["impl RefUnwindSafe for Prefix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Prefix"]],["impl RefUnwindSafe for Regex",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Regex"]],["impl RefUnwindSafe for Suffix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Suffix"]],["impl RefUnwindSafe for Capture",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::Capture"]],["impl RefUnwindSafe for ActionValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ActionValue"]],["impl RefUnwindSafe for ModeValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ModeValue"]],["impl RefUnwindSafe for Compress",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::Compress"]],["impl RefUnwindSafe for StrategyValue",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::StrategyValue"]],["impl RefUnwindSafe for Concatenate",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::Concatenate"]],["impl RefUnwindSafe for Debug",1,["quilkin_proto::generated::quilkin::filters::debug::v1alpha1::Debug"]],["impl RefUnwindSafe for Drop",1,["quilkin_proto::generated::quilkin::filters::drop::v1alpha1::Drop"]],["impl RefUnwindSafe for PortRange",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::PortRange"]],["impl RefUnwindSafe for Rule",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Rule"]],["impl RefUnwindSafe for Firewall",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::Firewall"]],["impl RefUnwindSafe for PolicyValue",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::PolicyValue"]],["impl RefUnwindSafe for LoadBalancer",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::LoadBalancer"]],["impl RefUnwindSafe for LocalRateLimit",1,["quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1::LocalRateLimit"]],["impl RefUnwindSafe for Branch",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Branch"]],["impl RefUnwindSafe for Config",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Config"]],["impl RefUnwindSafe for Match",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::Match"]],["impl RefUnwindSafe for Pass",1,["quilkin_proto::generated::quilkin::filters::pass::v1alpha1::Pass"]],["impl RefUnwindSafe for Timestamp",1,["quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1::Timestamp"]],["impl RefUnwindSafe for TokenRouter",1,["quilkin_proto::generated::quilkin::filters::token_router::v1alpha1::TokenRouter"]],["impl RefUnwindSafe for AnyRules",1,["quilkin_proto::generated::validate::AnyRules"]],["impl RefUnwindSafe for BoolRules",1,["quilkin_proto::generated::validate::BoolRules"]],["impl RefUnwindSafe for BytesRules",1,["quilkin_proto::generated::validate::BytesRules"]],["impl RefUnwindSafe for DoubleRules",1,["quilkin_proto::generated::validate::DoubleRules"]],["impl RefUnwindSafe for DurationRules",1,["quilkin_proto::generated::validate::DurationRules"]],["impl RefUnwindSafe for EnumRules",1,["quilkin_proto::generated::validate::EnumRules"]],["impl RefUnwindSafe for FieldRules",1,["quilkin_proto::generated::validate::FieldRules"]],["impl RefUnwindSafe for Fixed32Rules",1,["quilkin_proto::generated::validate::Fixed32Rules"]],["impl RefUnwindSafe for Fixed64Rules",1,["quilkin_proto::generated::validate::Fixed64Rules"]],["impl RefUnwindSafe for FloatRules",1,["quilkin_proto::generated::validate::FloatRules"]],["impl RefUnwindSafe for Int32Rules",1,["quilkin_proto::generated::validate::Int32Rules"]],["impl RefUnwindSafe for Int64Rules",1,["quilkin_proto::generated::validate::Int64Rules"]],["impl RefUnwindSafe for MapRules",1,["quilkin_proto::generated::validate::MapRules"]],["impl RefUnwindSafe for MessageRules",1,["quilkin_proto::generated::validate::MessageRules"]],["impl RefUnwindSafe for RepeatedRules",1,["quilkin_proto::generated::validate::RepeatedRules"]],["impl RefUnwindSafe for SFixed32Rules",1,["quilkin_proto::generated::validate::SFixed32Rules"]],["impl RefUnwindSafe for SFixed64Rules",1,["quilkin_proto::generated::validate::SFixed64Rules"]],["impl RefUnwindSafe for SInt32Rules",1,["quilkin_proto::generated::validate::SInt32Rules"]],["impl RefUnwindSafe for SInt64Rules",1,["quilkin_proto::generated::validate::SInt64Rules"]],["impl RefUnwindSafe for StringRules",1,["quilkin_proto::generated::validate::StringRules"]],["impl RefUnwindSafe for TimestampRules",1,["quilkin_proto::generated::validate::TimestampRules"]],["impl RefUnwindSafe for UInt32Rules",1,["quilkin_proto::generated::validate::UInt32Rules"]],["impl RefUnwindSafe for UInt64Rules",1,["quilkin_proto::generated::validate::UInt64Rules"]],["impl RefUnwindSafe for FieldStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FieldStatusAnnotation"]],["impl RefUnwindSafe for FileStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FileStatusAnnotation"]],["impl RefUnwindSafe for MessageStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::MessageStatusAnnotation"]],["impl RefUnwindSafe for StatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::StatusAnnotation"]],["impl RefUnwindSafe for InlineEntry",1,["quilkin_proto::generated::xds::core::v3::collection_entry::InlineEntry"]],["impl RefUnwindSafe for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Directive"]],["impl RefUnwindSafe for Authority",1,["quilkin_proto::generated::xds::core::v3::Authority"]],["impl RefUnwindSafe for CollectionEntry",1,["quilkin_proto::generated::xds::core::v3::CollectionEntry"]],["impl RefUnwindSafe for ContextParams",1,["quilkin_proto::generated::xds::core::v3::ContextParams"]],["impl RefUnwindSafe for ResourceLocator",1,["quilkin_proto::generated::xds::core::v3::ResourceLocator"]],["impl RefUnwindSafe for ResourceName",1,["quilkin_proto::generated::xds::core::v3::ResourceName"]],["impl RefUnwindSafe for TypedExtensionConfig",1,["quilkin_proto::generated::xds::core::v3::TypedExtensionConfig"]],["impl RefUnwindSafe for PredicateList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::PredicateList"]],["impl RefUnwindSafe for SinglePredicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::SinglePredicate"]],["impl RefUnwindSafe for FieldMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::FieldMatcher"]],["impl RefUnwindSafe for Predicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::Predicate"]],["impl RefUnwindSafe for MatchMap",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::MatchMap"]],["impl RefUnwindSafe for MatcherList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherList"]],["impl RefUnwindSafe for MatcherTree",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherTree"]],["impl RefUnwindSafe for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::OnMatch"]],["impl RefUnwindSafe for GoogleRe2",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl RefUnwindSafe for ListStringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::ListStringMatcher"]],["impl RefUnwindSafe for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::Matcher"]],["impl RefUnwindSafe for RegexMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::RegexMatcher"]],["impl RefUnwindSafe for StringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::StringMatcher"]],["impl<T> RefUnwindSafe for AggregatedDiscoveryServiceClient<T>
    where\n T: RefUnwindSafe,
    ",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_client::AggregatedDiscoveryServiceClient"]],["impl<T> RefUnwindSafe for AggregatedDiscoveryServiceServer<T>
    where\n T: RefUnwindSafe,
    ",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_server::AggregatedDiscoveryServiceServer"]],["impl<T> RefUnwindSafe for AggregatedControlPlaneDiscoveryServiceClient<T>
    where\n T: RefUnwindSafe,
    ",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client::AggregatedControlPlaneDiscoveryServiceClient"]],["impl<T> RefUnwindSafe for AggregatedControlPlaneDiscoveryServiceServer<T>
    where\n T: RefUnwindSafe,
    ",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server::AggregatedControlPlaneDiscoveryServiceServer"]]], "quilkin_xds":[["impl !RefUnwindSafe for LocalVersions",1,["quilkin_xds::config::LocalVersions"]],["impl RefUnwindSafe for DeltaSubscription",1,["quilkin_xds::client::DeltaSubscription"]],["impl RefUnwindSafe for AwaitingAck",1,["quilkin_xds::config::AwaitingAck"]],["impl RefUnwindSafe for ClientState",1,["quilkin_xds::config::ClientState"]],["impl RefUnwindSafe for ClientTracker",1,["quilkin_xds::config::ClientTracker"]],["impl RefUnwindSafe for DeltaDiscoveryRes",1,["quilkin_xds::config::DeltaDiscoveryRes"]],["impl RefUnwindSafe for Locality",1,["quilkin_xds::locality::Locality"]],["impl RefUnwindSafe for StreamConnectionMetrics",1,["quilkin_xds::metrics::StreamConnectionMetrics"]],["impl RefUnwindSafe for TcpListener",1,["quilkin_xds::net::TcpListener"]],["impl<C> !RefUnwindSafe for Client<C>",1,["quilkin_xds::client::Client"]],["impl<C> !RefUnwindSafe for ControlPlane<C>",1,["quilkin_xds::server::ControlPlane"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/main/api/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js b/main/api/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js index 839def942..07f84951b 100644 --- a/main/api/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js +++ b/main/api/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js @@ -1,7 +1,7 @@ (function() {var implementors = { "agones":[["impl !UnwindSafe for Client",1,["agones::Client"]]], "qt":[["impl !UnwindSafe for Pail",1,["qt::Pail"]],["impl !UnwindSafe for PailConfig",1,["qt::PailConfig"]],["impl !UnwindSafe for AgentPail",1,["qt::AgentPail"]],["impl !UnwindSafe for ConfigFile",1,["qt::ConfigFile"]],["impl !UnwindSafe for ProxyPail",1,["qt::ProxyPail"]],["impl !UnwindSafe for ProxyPailConfig",1,["qt::ProxyPailConfig"]],["impl !UnwindSafe for RelayPail",1,["qt::RelayPail"]],["impl !UnwindSafe for RelayPailConfig",1,["qt::RelayPailConfig"]],["impl !UnwindSafe for Sandbox",1,["qt::Sandbox"]],["impl !UnwindSafe for SandboxConfig",1,["qt::SandboxConfig"]],["impl !UnwindSafe for SandboxPailConfig",1,["qt::SandboxPailConfig"]],["impl UnwindSafe for AdminPailConfig",1,["qt::AdminPailConfig"]],["impl UnwindSafe for AgentPailConfig",1,["qt::AgentPailConfig"]],["impl UnwindSafe for ManagementPailConfig",1,["qt::ManagementPailConfig"]],["impl UnwindSafe for ServerPail",1,["qt::ServerPail"]],["impl UnwindSafe for ServerPailConfig",1,["qt::ServerPailConfig"]]], -"quilkin":[["impl !UnwindSafe for Commands",1,["quilkin::cli::Commands"]],["impl !UnwindSafe for Admin",1,["quilkin::components::admin::Admin"]],["impl !UnwindSafe for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl !UnwindSafe for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl !UnwindSafe for FilterError",1,["quilkin::filters::error::FilterError"]],["impl !UnwindSafe for FilterKind",1,["quilkin::filters::FilterKind"]],["impl !UnwindSafe for Agent",1,["quilkin::cli::agent::Agent"]],["impl !UnwindSafe for Manage",1,["quilkin::cli::manage::Manage"]],["impl !UnwindSafe for Agent",1,["quilkin::components::agent::Agent"]],["impl !UnwindSafe for Manage",1,["quilkin::components::manage::Manage"]],["impl !UnwindSafe for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl !UnwindSafe for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl !UnwindSafe for Ready",1,["quilkin::components::proxy::Ready"]],["impl !UnwindSafe for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl !UnwindSafe for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl !UnwindSafe for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl !UnwindSafe for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl !UnwindSafe for Capture",1,["quilkin::filters::capture::Capture"]],["impl !UnwindSafe for Compress",1,["quilkin::filters::compress::Compress"]],["impl !UnwindSafe for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl !UnwindSafe for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl !UnwindSafe for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl !UnwindSafe for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl !UnwindSafe for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl !UnwindSafe for Match",1,["quilkin::filters::match::Match"]],["impl !UnwindSafe for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl !UnwindSafe for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl !UnwindSafe for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl !UnwindSafe for Cli",1,["quilkin::cli::Cli"]],["impl !UnwindSafe for Config",1,["quilkin::config::Config"]],["impl !UnwindSafe for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl UnwindSafe for LogFormats",1,["quilkin::cli::LogFormats"]],["impl UnwindSafe for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl UnwindSafe for Error",1,["quilkin::codec::qcmp::Error"]],["impl UnwindSafe for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl UnwindSafe for AddrKind",1,["quilkin::config::AddrKind"]],["impl UnwindSafe for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl UnwindSafe for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl UnwindSafe for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl UnwindSafe for Version",1,["quilkin::config::Version"]],["impl UnwindSafe for Providers",1,["quilkin::config::providers::Providers"]],["impl UnwindSafe for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl UnwindSafe for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl UnwindSafe for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl UnwindSafe for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl UnwindSafe for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl UnwindSafe for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl UnwindSafe for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl UnwindSafe for Marker",1,["quilkin::config::watch::Marker"]],["impl UnwindSafe for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl UnwindSafe for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl UnwindSafe for Action",1,["quilkin::filters::compress::config::Action"]],["impl UnwindSafe for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl UnwindSafe for Direction",1,["quilkin::filters::compress::Direction"]],["impl UnwindSafe for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl UnwindSafe for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl UnwindSafe for CreationError",1,["quilkin::filters::error::CreationError"]],["impl UnwindSafe for Action",1,["quilkin::filters::firewall::config::Action"]],["impl UnwindSafe for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl UnwindSafe for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl UnwindSafe for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl UnwindSafe for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl UnwindSafe for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl UnwindSafe for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl UnwindSafe for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl UnwindSafe for Resource",1,["quilkin::xds::Resource"]],["impl UnwindSafe for ResourceType",1,["quilkin::xds::ResourceType"]],["impl UnwindSafe for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl UnwindSafe for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl UnwindSafe for Relay",1,["quilkin::cli::relay::Relay"]],["impl UnwindSafe for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl UnwindSafe for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl UnwindSafe for Ready",1,["quilkin::components::agent::Ready"]],["impl UnwindSafe for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl UnwindSafe for Ready",1,["quilkin::components::relay::Ready"]],["impl UnwindSafe for Relay",1,["quilkin::components::relay::Relay"]],["impl UnwindSafe for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl UnwindSafe for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl UnwindSafe for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl UnwindSafe for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl UnwindSafe for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl UnwindSafe for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl UnwindSafe for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl UnwindSafe for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl UnwindSafe for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl UnwindSafe for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl UnwindSafe for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl UnwindSafe for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl UnwindSafe for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl UnwindSafe for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl UnwindSafe for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl UnwindSafe for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl UnwindSafe for Datacenter",1,["quilkin::config::Datacenter"]],["impl UnwindSafe for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl UnwindSafe for Filter",1,["quilkin::config::Filter"]],["impl UnwindSafe for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl UnwindSafe for Config",1,["quilkin::filters::capture::config::Config"]],["impl UnwindSafe for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl UnwindSafe for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl UnwindSafe for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl UnwindSafe for Config",1,["quilkin::filters::compress::config::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::debug::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::drop::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::firewall::config::Config"]],["impl UnwindSafe for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl UnwindSafe for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl UnwindSafe for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl UnwindSafe for Branch",1,["quilkin::filters::match::config::Branch"]],["impl UnwindSafe for Config",1,["quilkin::filters::match::config::Config"]],["impl UnwindSafe for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl UnwindSafe for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl UnwindSafe for Config",1,["quilkin::filters::pass::Config"]],["impl UnwindSafe for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl UnwindSafe for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl UnwindSafe for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl UnwindSafe for Debug",1,["quilkin::filters::debug::Debug"]],["impl UnwindSafe for Drop",1,["quilkin::filters::drop::Drop"]],["impl UnwindSafe for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl UnwindSafe for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl UnwindSafe for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl UnwindSafe for Pass",1,["quilkin::filters::pass::Pass"]],["impl UnwindSafe for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl UnwindSafe for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl UnwindSafe for Config",1,["quilkin::filters::timestamp::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::token_router::Config"]],["impl UnwindSafe for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl UnwindSafe for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl UnwindSafe for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl UnwindSafe for Token",1,["quilkin::net::cluster::Token"]],["impl UnwindSafe for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl UnwindSafe for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl UnwindSafe for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl UnwindSafe for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl UnwindSafe for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl UnwindSafe for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl UnwindSafe for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl UnwindSafe for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl UnwindSafe for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl UnwindSafe for BufferPool",1,["quilkin::pool::BufferPool"]],["impl UnwindSafe for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl UnwindSafe for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> !UnwindSafe for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> !UnwindSafe for ReadGuard<'inner, T>",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> !UnwindSafe for WatchGuard<'inner, T>",1,["quilkin::config::watch::WatchGuard"]],["impl<M> !UnwindSafe for Inner<M>",1,["quilkin::net::phoenix::Inner"]],["impl<M> !UnwindSafe for Phoenix<M>",1,["quilkin::net::phoenix::Phoenix"]],["impl<M> UnwindSafe for Builder<M>
    where\n M: UnwindSafe,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<S> UnwindSafe for ClusterMap<S>
    where\n S: UnwindSafe,
    ",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> !UnwindSafe for RunArgs<T>",1,["quilkin::components::RunArgs"]],["impl<T> !UnwindSafe for Slot<T>",1,["quilkin::config::slot::Slot"]],["impl<T> !UnwindSafe for Watch<T>",1,["quilkin::config::watch::Watch"]],["impl<T> UnwindSafe for MetadataView<T>
    where\n T: UnwindSafe,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], +"quilkin":[["impl !UnwindSafe for Commands",1,["quilkin::cli::Commands"]],["impl !UnwindSafe for Admin",1,["quilkin::components::admin::Admin"]],["impl !UnwindSafe for PipelineError",1,["quilkin::components::proxy::error::PipelineError"]],["impl !UnwindSafe for DatacenterConfig",1,["quilkin::config::DatacenterConfig"]],["impl !UnwindSafe for FilterError",1,["quilkin::filters::error::FilterError"]],["impl !UnwindSafe for FilterKind",1,["quilkin::filters::FilterKind"]],["impl !UnwindSafe for Agent",1,["quilkin::cli::agent::Agent"]],["impl !UnwindSafe for Manage",1,["quilkin::cli::manage::Manage"]],["impl !UnwindSafe for Agent",1,["quilkin::components::agent::Agent"]],["impl !UnwindSafe for Manage",1,["quilkin::components::manage::Manage"]],["impl !UnwindSafe for DownstreamReceiveWorkerConfig",1,["quilkin::components::proxy::packet_router::DownstreamReceiveWorkerConfig"]],["impl !UnwindSafe for PendingSends",1,["quilkin::components::proxy::PendingSends"]],["impl !UnwindSafe for Proxy",1,["quilkin::components::proxy::Proxy"]],["impl !UnwindSafe for Ready",1,["quilkin::components::proxy::Ready"]],["impl !UnwindSafe for RecvPacket",1,["quilkin::components::proxy::RecvPacket"]],["impl !UnwindSafe for SendPacket",1,["quilkin::components::proxy::SendPacket"]],["impl !UnwindSafe for SessionPool",1,["quilkin::components::proxy::sessions::SessionPool"]],["impl !UnwindSafe for CompressionError",1,["quilkin::filters::compress::CompressionError"]],["impl !UnwindSafe for Capture",1,["quilkin::filters::capture::Capture"]],["impl !UnwindSafe for Compress",1,["quilkin::filters::compress::Compress"]],["impl !UnwindSafe for FilterChain",1,["quilkin::filters::chain::FilterChain"]],["impl !UnwindSafe for FilterInstance",1,["quilkin::filters::factory::FilterInstance"]],["impl !UnwindSafe for FilterSet",1,["quilkin::filters::set::FilterSet"]],["impl !UnwindSafe for LoadBalancer",1,["quilkin::filters::load_balancer::LoadBalancer"]],["impl !UnwindSafe for LocalRateLimit",1,["quilkin::filters::local_rate_limit::LocalRateLimit"]],["impl !UnwindSafe for Match",1,["quilkin::filters::match::Match"]],["impl !UnwindSafe for WriteContext",1,["quilkin::filters::write::WriteContext"]],["impl !UnwindSafe for FrozenPoolBuffer",1,["quilkin::pool::FrozenPoolBuffer"]],["impl !UnwindSafe for PoolBuffer",1,["quilkin::pool::PoolBuffer"]],["impl !UnwindSafe for Cli",1,["quilkin::cli::Cli"]],["impl !UnwindSafe for Config",1,["quilkin::config::Config"]],["impl !UnwindSafe for Proxy",1,["quilkin::cli::proxy::Proxy"]],["impl UnwindSafe for LogFormats",1,["quilkin::cli::LogFormats"]],["impl UnwindSafe for Qcmp",1,["quilkin::cli::qcmp::Qcmp"]],["impl UnwindSafe for Error",1,["quilkin::codec::qcmp::Error"]],["impl UnwindSafe for Protocol",1,["quilkin::codec::qcmp::Protocol"]],["impl UnwindSafe for AddrKind",1,["quilkin::config::AddrKind"]],["impl UnwindSafe for Base64Standard",1,["quilkin::config::Base64Standard"]],["impl UnwindSafe for ConfigType",1,["quilkin::config::config_type::ConfigType"]],["impl UnwindSafe for ValidationError",1,["quilkin::config::error::ValidationError"]],["impl UnwindSafe for Version",1,["quilkin::config::Version"]],["impl UnwindSafe for Providers",1,["quilkin::config::providers::Providers"]],["impl UnwindSafe for FleetScheduling",1,["quilkin::config::providers::k8s::agones::FleetScheduling"]],["impl UnwindSafe for FleetStrategyType",1,["quilkin::config::providers::k8s::agones::FleetStrategyType"]],["impl UnwindSafe for GameServerState",1,["quilkin::config::providers::k8s::agones::GameServerState"]],["impl UnwindSafe for PortPolicy",1,["quilkin::config::providers::k8s::agones::PortPolicy"]],["impl UnwindSafe for Protocol",1,["quilkin::config::providers::k8s::agones::Protocol"]],["impl UnwindSafe for SchedulingStrategy",1,["quilkin::config::providers::k8s::agones::SchedulingStrategy"]],["impl UnwindSafe for SdkServerLogLevel",1,["quilkin::config::providers::k8s::agones::SdkServerLogLevel"]],["impl UnwindSafe for Marker",1,["quilkin::config::watch::Marker"]],["impl UnwindSafe for ShutdownKind",1,["quilkin::ShutdownKind"]],["impl UnwindSafe for Strategy",1,["quilkin::filters::capture::config::Strategy"]],["impl UnwindSafe for Action",1,["quilkin::filters::compress::config::Action"]],["impl UnwindSafe for Compressor",1,["quilkin::filters::compress::compressor::Compressor"]],["impl UnwindSafe for Direction",1,["quilkin::filters::compress::Direction"]],["impl UnwindSafe for Mode",1,["quilkin::filters::compress::config::Mode"]],["impl UnwindSafe for Strategy",1,["quilkin::filters::concatenate::config::Strategy"]],["impl UnwindSafe for CreationError",1,["quilkin::filters::error::CreationError"]],["impl UnwindSafe for Action",1,["quilkin::filters::firewall::config::Action"]],["impl UnwindSafe for PortRangeError",1,["quilkin::filters::firewall::config::PortRangeError"]],["impl UnwindSafe for Policy",1,["quilkin::filters::load_balancer::config::Policy"]],["impl UnwindSafe for RouterError",1,["quilkin::filters::token_router::RouterError"]],["impl UnwindSafe for AddressKind",1,["quilkin::net::endpoint::address::AddressKind"]],["impl UnwindSafe for MetadataError",1,["quilkin::net::endpoint::MetadataError"]],["impl UnwindSafe for Symbol",1,["quilkin::net::endpoint::metadata::symbol::Symbol"]],["impl UnwindSafe for Value",1,["quilkin::net::endpoint::metadata::Value"]],["impl UnwindSafe for Resource",1,["quilkin::xds::Resource"]],["impl UnwindSafe for ResourceType",1,["quilkin::xds::ResourceType"]],["impl UnwindSafe for GenerateConfigSchema",1,["quilkin::cli::generate_config_schema::GenerateConfigSchema"]],["impl UnwindSafe for Ping",1,["quilkin::cli::qcmp::Ping"]],["impl UnwindSafe for Relay",1,["quilkin::cli::relay::Relay"]],["impl UnwindSafe for QcmpMeasurement",1,["quilkin::codec::qcmp::QcmpMeasurement"]],["impl UnwindSafe for QcmpPacket",1,["quilkin::codec::qcmp::QcmpPacket"]],["impl UnwindSafe for Ready",1,["quilkin::components::agent::Ready"]],["impl UnwindSafe for ToTokens",1,["quilkin::components::proxy::ToTokens"]],["impl UnwindSafe for Ready",1,["quilkin::components::relay::Ready"]],["impl UnwindSafe for Relay",1,["quilkin::components::relay::Relay"]],["impl UnwindSafe for Fleet",1,["quilkin::config::providers::k8s::agones::Fleet"]],["impl UnwindSafe for FleetInner",1,["quilkin::config::providers::k8s::agones::FleetInner"]],["impl UnwindSafe for FleetSpec",1,["quilkin::config::providers::k8s::agones::FleetSpec"]],["impl UnwindSafe for FleetStatus",1,["quilkin::config::providers::k8s::agones::FleetStatus"]],["impl UnwindSafe for FleetStrategy",1,["quilkin::config::providers::k8s::agones::FleetStrategy"]],["impl UnwindSafe for FleetStrategyRollingUpdate",1,["quilkin::config::providers::k8s::agones::FleetStrategyRollingUpdate"]],["impl UnwindSafe for GameServer",1,["quilkin::config::providers::k8s::agones::GameServer"]],["impl UnwindSafe for GameServerPort",1,["quilkin::config::providers::k8s::agones::GameServerPort"]],["impl UnwindSafe for GameServerSpec",1,["quilkin::config::providers::k8s::agones::GameServerSpec"]],["impl UnwindSafe for GameServerStatus",1,["quilkin::config::providers::k8s::agones::GameServerStatus"]],["impl UnwindSafe for GameServerStatusPort",1,["quilkin::config::providers::k8s::agones::GameServerStatusPort"]],["impl UnwindSafe for GameServerTemplateSpec",1,["quilkin::config::providers::k8s::agones::GameServerTemplateSpec"]],["impl UnwindSafe for Health",1,["quilkin::config::providers::k8s::agones::Health"]],["impl UnwindSafe for Inner",1,["quilkin::config::providers::k8s::agones::Inner"]],["impl UnwindSafe for SdkServer",1,["quilkin::config::providers::k8s::agones::SdkServer"]],["impl UnwindSafe for AddressSelector",1,["quilkin::config::AddressSelector"]],["impl UnwindSafe for Datacenter",1,["quilkin::config::Datacenter"]],["impl UnwindSafe for DatacenterMap",1,["quilkin::config::DatacenterMap"]],["impl UnwindSafe for Filter",1,["quilkin::config::Filter"]],["impl UnwindSafe for IcaoCode",1,["quilkin::config::IcaoCode"]],["impl UnwindSafe for Config",1,["quilkin::filters::capture::config::Config"]],["impl UnwindSafe for Prefix",1,["quilkin::filters::capture::affix::Prefix"]],["impl UnwindSafe for Regex",1,["quilkin::filters::capture::regex::Regex"]],["impl UnwindSafe for Suffix",1,["quilkin::filters::capture::affix::Suffix"]],["impl UnwindSafe for Config",1,["quilkin::filters::compress::config::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::concatenate::config::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::debug::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::drop::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::firewall::config::Config"]],["impl UnwindSafe for PortRange",1,["quilkin::filters::firewall::config::PortRange"]],["impl UnwindSafe for Rule",1,["quilkin::filters::firewall::config::Rule"]],["impl UnwindSafe for Config",1,["quilkin::filters::load_balancer::config::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::local_rate_limit::Config"]],["impl UnwindSafe for Branch",1,["quilkin::filters::match::config::Branch"]],["impl UnwindSafe for Config",1,["quilkin::filters::match::config::Config"]],["impl UnwindSafe for DirectionalConfig",1,["quilkin::filters::match::config::DirectionalConfig"]],["impl UnwindSafe for Fallthrough",1,["quilkin::filters::match::config::Fallthrough"]],["impl UnwindSafe for Config",1,["quilkin::filters::pass::Config"]],["impl UnwindSafe for Concatenate",1,["quilkin::filters::concatenate::Concatenate"]],["impl UnwindSafe for ConvertProtoConfigError",1,["quilkin::filters::error::ConvertProtoConfigError"]],["impl UnwindSafe for CreateFilterArgs",1,["quilkin::filters::factory::CreateFilterArgs"]],["impl UnwindSafe for Debug",1,["quilkin::filters::debug::Debug"]],["impl UnwindSafe for Drop",1,["quilkin::filters::drop::Drop"]],["impl UnwindSafe for FilterRegistry",1,["quilkin::filters::registry::FilterRegistry"]],["impl UnwindSafe for Firewall",1,["quilkin::filters::firewall::Firewall"]],["impl UnwindSafe for HashedTokenRouter",1,["quilkin::filters::token_router::HashedTokenRouter"]],["impl UnwindSafe for Pass",1,["quilkin::filters::pass::Pass"]],["impl UnwindSafe for Timestamp",1,["quilkin::filters::timestamp::Timestamp"]],["impl UnwindSafe for TokenRouter",1,["quilkin::filters::token_router::TokenRouter"]],["impl UnwindSafe for Config",1,["quilkin::filters::timestamp::Config"]],["impl UnwindSafe for Config",1,["quilkin::filters::token_router::Config"]],["impl UnwindSafe for ClusterMapDeser",1,["quilkin::net::cluster::ClusterMapDeser"]],["impl UnwindSafe for EndpointSet",1,["quilkin::net::cluster::EndpointSet"]],["impl UnwindSafe for EndpointSetVersion",1,["quilkin::net::cluster::EndpointSetVersion"]],["impl UnwindSafe for Token",1,["quilkin::net::cluster::Token"]],["impl UnwindSafe for Key",1,["quilkin::net::endpoint::metadata::symbol::Key"]],["impl UnwindSafe for Reference",1,["quilkin::net::endpoint::metadata::symbol::Reference"]],["impl UnwindSafe for Endpoint",1,["quilkin::net::endpoint::Endpoint"]],["impl UnwindSafe for EndpointAddress",1,["quilkin::net::endpoint::address::EndpointAddress"]],["impl UnwindSafe for Metadata",1,["quilkin::net::endpoint::Metadata"]],["impl UnwindSafe for Coordinates",1,["quilkin::net::phoenix::Coordinates"]],["impl UnwindSafe for DistanceMeasure",1,["quilkin::net::phoenix::DistanceMeasure"]],["impl UnwindSafe for DualStackEpollSocket",1,["quilkin::net::DualStackEpollSocket"]],["impl UnwindSafe for DualStackLocalSocket",1,["quilkin::net::DualStackLocalSocket"]],["impl UnwindSafe for BufferPool",1,["quilkin::pool::BufferPool"]],["impl UnwindSafe for DurationNanos",1,["quilkin::time::DurationNanos"]],["impl UnwindSafe for UtcTimestamp",1,["quilkin::time::UtcTimestamp"]],["impl<'ctx> !UnwindSafe for ReadContext<'ctx>",1,["quilkin::filters::read::ReadContext"]],["impl<'inner, T> !UnwindSafe for ReadGuard<'inner, T>",1,["quilkin::config::watch::ReadGuard"]],["impl<'inner, T> !UnwindSafe for WatchGuard<'inner, T>",1,["quilkin::config::watch::WatchGuard"]],["impl<M> !UnwindSafe for Inner<M>",1,["quilkin::net::phoenix::Inner"]],["impl<M> !UnwindSafe for Phoenix<M>",1,["quilkin::net::phoenix::Phoenix"]],["impl<M> UnwindSafe for Builder<M>
    where\n M: UnwindSafe,
    ",1,["quilkin::net::phoenix::Builder"]],["impl<S> UnwindSafe for ClusterMap<S>
    where\n S: UnwindSafe,
    ",1,["quilkin::net::cluster::ClusterMap"]],["impl<T> !UnwindSafe for RunArgs<T>",1,["quilkin::components::RunArgs"]],["impl<T> !UnwindSafe for Slot<T>",1,["quilkin::config::slot::Slot"]],["impl<T> !UnwindSafe for Watch<T>",1,["quilkin::config::watch::Watch"]],["impl<T> UnwindSafe for MetadataView<T>
    where\n T: UnwindSafe,
    ",1,["quilkin::net::endpoint::metadata::MetadataView"]]], "quilkin_proto":[["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log::ConfigType"]],["impl UnwindSafe for FilterSpecifier",1,["quilkin_proto::generated::envoy::config::accesslog::v3::access_log_filter::FilterSpecifier"]],["impl UnwindSafe for Op",1,["quilkin_proto::generated::envoy::config::accesslog::v3::comparison_filter::Op"]],["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::accesslog::v3::extension_filter::ConfigType"]],["impl UnwindSafe for Status",1,["quilkin_proto::generated::envoy::config::accesslog::v3::grpc_status_filter::Status"]],["impl UnwindSafe for Address",1,["quilkin_proto::generated::envoy::config::core::v3::address::Address"]],["impl UnwindSafe for ApiType",1,["quilkin_proto::generated::envoy::config::core::v3::api_config_source::ApiType"]],["impl UnwindSafe for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::config_source::ConfigSourceSpecifier"]],["impl UnwindSafe for Specifier",1,["quilkin_proto::generated::envoy::config::core::v3::data_source::Specifier"]],["impl UnwindSafe for ApiVersion",1,["quilkin_proto::generated::envoy::config::core::v3::ApiVersion"]],["impl UnwindSafe for HealthStatus",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatus"]],["impl UnwindSafe for RequestMethod",1,["quilkin_proto::generated::envoy::config::core::v3::RequestMethod"]],["impl UnwindSafe for RoutingPriority",1,["quilkin_proto::generated::envoy::config::core::v3::RoutingPriority"]],["impl UnwindSafe for TrafficDirection",1,["quilkin_proto::generated::envoy::config::core::v3::TrafficDirection"]],["impl UnwindSafe for AddressNameSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::envoy_internal_address::AddressNameSpecifier"]],["impl UnwindSafe for ConfigSourceSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::event_service_config::ConfigSourceSpecifier"]],["impl UnwindSafe for TargetSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::TargetSpecifier"]],["impl UnwindSafe for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::CredentialSpecifier"]],["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin::ConfigType"]],["impl UnwindSafe for ValueSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::value::ValueSpecifier"]],["impl UnwindSafe for CredentialSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_credentials::CredentialSpecifier"]],["impl UnwindSafe for HeaderAppendAction",1,["quilkin_proto::generated::envoy::config::core::v3::header_value_option::HeaderAppendAction"]],["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::custom_health_check::ConfigType"]],["impl UnwindSafe for HealthChecker",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HealthChecker"]],["impl UnwindSafe for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::payload::Payload"]],["impl UnwindSafe for HeaderFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::HeaderFormat"]],["impl UnwindSafe for HeadersWithUnderscoresAction",1,["quilkin_proto::generated::envoy::config::core::v3::http_protocol_options::HeadersWithUnderscoresAction"]],["impl UnwindSafe for Version",1,["quilkin_proto::generated::envoy::config::core::v3::proxy_protocol_config::Version"]],["impl UnwindSafe for Transformation",1,["quilkin_proto::generated::envoy::config::core::v3::scheme_header_transformation::Transformation"]],["impl UnwindSafe for PortSpecifier",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::PortSpecifier"]],["impl UnwindSafe for Protocol",1,["quilkin_proto::generated::envoy::config::core::v3::socket_address::Protocol"]],["impl UnwindSafe for SocketState",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::SocketState"]],["impl UnwindSafe for Value",1,["quilkin_proto::generated::envoy::config::core::v3::socket_option::Value"]],["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::core::v3::transport_socket::ConfigType"]],["impl UnwindSafe for HostIdentifier",1,["quilkin_proto::generated::envoy::config::endpoint::v3::lb_endpoint::HostIdentifier"]],["impl UnwindSafe for LbConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbConfig"]],["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter::ConfigType"]],["impl UnwindSafe for ConnectionSourceType",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain_match::ConnectionSourceType"]],["impl UnwindSafe for BalanceType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::BalanceType"]],["impl UnwindSafe for DrainType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DrainType"]],["impl UnwindSafe for ListenerSpecifier",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ListenerSpecifier"]],["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter::ConfigType"]],["impl UnwindSafe for Rule",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::Rule"]],["impl UnwindSafe for EnabledSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::cors_policy::EnabledSpecifier"]],["impl UnwindSafe for HeaderMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::header_matcher::HeaderMatchSpecifier"]],["impl UnwindSafe for QueryParameterMatchSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::query_parameter_matcher::QueryParameterMatchSpecifier"]],["impl UnwindSafe for ActionSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::ActionSpecifier"]],["impl UnwindSafe for Source",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::meta_data::Source"]],["impl UnwindSafe for OverrideSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::OverrideSpecifier"]],["impl UnwindSafe for PathRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::PathRewriteSpecifier"]],["impl UnwindSafe for RedirectResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::RedirectResponseCode"]],["impl UnwindSafe for SchemeRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::redirect_action::SchemeRewriteSpecifier"]],["impl UnwindSafe for ResetHeaderFormat",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeaderFormat"]],["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_host_predicate::ConfigType"]],["impl UnwindSafe for ConfigType",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::retry_priority::ConfigType"]],["impl UnwindSafe for Action",1,["quilkin_proto::generated::envoy::config::route::v3::route::Action"]],["impl UnwindSafe for ClusterNotFoundResponseCode",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterNotFoundResponseCode"]],["impl UnwindSafe for ClusterSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::ClusterSpecifier"]],["impl UnwindSafe for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HostRewriteSpecifier"]],["impl UnwindSafe for InternalRedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::InternalRedirectAction"]],["impl UnwindSafe for PolicySpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::PolicySpecifier"]],["impl UnwindSafe for PathSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::PathSpecifier"]],["impl UnwindSafe for TlsRequirementType",1,["quilkin_proto::generated::envoy::config::route::v3::virtual_host::TlsRequirementType"]],["impl UnwindSafe for HostRewriteSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::cluster_weight::HostRewriteSpecifier"]],["impl UnwindSafe for RandomValueSpecifier",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::RandomValueSpecifier"]],["impl UnwindSafe for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::double_matcher::MatchPattern"]],["impl UnwindSafe for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::list_matcher::MatchPattern"]],["impl UnwindSafe for Segment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::path_segment::Segment"]],["impl UnwindSafe for EngineType",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::EngineType"]],["impl UnwindSafe for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::string_matcher::MatchPattern"]],["impl UnwindSafe for MatchPattern",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::MatchPattern"]],["impl UnwindSafe for Segment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::path_segment::Segment"]],["impl UnwindSafe for Kind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Kind"]],["impl UnwindSafe for Type",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Type"]],["impl UnwindSafe for CodecClientType",1,["quilkin_proto::generated::envoy::kind::v3::CodecClientType"]],["impl UnwindSafe for DenominatorType",1,["quilkin_proto::generated::envoy::kind::v3::fractional_percent::DenominatorType"]],["impl UnwindSafe for Inner",1,["quilkin_proto::generated::quilkin::config::v1alpha1::host::Inner"]],["impl UnwindSafe for Strategy",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Strategy"]],["impl UnwindSafe for Action",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Action"]],["impl UnwindSafe for Mode",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::Mode"]],["impl UnwindSafe for Strategy",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::Strategy"]],["impl UnwindSafe for Action",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Action"]],["impl UnwindSafe for Policy",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::Policy"]],["impl UnwindSafe for WellKnown",1,["quilkin_proto::generated::validate::bytes_rules::WellKnown"]],["impl UnwindSafe for KnownRegex",1,["quilkin_proto::generated::validate::KnownRegex"]],["impl UnwindSafe for Type",1,["quilkin_proto::generated::validate::field_rules::Type"]],["impl UnwindSafe for WellKnown",1,["quilkin_proto::generated::validate::string_rules::WellKnown"]],["impl UnwindSafe for PackageVersionStatus",1,["quilkin_proto::generated::xds::annotations::v3::PackageVersionStatus"]],["impl UnwindSafe for ResourceSpecifier",1,["quilkin_proto::generated::xds::core::v3::collection_entry::ResourceSpecifier"]],["impl UnwindSafe for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::directive::Directive"]],["impl UnwindSafe for ContextParamSpecifier",1,["quilkin_proto::generated::xds::core::v3::resource_locator::ContextParamSpecifier"]],["impl UnwindSafe for Scheme",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Scheme"]],["impl UnwindSafe for MatcherType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherType"]],["impl UnwindSafe for MatchType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::MatchType"]],["impl UnwindSafe for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::single_predicate::Matcher"]],["impl UnwindSafe for TreeType",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::TreeType"]],["impl UnwindSafe for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::on_match::OnMatch"]],["impl UnwindSafe for EngineType",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::EngineType"]],["impl UnwindSafe for MatchPattern",1,["quilkin_proto::generated::xds::kind::matcher::v3::string_matcher::MatchPattern"]],["impl UnwindSafe for AccessLog",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLog"]],["impl UnwindSafe for AccessLogFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AccessLogFilter"]],["impl UnwindSafe for AndFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::AndFilter"]],["impl UnwindSafe for ComparisonFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ComparisonFilter"]],["impl UnwindSafe for DurationFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::DurationFilter"]],["impl UnwindSafe for ExtensionFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ExtensionFilter"]],["impl UnwindSafe for GrpcStatusFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::GrpcStatusFilter"]],["impl UnwindSafe for HeaderFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::HeaderFilter"]],["impl UnwindSafe for MetadataFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::MetadataFilter"]],["impl UnwindSafe for NotHealthCheckFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::NotHealthCheckFilter"]],["impl UnwindSafe for OrFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::OrFilter"]],["impl UnwindSafe for ResponseFlagFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::ResponseFlagFilter"]],["impl UnwindSafe for RuntimeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::RuntimeFilter"]],["impl UnwindSafe for StatusCodeFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::StatusCodeFilter"]],["impl UnwindSafe for TraceableFilter",1,["quilkin_proto::generated::envoy::config::accesslog::v3::TraceableFilter"]],["impl UnwindSafe for AlternateProtocolsCacheEntry",1,["quilkin_proto::generated::envoy::config::core::v3::alternate_protocols_cache_options::AlternateProtocolsCacheEntry"]],["impl UnwindSafe for GoogleIamCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::GoogleIamCredentials"]],["impl UnwindSafe for MetadataCredentialsFromPlugin",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::MetadataCredentialsFromPlugin"]],["impl UnwindSafe for ServiceAccountJwtAccessCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::ServiceAccountJwtAccessCredentials"]],["impl UnwindSafe for StsService",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::call_credentials::StsService"]],["impl UnwindSafe for Value",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::channel_args::Value"]],["impl UnwindSafe for CallCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::CallCredentials"]],["impl UnwindSafe for ChannelArgs",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelArgs"]],["impl UnwindSafe for ChannelCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::ChannelCredentials"]],["impl UnwindSafe for GoogleLocalCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::GoogleLocalCredentials"]],["impl UnwindSafe for SslCredentials",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::google_grpc::SslCredentials"]],["impl UnwindSafe for EnvoyGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::EnvoyGrpc"]],["impl UnwindSafe for GoogleGrpc",1,["quilkin_proto::generated::envoy::config::core::v3::grpc_service::GoogleGrpc"]],["impl UnwindSafe for CustomHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::CustomHealthCheck"]],["impl UnwindSafe for GrpcHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::GrpcHealthCheck"]],["impl UnwindSafe for HttpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::HttpHealthCheck"]],["impl UnwindSafe for Payload",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::Payload"]],["impl UnwindSafe for RedisHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::RedisHealthCheck"]],["impl UnwindSafe for TcpHealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TcpHealthCheck"]],["impl UnwindSafe for TlsOptions",1,["quilkin_proto::generated::envoy::config::core::v3::health_check::TlsOptions"]],["impl UnwindSafe for ProperCaseWords",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::header_key_format::ProperCaseWords"]],["impl UnwindSafe for HeaderKeyFormat",1,["quilkin_proto::generated::envoy::config::core::v3::http1_protocol_options::HeaderKeyFormat"]],["impl UnwindSafe for SettingsParameter",1,["quilkin_proto::generated::envoy::config::core::v3::http2_protocol_options::SettingsParameter"]],["impl UnwindSafe for Address",1,["quilkin_proto::generated::envoy::config::core::v3::Address"]],["impl UnwindSafe for AggregatedConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::AggregatedConfigSource"]],["impl UnwindSafe for AlternateProtocolsCacheOptions",1,["quilkin_proto::generated::envoy::config::core::v3::AlternateProtocolsCacheOptions"]],["impl UnwindSafe for ApiConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ApiConfigSource"]],["impl UnwindSafe for BindConfig",1,["quilkin_proto::generated::envoy::config::core::v3::BindConfig"]],["impl UnwindSafe for CidrRange",1,["quilkin_proto::generated::envoy::config::core::v3::CidrRange"]],["impl UnwindSafe for ConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ConfigSource"]],["impl UnwindSafe for ControlPlane",1,["quilkin_proto::generated::envoy::config::core::v3::ControlPlane"]],["impl UnwindSafe for DataSource",1,["quilkin_proto::generated::envoy::config::core::v3::DataSource"]],["impl UnwindSafe for EnvoyInternalAddress",1,["quilkin_proto::generated::envoy::config::core::v3::EnvoyInternalAddress"]],["impl UnwindSafe for EventServiceConfig",1,["quilkin_proto::generated::envoy::config::core::v3::EventServiceConfig"]],["impl UnwindSafe for ExtensionConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::ExtensionConfigSource"]],["impl UnwindSafe for GrpcProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcProtocolOptions"]],["impl UnwindSafe for GrpcService",1,["quilkin_proto::generated::envoy::config::core::v3::GrpcService"]],["impl UnwindSafe for HeaderMap",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderMap"]],["impl UnwindSafe for HeaderValue",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValue"]],["impl UnwindSafe for HeaderValueOption",1,["quilkin_proto::generated::envoy::config::core::v3::HeaderValueOption"]],["impl UnwindSafe for HealthCheck",1,["quilkin_proto::generated::envoy::config::core::v3::HealthCheck"]],["impl UnwindSafe for HealthStatusSet",1,["quilkin_proto::generated::envoy::config::core::v3::HealthStatusSet"]],["impl UnwindSafe for Http1ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http1ProtocolOptions"]],["impl UnwindSafe for Http2ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http2ProtocolOptions"]],["impl UnwindSafe for Http3ProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::Http3ProtocolOptions"]],["impl UnwindSafe for HttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::HttpProtocolOptions"]],["impl UnwindSafe for KeepaliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::KeepaliveSettings"]],["impl UnwindSafe for Locality",1,["quilkin_proto::generated::envoy::config::core::v3::Locality"]],["impl UnwindSafe for Metadata",1,["quilkin_proto::generated::envoy::config::core::v3::Metadata"]],["impl UnwindSafe for Node",1,["quilkin_proto::generated::envoy::config::core::v3::Node"]],["impl UnwindSafe for PathConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::PathConfigSource"]],["impl UnwindSafe for Pipe",1,["quilkin_proto::generated::envoy::config::core::v3::Pipe"]],["impl UnwindSafe for ProxyProtocolConfig",1,["quilkin_proto::generated::envoy::config::core::v3::ProxyProtocolConfig"]],["impl UnwindSafe for QueryParameter",1,["quilkin_proto::generated::envoy::config::core::v3::QueryParameter"]],["impl UnwindSafe for QuicKeepAliveSettings",1,["quilkin_proto::generated::envoy::config::core::v3::QuicKeepAliveSettings"]],["impl UnwindSafe for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::QuicProtocolOptions"]],["impl UnwindSafe for RateLimitSettings",1,["quilkin_proto::generated::envoy::config::core::v3::RateLimitSettings"]],["impl UnwindSafe for RuntimeDouble",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeDouble"]],["impl UnwindSafe for RuntimeFeatureFlag",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFeatureFlag"]],["impl UnwindSafe for RuntimeFractionalPercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeFractionalPercent"]],["impl UnwindSafe for RuntimePercent",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimePercent"]],["impl UnwindSafe for RuntimeUInt32",1,["quilkin_proto::generated::envoy::config::core::v3::RuntimeUInt32"]],["impl UnwindSafe for SchemeHeaderTransformation",1,["quilkin_proto::generated::envoy::config::core::v3::SchemeHeaderTransformation"]],["impl UnwindSafe for SelfConfigSource",1,["quilkin_proto::generated::envoy::config::core::v3::SelfConfigSource"]],["impl UnwindSafe for SocketAddress",1,["quilkin_proto::generated::envoy::config::core::v3::SocketAddress"]],["impl UnwindSafe for SocketOption",1,["quilkin_proto::generated::envoy::config::core::v3::SocketOption"]],["impl UnwindSafe for TcpKeepalive",1,["quilkin_proto::generated::envoy::config::core::v3::TcpKeepalive"]],["impl UnwindSafe for TcpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::TcpProtocolOptions"]],["impl UnwindSafe for TransportSocket",1,["quilkin_proto::generated::envoy::config::core::v3::TransportSocket"]],["impl UnwindSafe for TypedExtensionConfig",1,["quilkin_proto::generated::envoy::config::core::v3::TypedExtensionConfig"]],["impl UnwindSafe for UdpSocketConfig",1,["quilkin_proto::generated::envoy::config::core::v3::UdpSocketConfig"]],["impl UnwindSafe for UpstreamHttpProtocolOptions",1,["quilkin_proto::generated::envoy::config::core::v3::UpstreamHttpProtocolOptions"]],["impl UnwindSafe for WatchedDirectory",1,["quilkin_proto::generated::envoy::config::core::v3::WatchedDirectory"]],["impl UnwindSafe for HealthCheckConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::endpoint::HealthCheckConfig"]],["impl UnwindSafe for LbEndpointList",1,["quilkin_proto::generated::envoy::config::endpoint::v3::locality_lb_endpoints::LbEndpointList"]],["impl UnwindSafe for Endpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::Endpoint"]],["impl UnwindSafe for LbEndpoint",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LbEndpoint"]],["impl UnwindSafe for LedsClusterLocalityConfig",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LedsClusterLocalityConfig"]],["impl UnwindSafe for LocalityLbEndpoints",1,["quilkin_proto::generated::envoy::config::endpoint::v3::LocalityLbEndpoints"]],["impl UnwindSafe for OnDemandConfiguration",1,["quilkin_proto::generated::envoy::config::listener::v3::filter_chain::OnDemandConfiguration"]],["impl UnwindSafe for ExactBalance",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::connection_balance_config::ExactBalance"]],["impl UnwindSafe for ConnectionBalanceConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::ConnectionBalanceConfig"]],["impl UnwindSafe for DeprecatedV1",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::DeprecatedV1"]],["impl UnwindSafe for InternalListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::listener::InternalListenerConfig"]],["impl UnwindSafe for MatchSet",1,["quilkin_proto::generated::envoy::config::listener::v3::listener_filter_chain_match_predicate::MatchSet"]],["impl UnwindSafe for ActiveRawUdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::ActiveRawUdpListenerConfig"]],["impl UnwindSafe for ApiListener",1,["quilkin_proto::generated::envoy::config::listener::v3::ApiListener"]],["impl UnwindSafe for Filter",1,["quilkin_proto::generated::envoy::config::listener::v3::Filter"]],["impl UnwindSafe for FilterChain",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChain"]],["impl UnwindSafe for FilterChainMatch",1,["quilkin_proto::generated::envoy::config::listener::v3::FilterChainMatch"]],["impl UnwindSafe for Listener",1,["quilkin_proto::generated::envoy::config::listener::v3::Listener"]],["impl UnwindSafe for ListenerCollection",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerCollection"]],["impl UnwindSafe for ListenerFilter",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilter"]],["impl UnwindSafe for ListenerFilterChainMatchPredicate",1,["quilkin_proto::generated::envoy::config::listener::v3::ListenerFilterChainMatchPredicate"]],["impl UnwindSafe for QuicProtocolOptions",1,["quilkin_proto::generated::envoy::config::listener::v3::QuicProtocolOptions"]],["impl UnwindSafe for UdpListenerConfig",1,["quilkin_proto::generated::envoy::config::listener::v3::UdpListenerConfig"]],["impl UnwindSafe for DestinationCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DestinationCluster"]],["impl UnwindSafe for DynamicMetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::DynamicMetaData"]],["impl UnwindSafe for GenericKey",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::GenericKey"]],["impl UnwindSafe for HeaderValueMatch",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::HeaderValueMatch"]],["impl UnwindSafe for MetaData",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::MetaData"]],["impl UnwindSafe for RemoteAddress",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RemoteAddress"]],["impl UnwindSafe for RequestHeaders",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::RequestHeaders"]],["impl UnwindSafe for SourceCluster",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::action::SourceCluster"]],["impl UnwindSafe for DynamicMetadata",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::override::DynamicMetadata"]],["impl UnwindSafe for Action",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Action"]],["impl UnwindSafe for Override",1,["quilkin_proto::generated::envoy::config::route::v3::rate_limit::Override"]],["impl UnwindSafe for RateLimitedRetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RateLimitedRetryBackOff"]],["impl UnwindSafe for ResetHeader",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::ResetHeader"]],["impl UnwindSafe for RetryBackOff",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryBackOff"]],["impl UnwindSafe for RetryHostPredicate",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryHostPredicate"]],["impl UnwindSafe for RetryPriority",1,["quilkin_proto::generated::envoy::config::route::v3::retry_policy::RetryPriority"]],["impl UnwindSafe for ConnectionProperties",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::ConnectionProperties"]],["impl UnwindSafe for Cookie",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Cookie"]],["impl UnwindSafe for FilterState",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::FilterState"]],["impl UnwindSafe for Header",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::Header"]],["impl UnwindSafe for QueryParameter",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::hash_policy::QueryParameter"]],["impl UnwindSafe for HashPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::HashPolicy"]],["impl UnwindSafe for MaxStreamDuration",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::MaxStreamDuration"]],["impl UnwindSafe for RequestMirrorPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::RequestMirrorPolicy"]],["impl UnwindSafe for UpgradeConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::UpgradeConfig"]],["impl UnwindSafe for ConnectConfig",1,["quilkin_proto::generated::envoy::config::route::v3::route_action::upgrade_config::ConnectConfig"]],["impl UnwindSafe for ConnectMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::ConnectMatcher"]],["impl UnwindSafe for GrpcRouteMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::GrpcRouteMatchOptions"]],["impl UnwindSafe for TlsContextMatchOptions",1,["quilkin_proto::generated::envoy::config::route::v3::route_match::TlsContextMatchOptions"]],["impl UnwindSafe for CorsPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::CorsPolicy"]],["impl UnwindSafe for Decorator",1,["quilkin_proto::generated::envoy::config::route::v3::Decorator"]],["impl UnwindSafe for DirectResponseAction",1,["quilkin_proto::generated::envoy::config::route::v3::DirectResponseAction"]],["impl UnwindSafe for FilterAction",1,["quilkin_proto::generated::envoy::config::route::v3::FilterAction"]],["impl UnwindSafe for FilterConfig",1,["quilkin_proto::generated::envoy::config::route::v3::FilterConfig"]],["impl UnwindSafe for HeaderMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::HeaderMatcher"]],["impl UnwindSafe for HedgePolicy",1,["quilkin_proto::generated::envoy::config::route::v3::HedgePolicy"]],["impl UnwindSafe for InternalRedirectPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::InternalRedirectPolicy"]],["impl UnwindSafe for NonForwardingAction",1,["quilkin_proto::generated::envoy::config::route::v3::NonForwardingAction"]],["impl UnwindSafe for QueryParameterMatcher",1,["quilkin_proto::generated::envoy::config::route::v3::QueryParameterMatcher"]],["impl UnwindSafe for RateLimit",1,["quilkin_proto::generated::envoy::config::route::v3::RateLimit"]],["impl UnwindSafe for RedirectAction",1,["quilkin_proto::generated::envoy::config::route::v3::RedirectAction"]],["impl UnwindSafe for RetryPolicy",1,["quilkin_proto::generated::envoy::config::route::v3::RetryPolicy"]],["impl UnwindSafe for Route",1,["quilkin_proto::generated::envoy::config::route::v3::Route"]],["impl UnwindSafe for RouteAction",1,["quilkin_proto::generated::envoy::config::route::v3::RouteAction"]],["impl UnwindSafe for RouteMatch",1,["quilkin_proto::generated::envoy::config::route::v3::RouteMatch"]],["impl UnwindSafe for Tracing",1,["quilkin_proto::generated::envoy::config::route::v3::Tracing"]],["impl UnwindSafe for VirtualCluster",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualCluster"]],["impl UnwindSafe for VirtualHost",1,["quilkin_proto::generated::envoy::config::route::v3::VirtualHost"]],["impl UnwindSafe for WeightedCluster",1,["quilkin_proto::generated::envoy::config::route::v3::WeightedCluster"]],["impl UnwindSafe for ClusterWeight",1,["quilkin_proto::generated::envoy::config::route::v3::weighted_cluster::ClusterWeight"]],["impl UnwindSafe for PathSegment",1,["quilkin_proto::generated::envoy::kind::matcher::v3::metadata_matcher::PathSegment"]],["impl UnwindSafe for GoogleRe2",1,["quilkin_proto::generated::envoy::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl UnwindSafe for DoubleMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::DoubleMatcher"]],["impl UnwindSafe for ListMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListMatcher"]],["impl UnwindSafe for ListStringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ListStringMatcher"]],["impl UnwindSafe for MetadataMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::MetadataMatcher"]],["impl UnwindSafe for RegexMatchAndSubstitute",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatchAndSubstitute"]],["impl UnwindSafe for RegexMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::RegexMatcher"]],["impl UnwindSafe for StringMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::StringMatcher"]],["impl UnwindSafe for ValueMatcher",1,["quilkin_proto::generated::envoy::kind::matcher::v3::ValueMatcher"]],["impl UnwindSafe for NullMatch",1,["quilkin_proto::generated::envoy::kind::matcher::v3::value_matcher::NullMatch"]],["impl UnwindSafe for PathSegment",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_key::PathSegment"]],["impl UnwindSafe for Cluster",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Cluster"]],["impl UnwindSafe for Host",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Host"]],["impl UnwindSafe for Request",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Request"]],["impl UnwindSafe for Route",1,["quilkin_proto::generated::envoy::kind::metadata::v3::metadata_kind::Route"]],["impl UnwindSafe for MetadataKey",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKey"]],["impl UnwindSafe for MetadataKind",1,["quilkin_proto::generated::envoy::kind::metadata::v3::MetadataKind"]],["impl UnwindSafe for Environment",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Environment"]],["impl UnwindSafe for Header",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Header"]],["impl UnwindSafe for Literal",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Literal"]],["impl UnwindSafe for Metadata",1,["quilkin_proto::generated::envoy::kind::tracing::v3::custom_tag::Metadata"]],["impl UnwindSafe for CustomTag",1,["quilkin_proto::generated::envoy::kind::tracing::v3::CustomTag"]],["impl UnwindSafe for DoubleRange",1,["quilkin_proto::generated::envoy::kind::v3::DoubleRange"]],["impl UnwindSafe for FractionalPercent",1,["quilkin_proto::generated::envoy::kind::v3::FractionalPercent"]],["impl UnwindSafe for Int32Range",1,["quilkin_proto::generated::envoy::kind::v3::Int32Range"]],["impl UnwindSafe for Int64Range",1,["quilkin_proto::generated::envoy::kind::v3::Int64Range"]],["impl UnwindSafe for Percent",1,["quilkin_proto::generated::envoy::kind::v3::Percent"]],["impl UnwindSafe for CacheControl",1,["quilkin_proto::generated::envoy::service::discovery::v3::resource::CacheControl"]],["impl UnwindSafe for AdsDummy",1,["quilkin_proto::generated::envoy::service::discovery::v3::AdsDummy"]],["impl UnwindSafe for DeltaDiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryRequest"]],["impl UnwindSafe for DeltaDiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DeltaDiscoveryResponse"]],["impl UnwindSafe for DiscoveryRequest",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryRequest"]],["impl UnwindSafe for DiscoveryResponse",1,["quilkin_proto::generated::envoy::service::discovery::v3::DiscoveryResponse"]],["impl UnwindSafe for Resource",1,["quilkin_proto::generated::envoy::service::discovery::v3::Resource"]],["impl UnwindSafe for Status",1,["quilkin_proto::generated::google::rpc::Status"]],["impl UnwindSafe for Cluster",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Cluster"]],["impl UnwindSafe for ClusterMap",1,["quilkin_proto::generated::quilkin::config::v1alpha1::ClusterMap"]],["impl UnwindSafe for Datacenter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Datacenter"]],["impl UnwindSafe for Endpoint",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Endpoint"]],["impl UnwindSafe for Filter",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Filter"]],["impl UnwindSafe for FilterChain",1,["quilkin_proto::generated::quilkin::config::v1alpha1::FilterChain"]],["impl UnwindSafe for Host",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Host"]],["impl UnwindSafe for Ipv6",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Ipv6"]],["impl UnwindSafe for Locality",1,["quilkin_proto::generated::quilkin::config::v1alpha1::Locality"]],["impl UnwindSafe for Prefix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Prefix"]],["impl UnwindSafe for Regex",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Regex"]],["impl UnwindSafe for Suffix",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::capture::Suffix"]],["impl UnwindSafe for Capture",1,["quilkin_proto::generated::quilkin::filters::capture::v1alpha1::Capture"]],["impl UnwindSafe for ActionValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ActionValue"]],["impl UnwindSafe for ModeValue",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::compress::ModeValue"]],["impl UnwindSafe for Compress",1,["quilkin_proto::generated::quilkin::filters::compress::v1alpha1::Compress"]],["impl UnwindSafe for StrategyValue",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::concatenate::StrategyValue"]],["impl UnwindSafe for Concatenate",1,["quilkin_proto::generated::quilkin::filters::concatenate::v1alpha1::Concatenate"]],["impl UnwindSafe for Debug",1,["quilkin_proto::generated::quilkin::filters::debug::v1alpha1::Debug"]],["impl UnwindSafe for Drop",1,["quilkin_proto::generated::quilkin::filters::drop::v1alpha1::Drop"]],["impl UnwindSafe for PortRange",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::PortRange"]],["impl UnwindSafe for Rule",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::firewall::Rule"]],["impl UnwindSafe for Firewall",1,["quilkin_proto::generated::quilkin::filters::firewall::v1alpha1::Firewall"]],["impl UnwindSafe for PolicyValue",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::load_balancer::PolicyValue"]],["impl UnwindSafe for LoadBalancer",1,["quilkin_proto::generated::quilkin::filters::load_balancer::v1alpha1::LoadBalancer"]],["impl UnwindSafe for LocalRateLimit",1,["quilkin_proto::generated::quilkin::filters::local_rate_limit::v1alpha1::LocalRateLimit"]],["impl UnwindSafe for Branch",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Branch"]],["impl UnwindSafe for Config",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::match::Config"]],["impl UnwindSafe for Match",1,["quilkin_proto::generated::quilkin::filters::matches::v1alpha1::Match"]],["impl UnwindSafe for Pass",1,["quilkin_proto::generated::quilkin::filters::pass::v1alpha1::Pass"]],["impl UnwindSafe for Timestamp",1,["quilkin_proto::generated::quilkin::filters::timestamp::v1alpha1::Timestamp"]],["impl UnwindSafe for TokenRouter",1,["quilkin_proto::generated::quilkin::filters::token_router::v1alpha1::TokenRouter"]],["impl UnwindSafe for AnyRules",1,["quilkin_proto::generated::validate::AnyRules"]],["impl UnwindSafe for BoolRules",1,["quilkin_proto::generated::validate::BoolRules"]],["impl UnwindSafe for BytesRules",1,["quilkin_proto::generated::validate::BytesRules"]],["impl UnwindSafe for DoubleRules",1,["quilkin_proto::generated::validate::DoubleRules"]],["impl UnwindSafe for DurationRules",1,["quilkin_proto::generated::validate::DurationRules"]],["impl UnwindSafe for EnumRules",1,["quilkin_proto::generated::validate::EnumRules"]],["impl UnwindSafe for FieldRules",1,["quilkin_proto::generated::validate::FieldRules"]],["impl UnwindSafe for Fixed32Rules",1,["quilkin_proto::generated::validate::Fixed32Rules"]],["impl UnwindSafe for Fixed64Rules",1,["quilkin_proto::generated::validate::Fixed64Rules"]],["impl UnwindSafe for FloatRules",1,["quilkin_proto::generated::validate::FloatRules"]],["impl UnwindSafe for Int32Rules",1,["quilkin_proto::generated::validate::Int32Rules"]],["impl UnwindSafe for Int64Rules",1,["quilkin_proto::generated::validate::Int64Rules"]],["impl UnwindSafe for MapRules",1,["quilkin_proto::generated::validate::MapRules"]],["impl UnwindSafe for MessageRules",1,["quilkin_proto::generated::validate::MessageRules"]],["impl UnwindSafe for RepeatedRules",1,["quilkin_proto::generated::validate::RepeatedRules"]],["impl UnwindSafe for SFixed32Rules",1,["quilkin_proto::generated::validate::SFixed32Rules"]],["impl UnwindSafe for SFixed64Rules",1,["quilkin_proto::generated::validate::SFixed64Rules"]],["impl UnwindSafe for SInt32Rules",1,["quilkin_proto::generated::validate::SInt32Rules"]],["impl UnwindSafe for SInt64Rules",1,["quilkin_proto::generated::validate::SInt64Rules"]],["impl UnwindSafe for StringRules",1,["quilkin_proto::generated::validate::StringRules"]],["impl UnwindSafe for TimestampRules",1,["quilkin_proto::generated::validate::TimestampRules"]],["impl UnwindSafe for UInt32Rules",1,["quilkin_proto::generated::validate::UInt32Rules"]],["impl UnwindSafe for UInt64Rules",1,["quilkin_proto::generated::validate::UInt64Rules"]],["impl UnwindSafe for FieldStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FieldStatusAnnotation"]],["impl UnwindSafe for FileStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::FileStatusAnnotation"]],["impl UnwindSafe for MessageStatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::MessageStatusAnnotation"]],["impl UnwindSafe for StatusAnnotation",1,["quilkin_proto::generated::xds::annotations::v3::StatusAnnotation"]],["impl UnwindSafe for InlineEntry",1,["quilkin_proto::generated::xds::core::v3::collection_entry::InlineEntry"]],["impl UnwindSafe for Directive",1,["quilkin_proto::generated::xds::core::v3::resource_locator::Directive"]],["impl UnwindSafe for Authority",1,["quilkin_proto::generated::xds::core::v3::Authority"]],["impl UnwindSafe for CollectionEntry",1,["quilkin_proto::generated::xds::core::v3::CollectionEntry"]],["impl UnwindSafe for ContextParams",1,["quilkin_proto::generated::xds::core::v3::ContextParams"]],["impl UnwindSafe for ResourceLocator",1,["quilkin_proto::generated::xds::core::v3::ResourceLocator"]],["impl UnwindSafe for ResourceName",1,["quilkin_proto::generated::xds::core::v3::ResourceName"]],["impl UnwindSafe for TypedExtensionConfig",1,["quilkin_proto::generated::xds::core::v3::TypedExtensionConfig"]],["impl UnwindSafe for PredicateList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::PredicateList"]],["impl UnwindSafe for SinglePredicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::predicate::SinglePredicate"]],["impl UnwindSafe for FieldMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::FieldMatcher"]],["impl UnwindSafe for Predicate",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_list::Predicate"]],["impl UnwindSafe for MatchMap",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::matcher_tree::MatchMap"]],["impl UnwindSafe for MatcherList",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherList"]],["impl UnwindSafe for MatcherTree",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::MatcherTree"]],["impl UnwindSafe for OnMatch",1,["quilkin_proto::generated::xds::kind::matcher::v3::matcher::OnMatch"]],["impl UnwindSafe for GoogleRe2",1,["quilkin_proto::generated::xds::kind::matcher::v3::regex_matcher::GoogleRe2"]],["impl UnwindSafe for ListStringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::ListStringMatcher"]],["impl UnwindSafe for Matcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::Matcher"]],["impl UnwindSafe for RegexMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::RegexMatcher"]],["impl UnwindSafe for StringMatcher",1,["quilkin_proto::generated::xds::kind::matcher::v3::StringMatcher"]],["impl<T> UnwindSafe for AggregatedDiscoveryServiceClient<T>
    where\n T: UnwindSafe,
    ",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_client::AggregatedDiscoveryServiceClient"]],["impl<T> UnwindSafe for AggregatedDiscoveryServiceServer<T>
    where\n T: RefUnwindSafe,
    ",1,["quilkin_proto::generated::envoy::service::discovery::v3::aggregated_discovery_service_server::AggregatedDiscoveryServiceServer"]],["impl<T> UnwindSafe for AggregatedControlPlaneDiscoveryServiceClient<T>
    where\n T: UnwindSafe,
    ",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_client::AggregatedControlPlaneDiscoveryServiceClient"]],["impl<T> UnwindSafe for AggregatedControlPlaneDiscoveryServiceServer<T>
    where\n T: RefUnwindSafe,
    ",1,["quilkin_proto::generated::quilkin::relay::v1alpha1::aggregated_control_plane_discovery_service_server::AggregatedControlPlaneDiscoveryServiceServer"]]], "quilkin_xds":[["impl UnwindSafe for DeltaSubscription",1,["quilkin_xds::client::DeltaSubscription"]],["impl UnwindSafe for AwaitingAck",1,["quilkin_xds::config::AwaitingAck"]],["impl UnwindSafe for ClientState",1,["quilkin_xds::config::ClientState"]],["impl UnwindSafe for ClientTracker",1,["quilkin_xds::config::ClientTracker"]],["impl UnwindSafe for DeltaDiscoveryRes",1,["quilkin_xds::config::DeltaDiscoveryRes"]],["impl UnwindSafe for LocalVersions",1,["quilkin_xds::config::LocalVersions"]],["impl UnwindSafe for Locality",1,["quilkin_xds::locality::Locality"]],["impl UnwindSafe for StreamConnectionMetrics",1,["quilkin_xds::metrics::StreamConnectionMetrics"]],["impl UnwindSafe for TcpListener",1,["quilkin_xds::net::TcpListener"]],["impl<C> !UnwindSafe for Client<C>",1,["quilkin_xds::client::Client"]],["impl<C> !UnwindSafe for ControlPlane<C>",1,["quilkin_xds::server::ControlPlane"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/main/book/installation.html b/main/book/installation.html index 387134e2a..3c5cee1fb 100644 --- a/main/book/installation.html +++ b/main/book/installation.html @@ -162,7 +162,7 @@

    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=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [default: any] [possible values: v4, v6, any] -h, --help Print help","breadcrumbs":"Control Plane » xDS Control Plane","id":"137","title":"xDS Control Plane"},"138":{"body":"In addition to static configuration provided upon startup, a Quiklin proxy's configuration can also be updated at runtime. The proxy can be configured on startup to talk to a set of management servers which provide it with updates throughout its lifecycle. Communication between the proxy and management server uses the xDS gRPC protocol , similar to an envoy proxy . xDS is one of the standard configuration mechanisms for software proxies and as a result, Quilkin can be setup to discover configuration resources from any API compatible server. Also, given that the protocol is well specified , it is similarly straight-forward to implement a custom server to suit any deployment's needs. As described within the xDS-api documentation, the xDS API comprises a set of resource discovery APIs, each serving a specific set of configuration resource types, while the protocol itself comes in several variants . Quilkin implements the Aggregated Discovery Service (ADS) Incremental xDS variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"138","title":"Overview"},"139":{"body":"Heavily influenced by xDS's Cluster Discovery Service , Endpoint Discovery Service , and Listener Discovery Service , Quilkin utilises its own custom Configuration xDS resources (reference) to enable dynamic configuration of Datacenters, Clusters, Endpoints and Filters through the Aggregated Discovery Service. This above reference also provides documentation for all the ProtoBuf definitions for all Filters that are available in Quilkin.","breadcrumbs":"Control Plane » xDS Configuration Resources","id":"139","title":"xDS Configuration Resources"},"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":"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":"140","title":"Connecting to an xDS management server"},"141":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"141","title":"xDS Metrics"},"142":{"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":"142","title":"Proxy Mode"},"143":{"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":"143","title":"xDS Provider Mode"},"144":{"body":"The Agones xDS Provider is built to simplify Quilkin integration with Agones game server hosting on top of Kubernetes . This provider watches for changes in Agones GameServer resources in a cluster, and utilises that information to provide Endpoint information to connected Quilkin proxies. To view all the options for the agones provider subcommand, run: $ quilkin manage agones --help\nWatches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration Usage: quilkin manage agones [OPTIONS] Options: -c, --config-namespace The namespace under which the configmap is stored [env: QUILKIN_AGONES_CONFIG_NAMESPACE=] -g, --gameservers-namespace The namespace under which the game servers run [env: QUILKIN_AGONES_GAMESERVERS_NAMESPACE=] [default: default] -h, --help Print help Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"144","title":"Agones xDS Provider"},"145":{"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":"145","title":"Endpoint Configuration"},"146":{"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":"146","title":"Access Tokens"},"147":{"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":"147","title":"Filter Configuration"},"148":{"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":"148","title":"Usage"},"149":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. To view all the options for the file provider subcommand, run: $ quilkin manage agones --help\nWatches for changes to the file located at `path` Usage: quilkin manage file Arguments: The path to the source config [env: QUILKIN_FS_PATH=] Options: -h, --help Print help For example: quilkin manage file quilkin.yaml We run this on port 1800, in this example, in case you are running this locally, and the default port is taken up by an existing Quilkin proxy. After running this command, any proxy that connects to port 18000 will receive updates as configured in config.yaml file. You can find the configuration file schema in Configuration File . Example: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: hello\nclusters: - endpoints: - address: 123.0.0.1:29 metadata: 'quilkin.dev': tokens: - 'MXg3aWp5Ng=='\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Control Plane » Providers » Filesystem » Filesystem xDS Provider","id":"149","title":"Filesystem xDS Provider"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » Protocol Documentation","id":"150","title":"Protocol Documentation"},"151":{"body":"quilkin/relay/v1alpha1/relay.proto AggregatedControlPlaneDiscoveryService quilkin/config/v1alpha1/config.proto Cluster ClusterMap Datacenter Endpoint Filter FilterChain Host Ipv6 Locality quilkin/filters/capture/v1alpha1/capture.proto Capture Capture.Prefix Capture.Regex Capture.Suffix quilkin/filters/compress/v1alpha1/compress.proto Compress Compress.ActionValue Compress.ModeValue Compress.Action Compress.Mode quilkin/filters/concatenate/v1alpha1/concatenate.proto Concatenate Concatenate.StrategyValue Concatenate.Strategy quilkin/filters/debug/v1alpha1/debug.proto Debug quilkin/filters/drop/v1alpha1/drop.proto Drop quilkin/filters/firewall/v1alpha1/firewall.proto Firewall Firewall.PortRange Firewall.Rule Firewall.Action quilkin/filters/load_balancer/v1alpha1/load_balancer.proto LoadBalancer LoadBalancer.PolicyValue LoadBalancer.Policy quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto LocalRateLimit quilkin/filters/match/v1alpha1/match.proto Match Match.Branch Match.Config quilkin/filters/pass/v1alpha1/pass.proto Pass quilkin/filters/token_router/v1alpha1/token_router.proto TokenRouter quilkin/filters/timestamp/v1alpha1/timestamp.proto Timestamp Scalar Value Types Top","breadcrumbs":"Control Plane » Protobuf Reference » Table of Contents","id":"151","title":"Table of Contents"},"152":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/relay/v1alpha1/relay.proto","id":"152","title":"quilkin/relay/v1alpha1/relay.proto"},"153":{"body":"The Manager Discovery Service provides an RPC for a management service to upstream its configuration to a relay service. This RPC works essentially the same as xDS, except instead of the client connecting to the server to receive configuration, the client is connecting to the server send its configuration. This service enables the relay to merge the configuration of all currently live management servers as a single aggregated xDS server without the relay needing to maintain a list of xDS servers to connect to in the relay itself. Method Name Request Type Response Type Description StreamAggregatedResources .envoy.service.discovery.v3.DiscoveryResponse stream .envoy.service.discovery.v3.DiscoveryRequest stream This RPC is not supported but remains here as part of the xDS standard, as Quilkin only uses a delta configuration transport for performance reasons. DeltaAggregatedResources .envoy.service.discovery.v3.DeltaDiscoveryResponse stream .envoy.service.discovery.v3.DeltaDiscoveryRequest stream Delta (Incremental) xDS implementation Top","breadcrumbs":"Control Plane » Protobuf Reference » AggregatedControlPlaneDiscoveryService","id":"153","title":"AggregatedControlPlaneDiscoveryService"},"154":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/config/v1alpha1/config.proto","id":"154","title":"quilkin/config/v1alpha1/config.proto"},"155":{"body":"Field Type Label Description locality Locality endpoints Endpoint repeated","breadcrumbs":"Control Plane » Protobuf Reference » Cluster","id":"155","title":"Cluster"},"156":{"body":"Field Type Label Description clusters Cluster repeated","breadcrumbs":"Control Plane » Protobuf Reference » ClusterMap","id":"156","title":"ClusterMap"},"157":{"body":"Field Type Label Description host string qcmp_port uint32 icao_code string","breadcrumbs":"Control Plane » Protobuf Reference » Datacenter","id":"157","title":"Datacenter"},"158":{"body":"Field Type Label Description host string port uint32 metadata google.protobuf.Struct host2 Host","breadcrumbs":"Control Plane » Protobuf Reference » Endpoint","id":"158","title":"Endpoint"},"159":{"body":"Field Type Label Description name string label string optional config string optional","breadcrumbs":"Control Plane » Protobuf Reference » Filter","id":"159","title":"Filter"},"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":"Field Type Label Description filters Filter repeated","breadcrumbs":"Control Plane » Protobuf Reference » FilterChain","id":"160","title":"FilterChain"},"161":{"body":"Field Type Label Description name string ipv4 fixed32 ipv6 Ipv6","breadcrumbs":"Control Plane » Protobuf Reference » Host","id":"161","title":"Host"},"162":{"body":"Field Type Label Description first fixed64 second fixed64","breadcrumbs":"Control Plane » Protobuf Reference » Ipv6","id":"162","title":"Ipv6"},"163":{"body":"Field Type Label Description region string zone string sub_zone string Top","breadcrumbs":"Control Plane » Protobuf Reference » Locality","id":"163","title":"Locality"},"164":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/capture/v1alpha1/capture.proto","id":"164","title":"quilkin/filters/capture/v1alpha1/capture.proto"},"165":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue prefix Capture.Prefix suffix Capture.Suffix regex Capture.Regex","breadcrumbs":"Control Plane » Protobuf Reference » Capture","id":"165","title":"Capture"},"166":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Prefix","id":"166","title":"Capture.Prefix"},"167":{"body":"Field Type Label Description regex google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Regex","id":"167","title":"Capture.Regex"},"168":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Suffix","id":"168","title":"Capture.Suffix"},"169":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/compress/v1alpha1/compress.proto","id":"169","title":"quilkin/filters/compress/v1alpha1/compress.proto"},"17":{"body":"So that we have a target for sending UDP packets to, let's use ncat to create a simple UDP echo process. To do this run: ncat -e $(which cat) -k -u -l 8080 This routes all UDP packets that ncat receives to the local cat process, which echoes it back.","breadcrumbs":"Netcat » 1. Start an udp echo service","id":"17","title":"1. Start an udp echo service"},"170":{"body":"Field Type Label Description mode Compress.ModeValue on_read Compress.ActionValue on_write Compress.ActionValue","breadcrumbs":"Control Plane » Protobuf Reference » Compress","id":"170","title":"Compress"},"171":{"body":"Field Type Label Description value Compress.Action","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ActionValue","id":"171","title":"Compress.ActionValue"},"172":{"body":"Field Type Label Description value Compress.Mode","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ModeValue","id":"172","title":"Compress.ModeValue"},"173":{"body":"Name Number Description DoNothing 0 Compress 1 Decompress 2","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Action","id":"173","title":"Compress.Action"},"174":{"body":"Name Number Description Snappy 0 Lz4 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Mode","id":"174","title":"Compress.Mode"},"175":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/concatenate/v1alpha1/concatenate.proto","id":"175","title":"quilkin/filters/concatenate/v1alpha1/concatenate.proto"},"176":{"body":"Field Type Label Description on_write Concatenate.StrategyValue on_read Concatenate.StrategyValue bytes bytes","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate","id":"176","title":"Concatenate"},"177":{"body":"Field Type Label Description value Concatenate.Strategy","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.StrategyValue","id":"177","title":"Concatenate.StrategyValue"},"178":{"body":"Name Number Description DoNothing 0 Append 1 Prepend 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.Strategy","id":"178","title":"Concatenate.Strategy"},"179":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/debug/v1alpha1/debug.proto","id":"179","title":"quilkin/filters/debug/v1alpha1/debug.proto"},"18":{"body":"Next let's configure Quilkin in proxy mode, with a static configuration that points at the UDP echo service we just started. quilkin proxy --to 127.0.0.1:8080 This configuration will start Quilkin on the default proxy port , and it will redirect all incoming UDP traffic to a single endpoint of 127.0.0.1, port 8080. You should see an output like the following: {\"timestamp\":\"2023-01-19T10:16:23.399277Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.6\n.0-dev\",\"commit\":\"72176a191ffc3a597e3834ee1d0090b30caf81d4\"},\"target\":\"quilkin::cli\",\"filename\":\"src/cli.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.399771Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"addres\ns\":\"0.0.0.0:8000\"},\"target\":\"quilkin::admin\",\"filename\":\"src/admin.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.400544Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7777,\"proxy_id\"\n:\"7e9fc464-6ccc-41fe-afc4-6c97089de9b8\"},\"target\":\"quilkin::proxy\",\"filename\":\"src/proxy.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.401192Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"qui","breadcrumbs":"Netcat » 2. Start Quilkin","id":"18","title":"2. Start Quilkin"},"180":{"body":"Field Type Label Description id google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Debug","id":"180","title":"Debug"},"181":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/drop/v1alpha1/drop.proto","id":"181","title":"quilkin/filters/drop/v1alpha1/drop.proto"},"182":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Drop","id":"182","title":"Drop"},"183":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/firewall/v1alpha1/firewall.proto","id":"183","title":"quilkin/filters/firewall/v1alpha1/firewall.proto"},"184":{"body":"Field Type Label Description on_read Firewall.Rule repeated on_write Firewall.Rule repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall","id":"184","title":"Firewall"},"185":{"body":"Field Type Label Description min uint32 max uint32","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.PortRange","id":"185","title":"Firewall.PortRange"},"186":{"body":"Field Type Label Description action Firewall.Action sources string repeated ports Firewall.PortRange repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Rule","id":"186","title":"Firewall.Rule"},"187":{"body":"Name Number Description Allow 0 Deny 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Action","id":"187","title":"Firewall.Action"},"188":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/load_balancer/v1alpha1/load_balancer.proto","id":"188","title":"quilkin/filters/load_balancer/v1alpha1/load_balancer.proto"},"189":{"body":"Field Type Label Description policy LoadBalancer.PolicyValue","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer","id":"189","title":"LoadBalancer"},"19":{"body":"In (yet 😃) another shell, let's use netcat to send an udp packet. Run the following to connect netcat to Quilkin's receiving port of 7000 via UDP (-u): nc -u 127.0.0.1 7777 Type the word \"test\" and hit enter, you should see it echoed back to you like so: nc -u 127.0.0.1 7777\ntest\ntest Feel free to send even more packets, as many as you would like 👍. Congratulations! You have successfully routed a UDP packet and back again with Quilkin! What's next? Run through the Quilkin with Agones quickstart . Have a look at some of the examples we have.","breadcrumbs":"Netcat » 3. Send a packet","id":"19","title":"3. Send a packet"},"190":{"body":"Field Type Label Description value LoadBalancer.Policy","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.PolicyValue","id":"190","title":"LoadBalancer.PolicyValue"},"191":{"body":"Name Number Description RoundRobin 0 Random 1 Hash 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.Policy","id":"191","title":"LoadBalancer.Policy"},"192":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto","id":"192","title":"quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto"},"193":{"body":"Field Type Label Description max_packets uint64 period google.protobuf.UInt32Value Top","breadcrumbs":"Control Plane » Protobuf Reference » LocalRateLimit","id":"193","title":"LocalRateLimit"},"194":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/match/v1alpha1/match.proto","id":"194","title":"quilkin/filters/match/v1alpha1/match.proto"},"195":{"body":"Field Type Label Description on_read Match.Config optional on_write Match.Config optional","breadcrumbs":"Control Plane » Protobuf Reference » Match","id":"195","title":"Match"},"196":{"body":"Field Type Label Description value google.protobuf.Value filter envoy.config.listener.v3.Filter","breadcrumbs":"Control Plane » Protobuf Reference » Match.Branch","id":"196","title":"Match.Branch"},"197":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue branches Match.Branch repeated fallthrough envoy.config.listener.v3.Filter Top","breadcrumbs":"Control Plane » Protobuf Reference » Match.Config","id":"197","title":"Match.Config"},"198":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/pass/v1alpha1/pass.proto","id":"198","title":"quilkin/filters/pass/v1alpha1/pass.proto"},"199":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Pass","id":"199","title":"Pass"},"2":{"body":"Some of Quilkin's advantages: Lower development and operational costs for securing, monitoring and making reliable multiplayer game servers and their communications. Provide entry-point redundancy for your game clients to connect to - making it much harder to take down your game servers. Multiple integration patterns, allowing you to choose the level of integration that makes sense for your architecture. Remove non-game specific computation out of your game server's processing loop - and save that precious CPU for your game simulation!","breadcrumbs":"Introduction » Why use Quilkin?","id":"2","title":"Why use Quilkin?"},"20":{"body":"","breadcrumbs":"Agones + Xonotic (Sidecar) » Quickstart: Quilkin with Agones and Xonotic (Sidecar)","id":"20","title":"Quickstart: Quilkin with Agones and Xonotic (Sidecar)"},"200":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/token_router/v1alpha1/token_router.proto","id":"200","title":"quilkin/filters/token_router/v1alpha1/token_router.proto"},"201":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » TokenRouter","id":"201","title":"TokenRouter"},"202":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/timestamp/v1alpha1/timestamp.proto","id":"202","title":"quilkin/filters/timestamp/v1alpha1/timestamp.proto"},"203":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Timestamp","id":"203","title":"Timestamp"},"204":{"body":".proto Type Notes C++ Java Python Go C# PHP Ruby double double double float float64 double float Float float float float float float32 float float Float int32 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. int32 int int int32 int integer Bignum or Fixnum (as required) int64 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. int64 long int/long int64 long integer/string Bignum uint32 Uses variable-length encoding. uint32 int int/long uint32 uint integer Bignum or Fixnum (as required) uint64 Uses variable-length encoding. uint64 long int/long uint64 ulong integer/string Bignum or Fixnum (as required) sint32 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. int32 int int int32 int integer Bignum or Fixnum (as required) sint64 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. int64 long int/long int64 long integer/string Bignum fixed32 Always four bytes. More efficient than uint32 if values are often greater than 2^28. uint32 int int uint32 uint integer Bignum or Fixnum (as required) fixed64 Always eight bytes. More efficient than uint64 if values are often greater than 2^56. uint64 long int/long uint64 ulong integer/string Bignum sfixed32 Always four bytes. int32 int int int32 int integer Bignum or Fixnum (as required) sfixed64 Always eight bytes. int64 long int/long int64 long integer/string Bignum bool bool boolean boolean bool bool boolean TrueClass/FalseClass string A string must always contain UTF-8 encoded or 7-bit ASCII text. string String str/unicode string string string String (UTF-8) bytes May contain any arbitrary sequence of bytes. string ByteString str []byte ByteString string String (ASCII-8BIT)","breadcrumbs":"Control Plane » Protobuf Reference » Scalar Value Types","id":"204","title":"Scalar Value Types"},"205":{"body":"services ports Protocol ADS 7800 gRPC(IPv4 OR IPv6) CPDS 7900 gRPC(IPv4 OR IPv6) Note: This service is currently in active experimentation and development so there may be bugs which cause it to be unusable for production, as always all bug reports are welcome and appreciated. For multi-cluster integration, Quilkin provides a relay service, that can be used with a multiple control plane services in different clusters to provide a unified \"Aggregated Discovery Service\" endpoint for proxy services. To connect to a control plane to a relay, add the --relay flag to your control plane with the address of the relay. Then to connect a proxy service to the relay's ADS endpoint, you use the same --management-server argument for connecting to control planes. To view all options for the relay subcommand, run: $ quilkin relay --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin relay [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -m, --mds-port Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] -x, --xds-port Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -h, --help Print help Each sub-control planes (file, agones, etc) matches the quilkin manage providers capabilities. Have a look at each of the Control Plane > Providers documentation for integration details.","breadcrumbs":"Relay » Control Plane Relay","id":"205","title":"Control Plane Relay"},"206":{"body":"To get started with the relay service we need to start the relay service, and then setup our configuration source. For this we're going to the built-in relay client in the control plane service to forward information to the relay. For this demo we'll use the file provider for the control plane, but this example works with any configuration provider. # quilkin.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:8888 To start the relay, run the relay command: quilkin relay To spawn the control plane and have the control plane send its configuration, we need to run the manage command with the --relay flag with the address of the relay of the relay server we just spawned which is at port 7900 by default. We're also going to set --admin-address and --port flags to avoid port collision with the relay's admin and xds endpoints. quilkin --admin-address http://localhost:8001 \\ manage \\ --port 7801 \\ --relay http://localhost:7900 \\ file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Control Plane\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config Since the relay service also exposes a aDS control plane endpoint, that represents the merged set of all sources, to connect this to the proxy all we have to do is use the same --management-server flag that we use to specify the location of control planes, then the proxies will be able to pull configuration from the relay. quilkin --admin-address http://localhost:8002 proxy --management-server http://127.0.0.1:7800 We can also additionally add a second control plane source to the relay, which will be merged with our control plane's configuration to create a singular set of data that the proxies can query using xDS discovery requests. # quilkin2.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:9999 quilkin --admin-address http://localhost:8003 \\ manage \\ --port 7802 \\ --relay http://localhost:7900 \\ file quilkin.yaml And that's it! We've just setup control planes to look for configuration changes in our system, a relay to merge any changes into a unified dataset, and set up proxies that make use of that data to decide where and how to send packets.","breadcrumbs":"Relay » Quickstart","id":"206","title":"Quickstart"},"207":{"body":"services ports Protocol QCMP 7600 UDP(IPv4 OR IPv6) For multi-cluster integration, Quilkin provides a agent service, that can be deployed to a cluster to act as a beacon for QCMP pings and forward cluster configuration information to a relay service. Agent configuration sources matches that of the Management Server , such as Filesystem and Agones . To view all options for the agent subcommand, run: $ quilkin agent --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin agent [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -q, --qcmp-port Port for QCMP service [env: QCMP_PORT=] [default: 7600] -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [possible values: v4, v6, any] -i, --icao-code The ICAO code for the agent [env: ICAO_CODE=] [default: XXXX] -h, --help Print help","breadcrumbs":"Relay » Agents » Quilkin Agent","id":"207","title":"Quilkin Agent"},"208":{"body":"The simplest version of the agent service is just running quilkin agent, this will setup just the QCMP service allowing the agent to be pinged for measuring round-time-trips (RTT). quilkin agent To run an agent with the relay (see relay quickstart for more information), you just need to specify the relay endpoint with the --relay flag and provide a configuration discovery provider such as a configuration file or Agones. quilkin --admin-adress http://localhost:8001 agent --relay http://localhost:7900 file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Agent\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config","breadcrumbs":"Relay » Agents » Quickstart","id":"208","title":"Quickstart"},"209":{"body":"This is an unreal engine 5 plugin for Quilkin, a UDP proxy for gameservers. The plugin provides several features that you can use with Quilkin deployments, such as proxying game traffic, and latency measurement. You can also find guide level documentation on how the proxy works in the Quilkin Book .","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"209","title":"Quilkin Unreal Engine Plugin"},"21":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides.","breadcrumbs":"Agones + Xonotic (Sidecar) » Requirements","id":"21","title":"Requirements"},"210":{"body":"Copy this plugin to your Plugins folder in your Engine directory.","breadcrumbs":"Unreal Engine » Installation","id":"210","title":"Installation"},"211":{"body":"Static configuration is available in the editor through UQuilkinDeveloperSettings in \"Project Settings\". Dynamic configuration is available through UQuilkinConfigSubsystem, it is initialised from the settings provided in UQuilkinDeveloperSettings, but can also be updated in code, and users can bind individual properties to delegates allowing them to dynamically set based on custom logic. bool Enabled Whether the plugin will attach a versioned routing token to UDP packets to allow load balancers forward traffic to the correct gameserver. This also requires the address the clients connect to be a Quilkin load balancer, if connected directly to a gameserver the client will be rejected. bool EnabledInPie By default Enabled is disabled in editor to prevent interfering with local clients and gameservers, you can override this behaviour by also enabling EnabledInPie. TArray RoutingToken The routing token representing the gameserver a client wants to reach, the token must be 16 bytes exactly. Currently the plugin only supports using Enabled with a routing token to create the following layout. It is assumed that the routing token would come from an external service, such as a matchmaking system. | token | version X bytes | 16 bytes | 1 byte TArray Endpoints A set of Quilkin load balancer endpoints that can be used for the following features. bool MeasureEndpoints When enabled, the plugin will start a new Tick task that executes at a fixed interval (currently 30 seconds), where it will spawn a new background task that will ping each endpoint in Endpoints, and track its measurement in a fixed size circular buffer. Pings are handled through Quilkin Control Message Protocol, this is a bespoke protocol for UDP to be able to support situations where for example using ICMP is not possible, see the Quilkin Book for more details on the protocol data unit. Note MeasureEndpoints is orthogonal to Enabled and UseEndpoints meaning that you can use MeasureEndpoints for latency measurements without being required to also use Quilkin for game traffic. bool UseEndpoints Whether to use Endpoints for game traffic. When enabled, instead of using the provided FInternetAddr, the plugin will choose the lowest latency endpoint available and send traffic through that endpoint to connect to the gameserver, and if the latency should exceed JitterThreshold then the plugin will attempt to redirect traffic to the next available endpoint with the lowest latency.","breadcrumbs":"Unreal Engine » Configuration","id":"211","title":"Configuration"},"212":{"body":"Quilkin exposes a number of delegates to be able to access certain information, they can be accessed through the FQuilkinDelegates class. GetQuilkinEndpointMeasurements returns TArray representing each endpoint set in Endpoints with their median latency. The array will be empty if no endpoints have been set and MeasureEndpoints is not enabled. GetLowestLatencyEndpoint returns TOptional is a specialisation of GetQuilkinEndpointMeasurements returning the lowest latency endpoint and its median latency. The delegate will return None if the array is empty and MeasureEndpoints is not enabled.","breadcrumbs":"Unreal Engine » Delegates","id":"212","title":"Delegates"},"213":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"213","title":"Administration"},"214":{"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":"214","title":"Logging"},"215":{"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":"215","title":"HTTP API"},"216":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"216","title":"Endpoints"},"217":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Liveness is defined as \"hasn't panicked\", as long as the process has not panicked quilkin is considered live.","breadcrumbs":"Administration » /live","id":"217","title":"/live"},"218":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Readiness is service and provider specific, so based on what you're running there will be different criteria for a service to be considered ready. Here's a list of the criteria for each service an provider. Service Readiness Proxy Management server is connected (or always true if config is static) OR if there is more than one endpoint configured Manage Provider is ready Relay Provider is ready Agent Provider is ready AND connected to relay Provider Readiness Agones The service is connected to kube-api File The service has found and watches the file When setting thresholds for your proxy probes, you generally want to set a low check period (e.g. periodSeconds=1) and a low success threshold (e.g. successThreshold=1), but a high failureThreshold (e.g. failureThreshold=60) and terminationGracePeriodSeconds to allow for backoff attempts and existing player sessions to continue without disruption. Proxy Mode Will return an HTTP status of 200 when there is at least one endpoint to send data to. This is primarily to ensure that new proxies that have yet to get configuration information from an xDS server aren't send data until they are fully populated. xDS Provider Mode Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /ready","id":"218","title":"/ready"},"219":{"body":"Outputs Prometheus formatted metrics for this instance. See the Proxy Metrics documentation for what proxy metrics are available. See the xDS Metrics documentation for what xDS metrics are available. Heap Allocation Metrics Quilkin exposes the following metrics on heap allocations, which are useful for performance observability: quilkin_allocation_bytes_total (Counter) The total number of allocated bytes. quilkin_allocation_total (Counter) The total number of allocations. quilkin_extant_allocation_size (Gauge) The current total of extant allocation bytes. quilkin_extant_allocation_count (Gauge) The current number of extant allocations\"","breadcrumbs":"Administration » /metrics","id":"219","title":"/metrics"},"22":{"body":"In this step, we're going to set up a Xonotic dedicated game server, with Quilkin running as a sidecar , which will give us access to all the metrics that Quilkin provides. kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml This applies two resources to your cluster: A Kubernetes ConfigMap with a basic Quilkin static configuration. An Agones Fleet specification with Quilkin running as a sidecar to Xonotic, such that it can process all the UDP traffic and pass it to the Xonotic dedicated game server. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-htc2x-84mzm Ready 34.94.107.201 7533 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-htc2x-sdp4k Ready 34.94.107.201 7599 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 1. Agones Fleet with Quilkin","id":"22","title":"1. Agones Fleet with Quilkin"},"220":{"body":"This provides a endpoint to profile Quilkin's performance. You can use with any system which supports pprof output such as Pyroscope . This requires setting up a writable /tmp directory in the Quilkin container. E.g. apiVersion: apps/v1\nkind: Deployment\nspec: template: spec: containers: - name: quilkin # ...Other container configuration... volumeMounts: - mountPath: /tmp name: tmp subPath: tmp volumes: - name: tmp emptyDir: medium: Memory sizeLimit: 64Mi","breadcrumbs":"Administration » /debug/pprof/profile","id":"220","title":"/debug/pprof/profile"},"221":{"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":"221","title":"/config"},"222":{"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":"222","title":"Quilkin Integration Examples"},"223":{"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":"223","title":"Server Proxy as a Sidecar"},"224":{"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":"224","title":"Client Proxy to Sidecar Server Proxy"},"225":{"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":"225","title":"Client Proxy to Separate Server Proxies Pools"},"226":{"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":"226","title":"What Next?"},"227":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"227","title":"Third Party Videos and Presentations"},"228":{"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":"228","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"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} 8000 Then open a browser to http://localhost:8000/metrics to see the Prometheus metrics that Quilkin exports.","breadcrumbs":"Agones + Xonotic (Sidecar) » 3. Check out the metrics","id":"24","title":"3. Check out the metrics"},"25":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 5. Cleanup","id":"25","title":"5. Cleanup"},"26":{"body":"Let's take this one step further and compress the data between the Xonotic client and the server, without having to change either of them! Let's create a new Xonotic Fleet on our Agones cluster, but this time configured such that Quilkin will decompress packets that are incoming. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml This will implement the Compress filter in our Quilkin sidecar proxy in our new Fleet. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-compress-htc2x-84mzm Ready 34.94.107.201 7534 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-compress-htc2x-sdp4k Ready 34.94.107.201 7592 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 6. Agones Fleet, but with Compression","id":"26","title":"6. Agones Fleet, but with Compression"},"27":{"body":"What we will do in this step, is run Quilkin locally as a client-side proxy to compress the UDP data before it is sent up to our Xonotic servers that are expecting compressed data. First, grab a copy of the Quilkin configuration client-compress.yaml locally. This has the Compress filter already configured, but we need to fill in the address to connect to. Rather than editing a file, this could also be sent through the xDS API , but it is easier to demonstrate this functionality through a static configuration. Instead of connecting Xonotic directly, take the IP and port from one of the Agones hosted GameServer records, and replace the ${GAMESERVER_IP} and ${GAMESERVER_PORT} values in your copy of client-compress.yaml. Run this configuration locally as: quilkin -c ./client-compress.yaml proxy Now we can connect to the local client proxy on \"127.0.0.1:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of compressing the data for you without having to change the game client! Congratulations! You are now using Quilkin to manipulate the game client to server connection, without having to edit either!","breadcrumbs":"Agones + Xonotic (Sidecar) » 4. Play Xonotic, through Quilkin","id":"27","title":"4. Play Xonotic, through Quilkin"},"28":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 7. Cleanup","id":"28","title":"7. Cleanup"},"29":{"body":"Have a look at the examples folder for configuration and usage examples.","breadcrumbs":"Agones + Xonotic (Sidecar) » What's Next?","id":"29","title":"What's Next?"},"3":{"body":"Quilkin incorporates these abilities: Non-transparent proxying of UDP data, the internal state of your game architecture is not visible to bad actors. Out of the box metrics for UDP packet information. Composable tools for access control and security. Able to be utilised as a standalone binary, with no client/server changes required or as a Rust library depending on how deep an integration you wish for your system. Integration with Game Server hosting platforms such as Agones . Can be integrated with C/C++ code bases via FFI.","breadcrumbs":"Introduction » Major Features","id":"3","title":"Major Features"},"30":{"body":"","breadcrumbs":"Agones + Xonotic (xDS) » Quickstart: Quilkin with Agones and Xonotic (xDS)","id":"30","title":"Quickstart: Quilkin with Agones and Xonotic (xDS)"},"31":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (xDS) » Requirements","id":"31","title":"Requirements"},"32":{"body":"In this quickstart, we'll be setting up an example Xonotic Agones Fleet, that will only be accessible through Quilkin that is hosted within the same cluster, utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Agones xDS Provider to provide an out-of-the-box control plane for integration between Agones and Quilkin's xDS configuration API with minimal effort.","breadcrumbs":"Agones + Xonotic (xDS) » 1. Overview","id":"32","title":"1. Overview"},"33":{"body":"To install Quilkin as an Agones integrated xDS control plane, we can create a deployment of Quilkin running as quilkin manage agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/xds-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin manage agones process to inspect Agones resources. A matching Deployment that runs the quilkin manage process xDS control plane and a Service that the Quilkin proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 76s We can now run kubectl get service quilkin-manage-agones and see the service that is generated in front of the above Deployment for our Quilkin proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-manage-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-manage-agones ClusterIP 10.104.2.72 80/TCP 1m23s","breadcrumbs":"Agones + Xonotic (xDS) » 2. Install Quilkin Agones xDS Provider","id":"33","title":"2. Install Quilkin Agones xDS Provider"},"34":{"body":"To install the Quilkin Proxy pool which connects to the above xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-manage-agones:80 all connected to the quilkin-manage-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 5m7s\nquilkin-proxies-78965c446d-dqvjg 1/1 Running 0 6s\nquilkin-proxies-78965c446d-fr6zs 1/1 Running 0 6s\nquilkin-proxies-78965c446d-m4rr7 1/1 Running 0 6s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin manage agones instance. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin manage agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the xds-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (xDS) » 3. Install Quilkin Proxy Pool","id":"34","title":"3. Install Quilkin Proxy Pool"},"35":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Ready 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 34s","breadcrumbs":"Agones + Xonotic (xDS) » 4. Create the Agones Fleet","id":"35","title":"4. Create the Agones Fleet"},"36":{"body":"To let the Quilkin xDS provider know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Allocated 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 23m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: $ kubectl describe gameserver xonotic-d7rfx-55j7q\nName: xonotic-d7rfx-55j7q\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-h5cfn\nAnnotations: agones.dev/last-allocated: 2022-12-19T22:59:22.099818298Z agones.dev/ready-container-id: containerd://7b3d9e9dbda6f2e0381df7669f6117bf3e54171469cfacbce2670605a61ce4b8 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"34.168.170.51:7226\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The xDS process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set the routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (xDS) » 5. Allocate a GameServer","id":"36","title":"5. Allocate a GameServer"},"37":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (xDS) » Connecting Client Side","id":"37","title":"Connecting Client Side"},"38":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (xDS) » What's Next?","id":"38","title":"What's Next?"},"39":{"body":"","breadcrumbs":"Agones + Xonotic (Relay) » Quickstart: Quilkin with Agones and Xonotic (Relay)","id":"39","title":"Quickstart: Quilkin with Agones and Xonotic (Relay)"},"4":{"body":"Quilkin provides a variety of different services depending on your use-case. The primary service is proxy , which runs a reverse UDP proxy. To see a basic usage of the command-line interface run through the netcat with Quilkin quickstart . For more advanced usage, you might also be interested in: Checking out the installation guide Having a look at the example projects for basic configuration examples. Checking out the example deployment architecture for deploying quilkin for your game network. $ quilkin --help\nThe Command-Line Interface for Quilkin Usage: quilkin [OPTIONS] Commands: agent Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services generate-config-schema Generates JSON schema files for known filters manage Runs Quilkin as a xDS management server, using `provider` as a configuration source qcmp proxy Run Quilkin as a UDP reverse proxy relay Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services help Print this message or the help of the given subcommand(s) Options: --no-admin Whether to spawn the admin server or not [env: NO_ADMIN=] -c, --config The path to the configuration file for the Quilkin instance [env: QUILKIN_CONFIG=] [default: quilkin.yaml] --admin-address The port to bind for the admin server [env: QUILKIN_ADMIN_ADDRESS=] -q, --quiet Whether Quilkin will report any results to stdout/stderr [env: QUIET=] --log-format [default: auto] [possible values: auto, json, plain, pretty] -h, --help Print help -V, --version Print version","breadcrumbs":"Introduction » What Next?","id":"4","title":"What Next?"},"40":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (Relay) » Requirements","id":"40","title":"Requirements"},"41":{"body":"In this quickstart, we'll be setting up an example multi-cluster Xonotic Agones Fleet, that will only be accessible through Quilkin, via utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Relay to provide an out-of-the-box multi-cluster xDS control plane, and the Agones Agent to send information from the cluster(s) to the relay, which can be used as a management server for each of the Quilkin Proxy instances. While the application of quilkin relay is to ultimately provide a solution where multiple clusters feed configuration information into a single relay endpoint via a quilkin agent, in this example we'll use a single cluster for demonstrative purposes.","breadcrumbs":"Agones + Xonotic (Relay) » 1. Overview","id":"41","title":"1. Overview"},"42":{"body":"To install Quilkin as an Agones integrated relay control plane, we can create a deployment of Quilkin running as quilkin relay with a corresponding Agones agent, quilkin agent agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/relay-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin agent agones process to inspect Agones resources. A Deployment that runs the quilkin relay process, a matching Deployment for the quilkin agent process and a Service that the Quilkin agents can send configuration information to, and the Proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-qh7cq 1/1 Running 0 6s\nquilkin-relay-agones-55fbd69f5d-cdh9k 1/1 Running 0 6s We can now run kubectl get service quilkin-relay-agones and see the service that is generated in front of the above Quilkin Relay Deployment for our Quilkin Proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-relay-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-relay-agones ClusterIP 10.103.243.246 7800/TCP,7900/TCP 57s","breadcrumbs":"Agones + Xonotic (Relay) » 2. Install Quilkin Relay and Agones Agent","id":"42","title":"2. Install Quilkin Relay and Agones Agent"},"43":{"body":"To install the Quilkin Proxy pool which connects to the above Relay xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-relay-agones:7900 all of which are connected to the quilkin-relay-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods NAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-5brzf 1/1 Running 0 18s\nquilkin-proxies-7d9bbbccdf-5mz4l 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-9vd59 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-vwn2f 1/1 Running 0 7s\nquilkin-relay-agones-55fbd69f5d-k2n7b 1/1 Running 0 18s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin agent agones instance and passed through the quilkin relay instance into each of the proxies. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin agent agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the relay-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (Relay) » 3. Install Quilkin Proxy Pool","id":"43","title":"3. Install Quilkin Proxy Pool"},"44":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Ready 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 1m","breadcrumbs":"Agones + Xonotic (Relay) » 4. Create the Agones Fleet","id":"44","title":"4. Create the Agones Fleet"},"45":{"body":"To let the Quilkin Agones Agent know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Allocated 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 17m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: ❯ kubectl describe gs xonotic-8ns7b-2lk5d\nName: xonotic-8ns7b-2lk5d\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-8ns7b\nAnnotations: agones.dev/last-allocated: 2023-10-04T19:47:04.047026419Z agones.dev/ready-container-id: containerd://b39d30965becdbc40336fd9aa642fe776421553615f642dd599e1b0d88c505b6 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"39.168.219.72:7015\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The Agones agent process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (Relay) » 5. Allocate a GameServer","id":"45","title":"5. Allocate a GameServer"},"46":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (Relay) » Connecting Client Side","id":"46","title":"Connecting Client Side"},"47":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (Relay) » What's Next?","id":"47","title":"What's Next?"},"48":{"body":"Services Ports Protocol Proxy 7777 UDP (IPv4 OR IPv6) QCMP 7600 UDP (IPv4 OR IPv6) \"Proxy\" is the primary Quilkin service, which acts as a non-transparent UDP proxy. To view all the options for the proxy subcommand, run: $ quilkin proxy --help\nRun Quilkin as a UDP reverse proxy Usage: quilkin proxy [OPTIONS] Options: -m, --management-server One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=] --mmdb The remote URL or local file path to retrieve the Maxmind database [env: MMDB=] -p, --port The port to listen on [env: QUILKIN_PORT=] [default: 7777] -q, --qcmp-port The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --to-tokens Assigns dynamic tokens to each address in the `--to` argument Format is `:` [env: QUILKIN_DEST_TOKENS=] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -w, --workers Number of worker threads used to process packets. If not specified defaults to number of cpus [env: QUILKIN_WORKERS=] -h, --help Print help (see a summary with '-h')","breadcrumbs":"Proxy » Proxy","id":"48","title":"Proxy"},"49":{"body":"An Endpoint represents an address that Quilkin forwards packets to that it has received from the source port. It is represented by an IP address and port. An Endpoint can optionally be associated with an arbitrary set of metadata as well.","breadcrumbs":"Proxy » Endpoints","id":"49","title":"Endpoints"},"5":{"body":"There are variety of automated and manual methods for installing Quilkin onto your system. For cloud deployments Quilkin provides a container image to make it easily to immediately start using it. You can also install Quilkin on your local machine through Cargo .","breadcrumbs":"Installation » Installation","id":"5","title":"Installation"},"50":{"body":"Filters are the way for a Quilkin proxy to intercept UDP packet traffic from the source and Endpoints in either direction, and be able to inspect, manipulate, and route the packets as desired. See Filters for a deeper dive into Filters, as well as the list of build in Filters that come with Quilkin.","breadcrumbs":"Proxy » Proxy Filters","id":"50","title":"Proxy Filters"},"51":{"body":"Endpoint metadata is an arbitrary set of key value pairs that are associated with an Endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. Metadata associated with an endpoint contain arbitrary key value pairs which Filters can consult when processing packets (e.g they can contain information that determine whether or not to route a particular packet to an endpoint).","breadcrumbs":"Proxy » Endpoint Metadata","id":"51","title":"Endpoint Metadata"},"52":{"body":"Access tokens that can be associated with an endpoint are simply a special piece of metadata well known to Quilkin and utilised by the built-in TokenRouter filter to route packets. Such well known values are placed within an object in the endpoint metadata, under the special key quilkin.dev. Currently, only the tokens key is in use. As an example, the following shows the configuration for an endpoint with its metadata: clusters: - endpoints: - address: 127.0.0.1:26000 metadata: canary: false quilkin.dev: # This object is extracted by Quilkin and is usually reserved for built-in features tokens: - MXg3aWp5Ng== # base64 for 1x7ijy6 - OGdqM3YyaQ== # base64 for 8gj3v2i An endpoint's metadata can be specified alongside the endpoint in static configuration or using the xDS endpoint metadata field when using dynamic configuration via xDS.","breadcrumbs":"Proxy » Specialist Endpoint Metadata","id":"52","title":"Specialist Endpoint Metadata"},"53":{"body":"A session represents ongoing communication flow between a client on a [Local Port] and an Endpoint . Quilkin uses the \"Session\" concept to track traffic flowing through the proxy between any client-server pair. A Session serves the same purpose, and can be thought of as a lightweight version of a TCP session in that, while a TCP session requires a protocol to establish and teardown: A Quilkin session is automatically created upon receiving the first packet from a client via the [Local Port] to be sent to an upstream Endpoint . The session is automatically deleted after a period of inactivity (where no packet was sent between either party) - currently 60 seconds. A session is identified by the 4-tuple (client IP, client Port, server IP, server Port) where the client is the downstream endpoint which initiated the communication with Quilkin and the server is one of the upstream Endpoints that Quilkin proxies traffic to. Sessions are established after the filter chain completes. The destination Endpoint of a packet is determined by the filter chain , so a Session can only be created after filter chain completion. For example, if the filter chain drops all packets, then no session will ever be created.","breadcrumbs":"Proxy » Session","id":"53","title":"Session"},"54":{"body":"While much of Quilkin's proxy configuration can be configured via its command line interface , if you have a larger or more complex configuration it might be useful to use a configuration file instead. The following is the schema and reference for Quilkin's proxy configuration file. See the examples folder for example configuration files. By default, Quilkin will look for a configuration file named quilkin.yaml in its current running directory first, then if not present, in /etc/quilkin/quilkin.yaml on UNIX systems. This can be overridden with the -c/--config command-line argument, or the QUILKIN_FILENAME environment variable.","breadcrumbs":"Proxy » Configuration File » Configuration File","id":"54","title":"Configuration File"},"55":{"body":"Example of a full configuration for quilkin proxy that utlisies a static endpoint configuration to specify two endpoints with token metadata attached to each: #\n# Example configuration for a Quilkin Proxy with static Endpoints\n# version: v1alpha1\nid: my-proxy # An identifier for the proxy instance.\nclusters: # grouping of clusters - endpoints: # array of potential endpoints to send on traffic to - address: 127.0.0.1:26000 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - MXg3aWp5Ng== # the connection byte array to route to, encoded as base64 (string value: 1x7ijy6) - OGdqM3YyaQ== # (string value: 8gj3v2i) - address: 127.0.0.1:26001 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - bmt1eTcweA== # (string value: nkuy70x) This is a great use of a static configuration file, as we only get a singular --to endpoint address via the command line arguments. We can also configure Filters via the configuration file. See that section for documentation.","breadcrumbs":"Proxy » Configuration File » Static Configuration","id":"55","title":"Static Configuration"},"56":{"body":"If you need to dynamically change either Filters and/or Endpoints at runtime, see the Control Plane documentation on the configuration API surface, and built in dynamic management providers.","breadcrumbs":"Proxy » Configuration File » Dynamic Configuration","id":"56","title":"Dynamic Configuration"},"57":{"body":"The full JSON Schema for the YAML configuration file. type: object\nproperties: version: type: string description: | The configuration file version to use. enum: - v1alpha1 id: type: string description: | An identifier for the proxy instance. default: On linux, the machine hostname is used as default. On all other platforms a UUID is generated for the proxy. port: type: integer description: | The listening port. In \"proxy\" mode, the port for traffic to be sent to. In \"manage\" mode, the port to connect to the xDS API. default: 7000 maxmind_db: type: string description: | The remote URL or local file path to retrieve the Maxmind database (requires licence). filters: type: array description: | A filter chain. items: '$ref': {} # Refer to the Filter documentation for a filter configuration schema. clusters: type: array description: | grouping of endpoints, per cluster. items: type: object properties: endpoints: type: array description: | A list of upstream endpoints to forward packets to. items: type: object description: | An upstream endpoint properties: address: type: string description: | Socket address of the endpoint. This must be of the ´IP:Port` form e.g `192.168.1.1:7001` metadata: type: object description: | Arbitrary key value pairs that is associated with the endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. required: - address","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"57","title":"Json Schema"},"58":{"body":"In most cases, we would like Quilkin to do some preprocessing of received packets before sending them off to their destination. Because this stage is entirely specific to the use case at hand and differs between Quilkin deployments, we must have a say over what tweaks to perform - this is where filters come in.","breadcrumbs":"Proxy » Filters » Packet Filters","id":"58","title":"Packet Filters"},"59":{"body":"A filter represents a step in the tweaking/decision-making process of how we would like to process our packets. For example, at some step, we might choose to append some metadata to every packet we receive before forwarding it while at a later step, choose not to forward packets that don't meet some criteria. Quilkin lets us specify any number of filters and connect them in a sequence to form a packet processing pipeline similar to a Unix pipeline - we call this pipeline a Filter chain. The combination of filters and filter chain allows us to add new functionality to fit every scenario without changing Quilkin's core. As an example, say we would like to perform the following steps in our processing pipeline to the packets we receive. Append a predetermined byte to the packet. Compress the packet. Do not forward (drop) the packet if its compressed length is over 512 bytes. We would create a filter corresponding to each step either by leveraging any existing filters that do what we want or and connect them to form the following filter chain: append | compress | drop When Quilkin consults our filter chain, it feeds the received packet into append and forwards the packet it receives (if any) from drop - i.e the output of append becomes the input into compress and so on in that order. There are a few things we note here: Although we have in this example, a filter called drop, every filter in the filter chain has the same ability to drop or update a packet - if any filter drops a packet then no more work needs to be done regarding that packet so the next filter in the pipeline never has any knowledge that the dropped packet ever existed. The filter chain is consulted for every received packet, and its filters are traversed in reverse order for packets travelling in the opposite direction. A packet received downstream will be fed into append and the result from drop is forwarded upstream - a packet received upstream will be fed into drop and the result from append is forwarded downstream. Exactly one filter chain is specified and used to process all packets that flow through Quilkin.","breadcrumbs":"Proxy » Filters » Filters and Filter chain","id":"59","title":"Filters and Filter chain"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1 - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 10 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);\n# } We specify our filter chain in the .filters section of the proxy's configuration which has takes a sequence of FilterConfig objects. Each object describes all information necessary to create a single filter. The above example creates a filter chain comprising a Debug filter followed by a LocalRateLimit filter - the effect is that every packet will be logged and the proxy will not forward more than 10 packets per second. The sequence determines the filter chain order so its ordering matters - the chain starts with the filter corresponding the first filter config and ends with the filter corresponding the last filter config in the sequence.","breadcrumbs":"Proxy » Filters » Configuration Examples","id":"60","title":"Configuration Examples"},"61":{"body":"A filter within the filter chain can share data within another filter further along in the filter chain by propagating the desired data alongside the packet being processed. This enables sharing dynamic information at runtime, e.g information about the current packet that might be useful to other filters that process that packet. At packet processing time each packet is associated with filter dynamic metadata (a set of key-value pairs). Each key is a unique string while its value is an associated quilkin::metadata::Value . When a filter processes a packet, it can choose to consult the associated dynamic metadata for more information or itself add/update or remove key-values from the set. As an example, the built-in [CaptureBytes] filter is one such filter that populates a packet's filter metadata. [CaptureBytes] extracts information (a configurable byte sequence) from each packet and appends it to the packet's dynamic metadata for other filters to leverage. On the other hand, the built-in TokenRouter filter selects what endpoint to route a packet by consulting the packet's dynamic metadata for a routing token. Consequently, we can build a filter chain with a [CaptureBytes] filter preceeding a TokenRouter filter, both configured to write and read the same key in the dynamic metadata entry. The effect would be that packets are routed to upstream endpoints based on token information extracted from their contents.","breadcrumbs":"Proxy » Filters » Filter Dynamic Metadata","id":"61","title":"Filter Dynamic Metadata"},"62":{"body":"The following metadata are currently used by Quilkin core and built-in filters. Name Type Description quilkin.dev/captured Bytes The default key under which the Capture filter puts the byte slices it extracts from each packet.","breadcrumbs":"Proxy » Filters » Well Known Dynamic Metadata","id":"62","title":"Well Known Dynamic Metadata"},"63":{"body":"Quilkin includes several filters out of the box. Filter Description Capture Capture specific bytes from a packet and store them in filter dynamic metadata . Compress Compress and decompress packets data. Concatenate Add authentication tokens to packets. Debug Logs every packet. Drop Drop all packets Firewall Allowing/blocking traffic by IP and port. LoadBalancer Distributes downstream packets among upstream endpoints. LocalRateLimit Limit the frequency of packets. Match Change Filter behaviour based on dynamic metadata Pass Allow all packets through Timestamp Accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. TokenRouter Send packets to endpoints based on metadata.","breadcrumbs":"Proxy » Filters » Built-in filters","id":"63","title":"Built-in filters"},"64":{"body":"Represents configuration for a filter instance. properties: name: type: string description: | Identifies the type of filter to be created. This value is unique for every filter type - please consult the documentation for the particular filter for this value. config: type: object description: | The configuration value to be passed onto the created filter. This is passed as an object value since it is specific to the filter's type and is validated by the filter implementation. Please consult the documentation for the particular filter for its schema. required: [ 'name' ]","breadcrumbs":"Proxy » Filters » FilterConfig","id":"64","title":"FilterConfig"},"65":{"body":"The Capture filter's job is to find a series of bytes within a packet, and capture it into Filter Dynamic Metadata , so that it can be utilised by filters further down the chain. This is often used as a way of retrieving authentication tokens from a packet, and used in combination with Concatenate and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"65","title":"Capture"},"66":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"66","title":"Capture strategies"},"67":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"67","title":"Suffix"},"68":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"68","title":"Prefix"},"69":{"body":"Captures bytes using a regular expression. Unlike other capture strategies, the regular expression can return one or many values if there are multiple matches.","breadcrumbs":"Proxy » Filters » Capture » Regex","id":"69","title":"Regex"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-114e7e6 Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"70","title":"Filter name"},"71":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Capture » Configuration Examples","id":"71","title":"Configuration Examples"},"72":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- metadata_key\n- strategy\nproperties: metadata_key: description: The key to use when storing the captured value in the filter context. If a match was found it is available under `{{metadata_key}}/is_present`. allOf: - $ref: '#/definitions/Key' strategy: description: The capture strategy. allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Key: description: A key in the metadata table. type: string Strategy: description: Strategy to apply for acquiring a set of bytes in the UDP packet oneOf: - description: Looks for the set of bytes at the beginning of the packet type: object required: - kind - size properties: kind: type: string enum: - PREFIX remove: description: Whether captured bytes are removed from the original packet. default: false type: boolean size: description: The number of bytes to capture. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - size properties: kind: type: string enum: - SUFFIX remove: description: The number of bytes to capture. default: false type: boolean size: description: Whether captured bytes are removed from the original packet. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - pattern properties: kind: type: string enum: - REGEX pattern: description: The regular expression to use for capture. type: string","breadcrumbs":"Proxy » Filters » Capture » Configuration Options ( Rust Doc )","id":"72","title":"Configuration Options ( Rust Doc )"},"73":{"body":"The Compress filter's job is to provide a variety of compression implementations for compression and subsequent decompression of UDP data when sent between systems, such as a game client and game server.","breadcrumbs":"Proxy » Filters » Compress » Compress","id":"73","title":"Compress"},"74":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"74","title":"Filter name"},"75":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); The above example shows a proxy that could be used with a typical game client, where the original client data is sent to the local listening port and then compressed when heading up to a dedicated game server, and then decompressed when traffic is returned from the dedicated game server before being handed back to game client. It is worth noting that since the Compress filter modifies the entire packet , it is worth paying special attention to the order it is placed in your Filter configuration . Most of the time it will likely be the first or last Filter configured to ensure it is compressing the entire set of data being sent.","breadcrumbs":"Proxy » Filters » Compress » Configuration Examples","id":"75","title":"Configuration Examples"},"76":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: mode: default: SNAPPY allOf: - $ref: '#/definitions/Mode' on_read: $ref: '#/definitions/Action' on_write: $ref: '#/definitions/Action'\ndefinitions: Action: description: Whether to do nothing, compress or decompress the packet. type: string enum: - DO_NOTHING - COMPRESS - DECOMPRESS Mode: description: The library to use when compressing. type: string enum: - SNAPPY - LZ4","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"76","title":"Configuration Options ( Rust Doc )"},"77":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"77","title":"Compression Modes"},"78":{"body":"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. This compression method is provided by rust-snappy . Due to the small size of packets, this only encodes and decodes the non-streaming version of the format described here . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"78","title":"Snappy"},"79":{"body":"LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. This compression method is provided by lz4_flex . Due to the small size of packets, this only encodes and decodes the block version of the format described. If your game client/server itself is performing LZ4 de/compression it needs to encode or decode a varint of the uncompressed packet size (maximum 2^16) since that is not part of the LZ4 block format. The varint is of the same exact form as that used by snappy . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: LZ4","breadcrumbs":"Proxy » Filters » Compress » LZ4","id":"79","title":"LZ4"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin_filter_int_counter{label=\"compressed_bytes_total\"} Total number of compressed bytes either received or sent. quilkin_filter_int_counter{label=\"decompressed_bytes_total\"} Total number of decompressed bytes either received or sent.","breadcrumbs":"Proxy » Filters » Compress » Metrics","id":"80","title":"Metrics"},"81":{"body":"The Concatenate filter's job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately.","breadcrumbs":"Proxy » Filters » Concatenate » Concatenate","id":"81","title":"Concatenate"},"82":{"body":"quilkin.filters.concatenate.v1alpha1.Concatenate","breadcrumbs":"Proxy » Filters » Concatenate » Filter name","id":"82","title":"Filter name"},"83":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate.v1alpha1.Concatenate config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Examples","id":"83","title":"Configuration Examples"},"84":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `Concatenate` filter configuration.\ntype: object\nrequired:\n- bytes\nproperties: bytes: type: array items: type: integer format: uint8 minimum: 0.0 on_read: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Read` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy' on_write: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Write` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Strategy: type: string enum: - APPEND - PREPEND - DO_NOTHING","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Options ( Rust Doc )","id":"84","title":"Configuration Options ( Rust Doc )"},"85":{"body":"The Debug filter logs all incoming and outgoing packets to standard output. This filter is useful in debugging deployments where the packets strictly contain valid UTF-8 encoded strings. A generic error message is instead logged if conversion from bytes to UTF-8 fails.","breadcrumbs":"Proxy » Filters » Debug » Debug","id":"85","title":"Debug"},"86":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"86","title":"Filter name"},"87":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Debug » Configuration Examples","id":"87","title":"Configuration Examples"},"88":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: A Debug filter's configuration.\ntype: object\nproperties: id: description: Identifier that will be optionally included with each log message. type: - string - 'null'","breadcrumbs":"Proxy » Filters » Debug » Configuration Options ( Rust Doc )","id":"88","title":"Configuration Options ( Rust Doc )"},"89":{"body":"The Drop filter always drops any packet passed through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Drop » Drop","id":"89","title":"Drop"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"90","title":"Filter name"},"91":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Drop » Configuration Examples","id":"91","title":"Configuration Examples"},"92":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"92","title":"Configuration"},"93":{"body":"The Firewall filter's job is to allow or block traffic depending on if the incoming traffic's IP and port matches the rules set on the Firewall filter.","breadcrumbs":"Proxy » Filters » Firewall » Firewall","id":"93","title":"Firewall"},"94":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"94","title":"Filter name"},"95":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.firewall.v1alpha1.Firewall config: on_read: - action: ALLOW sources: - 192.168.51.0/24 ports: - 10 - 1000-7000 on_write: - action: DENY sources: - 192.168.51.0/24 ports: - 7000\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Firewall » Configuration Examples","id":"95","title":"Configuration Examples"},"96":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Represents how a Firewall filter is configured for read and write operations.\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: on_read: type: array items: $ref: '#/definitions/Rule' on_write: type: array items: $ref: '#/definitions/Rule'\ndefinitions: Action: description: Whether or not a matching [Rule] should Allow or Deny access oneOf: - description: Matching rules will allow packets through. type: string enum: - ALLOW - description: Matching rules will block packets. type: string enum: - DENY Cidr: description: Cidr notation for an ipv6 or ipv4 netmask type: string PortRange: description: Range of matching ports that are configured against a [Rule]. allOf: - $ref: '#/definitions/Range_of_uint16' Range_of_uint16: type: object required: - end - start properties: end: type: integer format: uint16 minimum: 0.0 start: type: integer format: uint16 minimum: 0.0 Rule: description: Combination of CIDR range, port range and action to take. type: object required: - action - ports - sources properties: action: $ref: '#/definitions/Action' ports: type: array items: $ref: '#/definitions/PortRange' sources: description: ipv4 or ipv6 CIDR address. type: array items: $ref: '#/definitions/Cidr'","breadcrumbs":"Proxy » Filters » Firewall » Configuration Options ( Rust Doc )","id":"96","title":"Configuration Options ( Rust Doc )"},"97":{"body":"The Firewall filter supports DENY and ALLOW actions for access control. When multiple DENY and ALLOW actions are used for a workload at the same time, the evaluation is processed in the order it is configured, with the first matching rule deciding if the request is allowed or denied: If a rule action is ALLOW, and it matches the request, then the entire request is allowed. If a rule action is DENY and it matches the request, then the entire request is denied. If none of the configured rules match, then the request is denied.","breadcrumbs":"Proxy » Filters » Firewall » Rule Evaluation","id":"97","title":"Rule Evaluation"},"98":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"98","title":"LoadBalancer"},"99":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"99","title":"Filter name"}},"length":229,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"129":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"1":{"4":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"e":{"6":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"128":{"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":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"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":{"211":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"149":{"tf":1.0}}},"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"]":{":":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"228":{"tf":1.0},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"191":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"211":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"127":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"206":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"206":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"204":{"tf":1.0},"28":{"tf":1.0}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"213":{"tf":1.0},"215":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"186":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"126":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":3,"docs":{"137":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":41,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.6457513110645907},"207":{"tf":1.7320508075688772},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"213":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"214":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"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":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"130":{"tf":1.0},"207":{"tf":2.6457513110645907},"208":{"tf":2.6457513110645907},"218":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":35,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":3.0},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":2.23606797749979},"228":{"tf":1.7320508075688772},"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},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"43":{"tf":2.23606797749979},"44":{"tf":2.6457513110645907},"45":{"tf":2.449489742783178},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"df":15,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"223":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":16,"docs":{"12":{"tf":1.0},"127":{"tf":2.0},"131":{"tf":1.0},"138":{"tf":2.0},"215":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"220":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"178":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"223":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"204":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"135":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"212":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"134":{"tf":1.4142135623730951},"146":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"211":{"tf":1.0},"218":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":2.8284271247461903},"148":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"143":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"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":{"142":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"211":{"tf":1.0},"223":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"211":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":2,"docs":{"211":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"204":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"l":{"df":2,"docs":{"204":{"tf":2.0},"211":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"142":{"tf":1.0},"204":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":6,"docs":{"11":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"223":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"206":{"tf":1.0},"228":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":22,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"176":{"tf":1.4142135623730951},"204":{"tf":2.6457513110645907},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"151":{"tf":1.0},"165":{"tf":1.0},"222":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"144":{"tf":1.0},"204":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":2.8284271247461903},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"215":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":3.7416573867739413},"225":{"tf":3.872983346207417},"228":{"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},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"228":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":49,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"130":{"tf":2.8284271247461903},"131":{"tf":1.0},"133":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"138":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"138":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"176":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":43,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"159":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":77,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.449489742783178},"139":{"tf":1.7320508075688772},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":2.0},"153":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":2.8284271247461903},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"130":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.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},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"214":{"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}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"205":{"tf":2.6457513110645907},"206":{"tf":3.3166247903554},"208":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"210":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"133":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"219":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"d":{"df":4,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"228":{"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":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0}},"r":{"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":8,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"206":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"173":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":2.8284271247461903},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"217":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.7320508075688772}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"148":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"138":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":2.0},"142":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"210":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"207":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"173":{"tf":1.0},"178":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"134":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":18,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"211":{"tf":2.6457513110645907},"212":{"tf":1.4142135623730951},"225":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"146":{"tf":1.0},"204":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"212":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":2.6457513110645907},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"224":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"137":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"138":{"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":1,"docs":{"142":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"205":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"225":{"tf":1.0}},"t":{"df":2,"docs":{"134":{"tf":1.7320508075688772},"214":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"211":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"211":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"136":{"tf":2.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"225":{"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":{"205":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"211":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":16,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":3.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"207":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":88,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"126":{"tf":2.449489742783178},"136":{"tf":3.1622776601683795},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"196":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"214":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":3.605551275463989},"61":{"tf":4.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"149":{"tf":1.0},"209":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"151":{"tf":1.0},"184":{"tf":1.0},"223":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"162":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"x":{"df":1,"docs":{"211":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"161":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":2.0}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"127":{"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},"210":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"219":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"219":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"138":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"218":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"148":{"tf":1.0},"225":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":2.0},"2":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"224":{"tf":2.6457513110645907},"225":{"tf":3.605551275463989},"228":{"tf":2.449489742783178},"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},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"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},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.4641016151377544},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"228":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"126":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"218":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":6,"docs":{"143":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"222":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"222":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"130":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"209":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"191":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"218":{"tf":1.0}}}}},"p":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.0}}}},"p":{"df":8,"docs":{"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"218":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"218":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":9,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":2.449489742783178},"131":{"tf":1.0},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.4641016151377544},"136":{"tf":1.4142135623730951},"149":{"tf":1.0},"180":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"214":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"222":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":10,"docs":{"219":{"tf":1.0},"221":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"153":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"204":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"211":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}},"v":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{"223":{"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":{"225":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"131":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"207":{"tf":1.4142135623730951},"220":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"134":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"218":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":41,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":3.0},"147":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"133":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"223":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"140":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.449489742783178},"137":{"tf":1.0},"139":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"217":{"tf":2.0}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"128":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"215":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"151":{"tf":1.0},"193":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"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":{"133":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"135":{"tf":1.0},"204":{"tf":2.8284271247461903},"217":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"228":{"tf":1.0}}},"w":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"223":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"212":{"tf":1.0}}}}}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"174":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"142":{"tf":2.0},"224":{"tf":1.0},"225":{"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":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"137":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":3.1622776601683795},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"222":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"228":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"130":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"193":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"153":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"219":{"tf":2.8284271247461903},"22":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"132":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"129":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"212":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"224":{"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},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.1622776601683795},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"204":{"tf":2.0},"212":{"tf":1.0},"219":{"tf":1.7320508075688772},"223":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"223":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"225":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"136":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"227":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"111":{"tf":1.7320508075688772},"151":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"137":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"225":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.23606797749979},"153":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"193":{"tf":1.0},"218":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"129":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":2.0},"130":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"205":{"tf":2.6457513110645907},"206":{"tf":3.1622776601683795},"208":{"tf":1.0},"225":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"211":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"189":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"218":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"223":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":42,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"137":{"tf":2.0},"145":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"158":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"213":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"165":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"178":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"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":{"219":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"228":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"139":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":12,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"150":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"223":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":1,"docs":{"204":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":56,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":2.449489742783178},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"153":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.8284271247461903},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":56,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"134":{"tf":3.1622776601683795},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":3.7416573867739413},"143":{"tf":3.4641016151377544},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.6457513110645907},"224":{"tf":3.3166247903554},"225":{"tf":4.242640687119285},"228":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.605551275463989},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":2.8284271247461903},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"75":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"223":{"tf":1.0},"60":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"215":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":10,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"149":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"149":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"164":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"169":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"179":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"181":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"194":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"200":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"214":{"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":{"215":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"137":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"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":{"134":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"129":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"134":{"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":{"137":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"135":{"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":{"135":{"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":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"142":{"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":{"142":{"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":{"142":{"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":{"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":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":85,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.0},"15":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.0},"207":{"tf":2.449489742783178},"208":{"tf":1.7320508075688772},"209":{"tf":2.0},"211":{"tf":2.23606797749979},"212":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.23606797749979},"220":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"228":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.605551275463989},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.123105625617661},"43":{"tf":3.872983346207417},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"191":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"223":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"218":{"tf":3.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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"223":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"211":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"130":{"tf":1.0},"137":{"tf":1.7320508075688772},"153":{"tf":2.0},"205":{"tf":3.1622776601683795},"206":{"tf":4.242640687119285},"207":{"tf":2.23606797749979},"208":{"tf":2.6457513110645907},"218":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":17,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"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":{"222":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"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":{"143":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"131":{"tf":1.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"16":{"tf":1.0},"204":{"tf":2.449489742783178},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"212":{"tf":2.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"225":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"208":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"223":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.23606797749979}}}},"n":{"df":42,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"221":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}}}}},"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"134":{"tf":1.0},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"134":{"tf":1.0},"162":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"d":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":12,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"225":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"204":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"129":{"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":{"129":{"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":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"140":{"tf":1.4142135623730951},"142":{"tf":3.3166247903554},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"145":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":3.605551275463989},"224":{"tf":2.6457513110645907},"225":{"tf":4.242640687119285},"228":{"tf":2.23606797749979},"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},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":29,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"148":{"tf":1.0},"153":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":3.7416573867739413},"206":{"tf":2.0},"207":{"tf":3.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.23606797749979},"135":{"tf":2.449489742783178},"218":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.4641016151377544}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"14":{"tf":1.0},"146":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"209":{"tf":1.0},"222":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"136":{"tf":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":{"136":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"138":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"225":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"147":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"211":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"174":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"228":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":10,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":8,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"218":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"223":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":1,"docs":{"204":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"153":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"204":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"163":{"tf":1.0},"207":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"142":{"tf":1.0},"218":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"228":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":16,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"211":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.7320508075688772},"137":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"134":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":2.23606797749979},"118":{"tf":1.0},"129":{"tf":2.0},"151":{"tf":1.0},"203":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":2.6457513110645907},"146":{"tf":1.7320508075688772},"149":{"tf":1.0},"211":{"tf":2.449489742783178},"225":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"228":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.0},"219":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"214":{"tf":1.0}}},"k":{"df":4,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"22":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"147":{"tf":1.7320508075688772},"218":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"12":{"tf":1.0},"146":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":58,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":3.3166247903554},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"129":{"tf":2.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"8":{"df":1,"docs":{"129":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"185":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"204":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"209":{"tf":1.4142135623730951},"224":{"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":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"218":{"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},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"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":9,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"153":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"228":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"147":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"147":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":2.6457513110645907},"207":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"204":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"228":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":2.0},"137":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"136":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"206":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"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":{"142":{"tf":1.0},"211":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"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":8,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":33,"docs":{"137":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":2.23606797749979},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":25,"docs":{"148":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"134":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"129":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"1":{"4":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"e":{"6":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"128":{"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":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"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":{"211":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"149":{"tf":1.0}}},"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"]":{":":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"228":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"191":{"tf":1.0},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"211":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.4142135623730951}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"127":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"206":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"206":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"204":{"tf":1.0},"28":{"tf":1.4142135623730951}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"213":{"tf":1.0},"215":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"186":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"126":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":3,"docs":{"137":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":41,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.6457513110645907},"207":{"tf":1.7320508075688772},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"127":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"214":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"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":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"130":{"tf":1.0},"207":{"tf":3.0},"208":{"tf":2.8284271247461903},"218":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":3.3166247903554},"145":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":2.6457513110645907},"228":{"tf":2.0},"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},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":3.605551275463989},"43":{"tf":2.449489742783178},"44":{"tf":3.0},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.3166247903554},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"df":15,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"223":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":16,"docs":{"12":{"tf":1.0},"127":{"tf":2.0},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"220":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"178":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"223":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"204":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"135":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"212":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"134":{"tf":1.4142135623730951},"146":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"211":{"tf":1.0},"218":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":3.0},"148":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"143":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"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":{"142":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"211":{"tf":1.0},"223":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"211":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":2,"docs":{"211":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"204":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"l":{"df":2,"docs":{"204":{"tf":2.0},"211":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"142":{"tf":1.0},"204":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":6,"docs":{"11":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"223":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"206":{"tf":1.0},"228":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":22,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"176":{"tf":1.4142135623730951},"204":{"tf":2.6457513110645907},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"151":{"tf":1.0},"165":{"tf":1.4142135623730951},"222":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"144":{"tf":1.0},"204":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":3.0},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"215":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":3.872983346207417},"225":{"tf":4.0},"228":{"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},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"228":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":49,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.7320508075688772},"130":{"tf":2.8284271247461903},"131":{"tf":1.0},"133":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"138":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"138":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":43,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"159":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":77,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.449489742783178},"139":{"tf":2.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"149":{"tf":2.0},"153":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"55":{"tf":3.0},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"130":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.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},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"214":{"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}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":91,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.8284271247461903},"206":{"tf":3.3166247903554},"208":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"210":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"133":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"219":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"d":{"df":4,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"228":{"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":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"206":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"173":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":2.8284271247461903},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"217":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":2.0}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"148":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"138":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":2.0},"142":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"210":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"207":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"173":{"tf":1.0},"178":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"134":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"182":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":18,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"211":{"tf":2.6457513110645907},"212":{"tf":1.4142135623730951},"225":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"146":{"tf":1.0},"204":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"212":{"tf":2.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"52":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"137":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"138":{"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":1,"docs":{"142":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"205":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"225":{"tf":1.0}},"t":{"df":2,"docs":{"134":{"tf":1.7320508075688772},"214":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"211":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":40,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"211":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"136":{"tf":2.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"225":{"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":{"205":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"211":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":3.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":2.0},"207":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":109,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.6457513110645907},"136":{"tf":3.3166247903554},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.23606797749979},"149":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"196":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"214":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":4.69041575982343},"60":{"tf":3.7416573867739413},"61":{"tf":4.242640687119285},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":2.8284271247461903},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"n":{"d":{"df":3,"docs":{"149":{"tf":1.0},"209":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"223":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"162":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"x":{"df":1,"docs":{"211":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"161":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"44":{"tf":2.23606797749979}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"127":{"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},"210":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"219":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"219":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"138":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"218":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"148":{"tf":1.0},"225":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":2.0},"2":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"224":{"tf":2.6457513110645907},"225":{"tf":3.605551275463989},"228":{"tf":2.8284271247461903},"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},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"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},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.605551275463989},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"228":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"126":{"tf":1.0},"134":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"218":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":6,"docs":{"143":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"222":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"222":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"130":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"209":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"191":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"218":{"tf":1.0}}}}},"p":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.0}}}},"p":{"df":8,"docs":{"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"218":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"218":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":9,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"225":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":2.449489742783178},"131":{"tf":1.0},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.4641016151377544},"136":{"tf":1.4142135623730951},"149":{"tf":1.0},"180":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"214":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":2.0},"144":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"222":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":10,"docs":{"219":{"tf":1.0},"221":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"153":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"204":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"211":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}},"v":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{"223":{"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":{"225":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"131":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"207":{"tf":1.4142135623730951},"220":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"134":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"218":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.23606797749979},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":41,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":3.0},"147":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"133":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"223":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"140":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.449489742783178},"137":{"tf":1.0},"139":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"217":{"tf":2.23606797749979}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"151":{"tf":1.0},"189":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"128":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"215":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"151":{"tf":1.0},"193":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"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":{"133":{"tf":1.4142135623730951},"214":{"tf":2.449489742783178},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"135":{"tf":1.0},"204":{"tf":2.8284271247461903},"217":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"228":{"tf":1.0}}},"w":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"223":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"212":{"tf":1.0}}}}}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"174":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"142":{"tf":2.0},"224":{"tf":1.0},"225":{"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":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"137":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"142":{"tf":3.1622776601683795},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"222":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"228":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"130":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"193":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"133":{"tf":2.0},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.8284271247461903},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"153":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.8284271247461903},"135":{"tf":2.23606797749979},"136":{"tf":2.8284271247461903},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"219":{"tf":3.0},"22":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"132":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"170":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"129":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"212":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"224":{"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},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.1622776601683795},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"204":{"tf":2.0},"212":{"tf":1.0},"219":{"tf":1.7320508075688772},"223":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"228":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"137":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"223":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"225":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"136":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"227":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"151":{"tf":1.0},"199":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"137":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"225":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.449489742783178},"153":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"193":{"tf":1.0},"218":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"129":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":78,"docs":{"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.8284271247461903},"206":{"tf":3.1622776601683795},"208":{"tf":1.0},"225":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"209":{"tf":2.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"189":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"218":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"223":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":42,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"137":{"tf":2.0},"145":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"158":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"213":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"165":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"178":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"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":{"219":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"228":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":56,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":15,"docs":{"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"223":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":1,"docs":{"204":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":57,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":2.8284271247461903},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":2.23606797749979},"153":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.8284271247461903},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":129,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":3.3166247903554},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":3.872983346207417},"143":{"tf":3.4641016151377544},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.8284271247461903},"224":{"tf":3.605551275463989},"225":{"tf":4.47213595499958},"228":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.7416573867739413},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":3.1622776601683795},"49":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"223":{"tf":1.0},"60":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"215":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":10,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"149":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"149":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"169":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"181":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"188":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"192":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"194":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"214":{"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":{"215":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"137":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"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":{"134":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"129":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"134":{"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":{"137":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"135":{"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":{"135":{"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":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"142":{"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":{"142":{"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":{"142":{"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":{"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":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":85,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"205":{"tf":2.23606797749979},"206":{"tf":2.0},"207":{"tf":2.6457513110645907},"208":{"tf":1.7320508075688772},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"212":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"228":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.7416573867739413},"34":{"tf":3.7416573867739413},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.242640687119285},"43":{"tf":4.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"191":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"223":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"218":{"tf":3.1622776601683795},"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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":60,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"223":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"211":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"130":{"tf":1.0},"137":{"tf":1.7320508075688772},"153":{"tf":2.0},"205":{"tf":3.4641016151377544},"206":{"tf":4.358898943540674},"207":{"tf":2.449489742783178},"208":{"tf":2.8284271247461903},"218":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":17,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"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":{"222":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"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":{"143":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"131":{"tf":1.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"16":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"21":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"212":{"tf":2.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"225":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"208":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"223":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.449489742783178}}}},"n":{"df":42,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"221":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}}}}},"df":17,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"134":{"tf":1.0},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.4142135623730951},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"134":{"tf":1.0},"162":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"d":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":12,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"225":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"204":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"129":{"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":{"129":{"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":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"140":{"tf":1.7320508075688772},"142":{"tf":3.3166247903554},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"145":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":3.7416573867739413},"224":{"tf":2.8284271247461903},"225":{"tf":4.358898943540674},"228":{"tf":2.449489742783178},"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},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":29,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"148":{"tf":1.0},"153":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"205":{"tf":3.7416573867739413},"206":{"tf":2.0},"207":{"tf":3.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.23606797749979},"135":{"tf":2.6457513110645907},"218":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.605551275463989}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"14":{"tf":1.0},"146":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"209":{"tf":1.0},"222":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"136":{"tf":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":{"136":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":12,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"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":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"138":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"225":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"147":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"211":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"174":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"228":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":10,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":8,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.23606797749979}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"218":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"223":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":1,"docs":{"204":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"153":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"204":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"163":{"tf":1.0},"207":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"142":{"tf":1.0},"218":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"228":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":16,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"211":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.7320508075688772},"137":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"134":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"129":{"tf":2.0},"151":{"tf":1.0},"203":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":22,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":2.8284271247461903},"146":{"tf":2.0},"149":{"tf":1.0},"211":{"tf":2.449489742783178},"225":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"151":{"tf":1.0},"201":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"228":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.0},"219":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"214":{"tf":1.0}}},"k":{"df":4,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"22":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"147":{"tf":1.7320508075688772},"218":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"12":{"tf":1.0},"146":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":58,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":3.3166247903554},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"129":{"tf":2.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"8":{"df":1,"docs":{"129":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"185":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"204":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"211":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"13":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"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":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"218":{"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},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"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":9,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"153":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"228":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"147":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"147":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":2.8284271247461903},"207":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"204":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"228":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":2.0},"137":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"136":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"206":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"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":{"142":{"tf":1.0},"211":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"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":8,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":36,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":29,"docs":{"148":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.8284271247461903},"37":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"45":{"tf":2.8284271247461903},"46":{"tf":2.449489742783178},"47":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"134":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"3":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"5":{"df":3,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"6":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"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":{"213":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"207":{"tf":1.0},"42":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"144":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"131":{"tf":1.0},"215":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"165":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"170":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"176":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"211":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"182":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"145":{"tf":1.0},"158":{"tf":1.0},"216":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"222":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":20,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"184":{"tf":1.0},"93":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"228":{"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":{"134":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"215":{"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":{"133":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"210":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"222":{"tf":1.0}}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"v":{"6":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"189":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"193":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.0}}}},"z":{"4":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"219":{"tf":1.0},"24":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"226":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"199":{"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":{"128":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"205":{"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":{"209":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":21,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"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":{"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"205":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"n":{"df":1,"docs":{"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"131":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"228":{"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":{"135":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"227":{"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":2,"docs":{"115":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"201":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"204":{"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":{"129":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"d":{"df":9,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["introduction.html#overview","introduction.html#what-is-quilkin","introduction.html#why-use-quilkin","introduction.html#major-features","introduction.html#what-next","installation.html#installation","installation.html#distributions","installation.html#oci-image","installation.html#cargo","installation.html#github","faq.html#faq","faq.html#just-how-fast-is-quilkin-what-sort-of-performance-can-i-expect","faq.html#can-i-integrate-quilkin-with-c-code","faq.html#i-would-like-to-run-quilkin-as-a-client-side-proxy-on-a-console-can-i-do-that","faq.html#any-reason-you-didnt-contribute-this-intoextend-envoy","deployment/quickstarts/netcat.html#quickstart-quilkin-with-netcat","deployment/quickstarts/netcat.html#requirements","deployment/quickstarts/netcat.html#1-start-an-udp-echo-service","deployment/quickstarts/netcat.html#2-start-quilkin","deployment/quickstarts/netcat.html#3-send-a-packet","deployment/quickstarts/agones-xonotic-sidecar.html#quickstart-quilkin-with-agones-and-xonotic-sidecar","deployment/quickstarts/agones-xonotic-sidecar.html#requirements","deployment/quickstarts/agones-xonotic-sidecar.html#1-agones-fleet-with-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#2-play-xonotic","deployment/quickstarts/agones-xonotic-sidecar.html#3-check-out-the-metrics","deployment/quickstarts/agones-xonotic-sidecar.html#5-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#6-agones-fleet-but-with-compression","deployment/quickstarts/agones-xonotic-sidecar.html#4-play-xonotic-through-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#7-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#whats-next","deployment/quickstarts/agones-xonotic-xds.html#quickstart-quilkin-with-agones-and-xonotic-xds","deployment/quickstarts/agones-xonotic-xds.html#requirements","deployment/quickstarts/agones-xonotic-xds.html#1-overview","deployment/quickstarts/agones-xonotic-xds.html#2-install-quilkin-agones-xds-provider","deployment/quickstarts/agones-xonotic-xds.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-xds.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-xds.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-xds.html#connecting-client-side","deployment/quickstarts/agones-xonotic-xds.html#whats-next","deployment/quickstarts/agones-xonotic-relay.html#quickstart-quilkin-with-agones-and-xonotic-relay","deployment/quickstarts/agones-xonotic-relay.html#requirements","deployment/quickstarts/agones-xonotic-relay.html#1-overview","deployment/quickstarts/agones-xonotic-relay.html#2-install-quilkin-relay-and-agones-agent","deployment/quickstarts/agones-xonotic-relay.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-relay.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-relay.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-relay.html#connecting-client-side","deployment/quickstarts/agones-xonotic-relay.html#whats-next","services/proxy.html#proxy","services/proxy.html#endpoints","services/proxy.html#proxy-filters","services/proxy.html#endpoint-metadata","services/proxy.html#specialist-endpoint-metadata","services/proxy.html#session","services/proxy/configuration.html#configuration-file","services/proxy/configuration.html#static-configuration","services/proxy/configuration.html#dynamic-configuration","services/proxy/configuration.html#json-schema","services/proxy/filters.html#packet-filters","services/proxy/filters.html#filters-and-filter-chain","services/proxy/filters.html#configuration-examples","services/proxy/filters.html#filter-dynamic-metadata","services/proxy/filters.html#well-known-dynamic-metadata","services/proxy/filters.html#built-in-filters","services/proxy/filters.html#filterconfig","services/proxy/filters/capture.html#capture","services/proxy/filters/capture.html#capture-strategies","services/proxy/filters/capture.html#suffix","services/proxy/filters/capture.html#prefix","services/proxy/filters/capture.html#regex","services/proxy/filters/capture.html#filter-name","services/proxy/filters/capture.html#configuration-examples","services/proxy/filters/capture.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compress","services/proxy/filters/compress.html#filter-name","services/proxy/filters/compress.html#configuration-examples","services/proxy/filters/compress.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compression-modes","services/proxy/filters/compress.html#snappy","services/proxy/filters/compress.html#lz4","services/proxy/filters/compress.html#metrics","services/proxy/filters/concatenate.html#concatenate","services/proxy/filters/concatenate.html#filter-name","services/proxy/filters/concatenate.html#configuration-examples","services/proxy/filters/concatenate.html#configuration-options--rust-doc-","services/proxy/filters/debug.html#debug","services/proxy/filters/debug.html#filter-name","services/proxy/filters/debug.html#configuration-examples","services/proxy/filters/debug.html#configuration-options--rust-doc-","services/proxy/filters/drop.html#drop","services/proxy/filters/drop.html#filter-name","services/proxy/filters/drop.html#configuration-examples","services/proxy/filters/drop.html#configuration","services/proxy/filters/firewall.html#firewall","services/proxy/filters/firewall.html#filter-name","services/proxy/filters/firewall.html#configuration-examples","services/proxy/filters/firewall.html#configuration-options--rust-doc-","services/proxy/filters/firewall.html#rule-evaluation","services/proxy/filters/load_balancer.html#loadbalancer","services/proxy/filters/load_balancer.html#filter-name","services/proxy/filters/load_balancer.html#configuration-examples","services/proxy/filters/load_balancer.html#configuration-options--rust-doc-","services/proxy/filters/local_rate_limit.html#localratelimit","services/proxy/filters/local_rate_limit.html#filter-name","services/proxy/filters/local_rate_limit.html#configuration-examples","services/proxy/filters/local_rate_limit.html#configuration-options--rust-doc-","services/proxy/filters/match.html#match","services/proxy/filters/match.html#filter-name","services/proxy/filters/match.html#configuration-examples","services/proxy/filters/match.html#configuration-options--rust-doc-","services/proxy/filters/match.html#metrics","services/proxy/filters/pass.html#pass","services/proxy/filters/pass.html#filter-name","services/proxy/filters/pass.html#configuration-examples","services/proxy/filters/pass.html#configuration","services/proxy/filters/timestamp.html#timestamp","services/proxy/filters/timestamp.html#filter-name","services/proxy/filters/timestamp.html#configuration-examples","services/proxy/filters/timestamp.html#configuration-options--rust-doc-","services/proxy/filters/timestamp.html#metrics","services/proxy/filters/token_router.html#tokenrouter","services/proxy/filters/token_router.html#filter-name","services/proxy/filters/token_router.html#configuration-examples","services/proxy/filters/token_router.html#configuration-options--rust-doc-","services/proxy/filters/token_router.html#metrics","services/proxy/filters/token_router.html#sample-applications","services/proxy/filters/token_router.html#packet-authentication","services/proxy/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","services/proxy/qcmp.html#datacenter-latency","services/proxy/qcmp.html#api-and-schema","services/proxy/metrics.html#proxy-metrics","services/proxy/metrics.html#asn-maxmind-information","services/proxy/metrics.html#general-metrics","services/proxy/metrics.html#session-metrics","services/proxy/metrics.html#filter-metrics","services/xds.html#xds-control-plane","services/xds.html#overview","services/xds.html#xds-configuration-resources","services/xds.html#connecting-to-an-xds-management-server","services/xds/metrics.html#xds-metrics","services/xds/metrics.html#proxy-mode","services/xds/metrics.html#xds-provider-mode","services/xds/providers/agones.html#agones-xds-provider","services/xds/providers/agones.html#endpoint-configuration","services/xds/providers/agones.html#access-tokens","services/xds/providers/agones.html#filter-configuration","services/xds/providers/agones.html#usage","services/xds/providers/filesystem.html#filesystem-xds-provider","services/xds/proto/index.html#protocol-documentation","services/xds/proto/index.html#table-of-contents","services/xds/proto/index.html#quilkinrelayv1alpha1relayproto","services/xds/proto/index.html#aggregatedcontrolplanediscoveryservice","services/xds/proto/index.html#quilkinconfigv1alpha1configproto","services/xds/proto/index.html#cluster","services/xds/proto/index.html#clustermap","services/xds/proto/index.html#datacenter","services/xds/proto/index.html#endpoint","services/xds/proto/index.html#filter","services/xds/proto/index.html#filterchain","services/xds/proto/index.html#host","services/xds/proto/index.html#ipv6","services/xds/proto/index.html#locality","services/xds/proto/index.html#quilkinfilterscapturev1alpha1captureproto","services/xds/proto/index.html#capture","services/xds/proto/index.html#captureprefix","services/xds/proto/index.html#captureregex","services/xds/proto/index.html#capturesuffix","services/xds/proto/index.html#quilkinfilterscompressv1alpha1compressproto","services/xds/proto/index.html#compress","services/xds/proto/index.html#compressactionvalue","services/xds/proto/index.html#compressmodevalue","services/xds/proto/index.html#compressaction","services/xds/proto/index.html#compressmode","services/xds/proto/index.html#quilkinfiltersconcatenatev1alpha1concatenateproto","services/xds/proto/index.html#concatenate","services/xds/proto/index.html#concatenatestrategyvalue","services/xds/proto/index.html#concatenatestrategy","services/xds/proto/index.html#quilkinfiltersdebugv1alpha1debugproto","services/xds/proto/index.html#debug","services/xds/proto/index.html#quilkinfiltersdropv1alpha1dropproto","services/xds/proto/index.html#drop","services/xds/proto/index.html#quilkinfiltersfirewallv1alpha1firewallproto","services/xds/proto/index.html#firewall","services/xds/proto/index.html#firewallportrange","services/xds/proto/index.html#firewallrule","services/xds/proto/index.html#firewallaction","services/xds/proto/index.html#quilkinfiltersload_balancerv1alpha1load_balancerproto","services/xds/proto/index.html#loadbalancer","services/xds/proto/index.html#loadbalancerpolicyvalue","services/xds/proto/index.html#loadbalancerpolicy","services/xds/proto/index.html#quilkinfilterslocal_rate_limitv1alpha1local_rate_limitproto","services/xds/proto/index.html#localratelimit","services/xds/proto/index.html#quilkinfiltersmatchv1alpha1matchproto","services/xds/proto/index.html#match","services/xds/proto/index.html#matchbranch","services/xds/proto/index.html#matchconfig","services/xds/proto/index.html#quilkinfilterspassv1alpha1passproto","services/xds/proto/index.html#pass","services/xds/proto/index.html#quilkinfilterstoken_routerv1alpha1token_routerproto","services/xds/proto/index.html#tokenrouter","services/xds/proto/index.html#quilkinfilterstimestampv1alpha1timestampproto","services/xds/proto/index.html#timestamp","services/xds/proto/index.html#scalar-value-types","services/relay.html#control-plane-relay","services/relay.html#quickstart","services/agent.html#quilkin-agent","services/agent.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#installation","sdks/unreal-engine.html#configuration","sdks/unreal-engine.html#delegates","deployment/admin.html#administration","deployment/admin.html#logging","deployment/admin.html#http-api","deployment/admin.html#endpoints","deployment/admin.html#live","deployment/admin.html#ready","deployment/admin.html#metrics","deployment/admin.html#debugpprofprofile","deployment/admin.html#config","deployment/examples.html#quilkin-integration-examples","deployment/examples.html#server-proxy-as-a-sidecar","deployment/examples.html#client-proxy-to-sidecar-server-proxy","deployment/examples.html#client-proxy-to-separate-server-proxies-pools","deployment/examples.html#what-next","third-party/presentations.html#third-party-videos-and-presentations","third-party/presentations.html#gdc-2023-open-source-game-development-summit-agones-and-quilkin-oss-multiplayer-game-server-service-mesh-on-kubernetes"],"index":{"documentStore":{"docInfo":{"0":{"body":10,"breadcrumbs":2,"title":1},"1":{"body":66,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":2,"title":1},"100":{"body":41,"breadcrumbs":6,"title":2},"101":{"body":60,"breadcrumbs":8,"title":4},"102":{"body":19,"breadcrumbs":6,"title":1},"103":{"body":1,"breadcrumbs":7,"title":2},"104":{"body":115,"breadcrumbs":7,"title":2},"105":{"body":52,"breadcrumbs":9,"title":4},"106":{"body":19,"breadcrumbs":4,"title":1},"107":{"body":1,"breadcrumbs":5,"title":2},"108":{"body":38,"breadcrumbs":5,"title":2},"109":{"body":180,"breadcrumbs":7,"title":4},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":18,"breadcrumbs":4,"title":1},"111":{"body":12,"breadcrumbs":4,"title":1},"112":{"body":1,"breadcrumbs":5,"title":2},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":3,"breadcrumbs":4,"title":1},"115":{"body":21,"breadcrumbs":4,"title":1},"116":{"body":1,"breadcrumbs":5,"title":2},"117":{"body":25,"breadcrumbs":5,"title":2},"118":{"body":35,"breadcrumbs":7,"title":4},"119":{"body":7,"breadcrumbs":4,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":30,"breadcrumbs":5,"title":1},"121":{"body":1,"breadcrumbs":6,"title":2},"122":{"body":44,"breadcrumbs":6,"title":2},"123":{"body":31,"breadcrumbs":8,"title":4},"124":{"body":40,"breadcrumbs":5,"title":1},"125":{"body":0,"breadcrumbs":6,"title":2},"126":{"body":108,"breadcrumbs":6,"title":2},"127":{"body":41,"breadcrumbs":9,"title":5},"128":{"body":24,"breadcrumbs":5,"title":1},"129":{"body":109,"breadcrumbs":7,"title":3},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":119,"breadcrumbs":6,"title":2},"131":{"body":23,"breadcrumbs":6,"title":2},"132":{"body":6,"breadcrumbs":4,"title":2},"133":{"body":56,"breadcrumbs":5,"title":3},"134":{"body":181,"breadcrumbs":4,"title":2},"135":{"body":54,"breadcrumbs":4,"title":2},"136":{"body":101,"breadcrumbs":4,"title":2},"137":{"body":186,"breadcrumbs":5,"title":3},"138":{"body":97,"breadcrumbs":3,"title":1},"139":{"body":39,"breadcrumbs":5,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":15,"breadcrumbs":6,"title":4},"141":{"body":0,"breadcrumbs":5,"title":2},"142":{"body":117,"breadcrumbs":5,"title":2},"143":{"body":142,"breadcrumbs":6,"title":3},"144":{"body":92,"breadcrumbs":7,"title":3},"145":{"body":43,"breadcrumbs":6,"title":2},"146":{"body":33,"breadcrumbs":6,"title":2},"147":{"body":68,"breadcrumbs":6,"title":2},"148":{"body":47,"breadcrumbs":5,"title":1},"149":{"body":102,"breadcrumbs":7,"title":3},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":0,"breadcrumbs":6,"title":2},"151":{"body":56,"breadcrumbs":6,"title":2},"152":{"body":0,"breadcrumbs":5,"title":1},"153":{"body":87,"breadcrumbs":5,"title":1},"154":{"body":0,"breadcrumbs":5,"title":1},"155":{"body":9,"breadcrumbs":5,"title":1},"156":{"body":7,"breadcrumbs":5,"title":1},"157":{"body":10,"breadcrumbs":5,"title":1},"158":{"body":12,"breadcrumbs":5,"title":1},"159":{"body":12,"breadcrumbs":5,"title":1},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":7,"breadcrumbs":5,"title":1},"161":{"body":10,"breadcrumbs":5,"title":1},"162":{"body":8,"breadcrumbs":5,"title":1},"163":{"body":11,"breadcrumbs":5,"title":1},"164":{"body":0,"breadcrumbs":5,"title":1},"165":{"body":12,"breadcrumbs":5,"title":1},"166":{"body":8,"breadcrumbs":5,"title":1},"167":{"body":6,"breadcrumbs":5,"title":1},"168":{"body":9,"breadcrumbs":5,"title":1},"169":{"body":0,"breadcrumbs":5,"title":1},"17":{"body":30,"breadcrumbs":6,"title":5},"170":{"body":10,"breadcrumbs":5,"title":1},"171":{"body":6,"breadcrumbs":5,"title":1},"172":{"body":6,"breadcrumbs":5,"title":1},"173":{"body":9,"breadcrumbs":5,"title":1},"174":{"body":8,"breadcrumbs":5,"title":1},"175":{"body":0,"breadcrumbs":5,"title":1},"176":{"body":10,"breadcrumbs":5,"title":1},"177":{"body":6,"breadcrumbs":5,"title":1},"178":{"body":10,"breadcrumbs":5,"title":1},"179":{"body":0,"breadcrumbs":5,"title":1},"18":{"body":56,"breadcrumbs":4,"title":3},"180":{"body":7,"breadcrumbs":5,"title":1},"181":{"body":0,"breadcrumbs":5,"title":1},"182":{"body":1,"breadcrumbs":5,"title":1},"183":{"body":0,"breadcrumbs":5,"title":1},"184":{"body":10,"breadcrumbs":5,"title":1},"185":{"body":8,"breadcrumbs":5,"title":1},"186":{"body":12,"breadcrumbs":5,"title":1},"187":{"body":8,"breadcrumbs":5,"title":1},"188":{"body":0,"breadcrumbs":5,"title":1},"189":{"body":6,"breadcrumbs":5,"title":1},"19":{"body":61,"breadcrumbs":4,"title":3},"190":{"body":6,"breadcrumbs":5,"title":1},"191":{"body":10,"breadcrumbs":5,"title":1},"192":{"body":0,"breadcrumbs":5,"title":1},"193":{"body":9,"breadcrumbs":5,"title":1},"194":{"body":0,"breadcrumbs":5,"title":1},"195":{"body":10,"breadcrumbs":5,"title":1},"196":{"body":8,"breadcrumbs":5,"title":1},"197":{"body":12,"breadcrumbs":5,"title":1},"198":{"body":0,"breadcrumbs":5,"title":1},"199":{"body":1,"breadcrumbs":5,"title":1},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"200":{"body":0,"breadcrumbs":5,"title":1},"201":{"body":7,"breadcrumbs":5,"title":1},"202":{"body":0,"breadcrumbs":5,"title":1},"203":{"body":6,"breadcrumbs":5,"title":1},"204":{"body":248,"breadcrumbs":7,"title":3},"205":{"body":201,"breadcrumbs":4,"title":3},"206":{"body":211,"breadcrumbs":2,"title":1},"207":{"body":200,"breadcrumbs":4,"title":2},"208":{"body":72,"breadcrumbs":3,"title":1},"209":{"body":29,"breadcrumbs":6,"title":4},"21":{"body":22,"breadcrumbs":4,"title":1},"210":{"body":6,"breadcrumbs":3,"title":1},"211":{"body":229,"breadcrumbs":3,"title":1},"212":{"body":45,"breadcrumbs":3,"title":1},"213":{"body":8,"breadcrumbs":2,"title":1},"214":{"body":40,"breadcrumbs":2,"title":1},"215":{"body":25,"breadcrumbs":3,"title":2},"216":{"body":5,"breadcrumbs":2,"title":1},"217":{"body":19,"breadcrumbs":2,"title":1},"218":{"body":129,"breadcrumbs":2,"title":1},"219":{"body":55,"breadcrumbs":2,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"220":{"body":48,"breadcrumbs":2,"title":1},"221":{"body":10,"breadcrumbs":2,"title":1},"222":{"body":36,"breadcrumbs":5,"title":3},"223":{"body":112,"breadcrumbs":5,"title":3},"224":{"body":79,"breadcrumbs":7,"title":5},"225":{"body":188,"breadcrumbs":8,"title":6},"226":{"body":10,"breadcrumbs":3,"title":1},"227":{"body":0,"breadcrumbs":6,"title":4},"228":{"body":98,"breadcrumbs":18,"title":16},"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":46,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":201,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":275,"breadcrumbs":6,"title":3},"37":{"body":205,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":0,"breadcrumbs":8,"title":5},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":26,"breadcrumbs":4,"title":1},"41":{"body":74,"breadcrumbs":5,"title":2},"42":{"body":156,"breadcrumbs":9,"title":6},"43":{"body":218,"breadcrumbs":8,"title":5},"44":{"body":83,"breadcrumbs":7,"title":4},"45":{"body":276,"breadcrumbs":6,"title":3},"46":{"body":205,"breadcrumbs":6,"title":3},"47":{"body":10,"breadcrumbs":5,"title":2},"48":{"body":150,"breadcrumbs":2,"title":1},"49":{"body":20,"breadcrumbs":2,"title":1},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":27,"breadcrumbs":3,"title":2},"51":{"body":50,"breadcrumbs":3,"title":2},"52":{"body":79,"breadcrumbs":4,"title":3},"53":{"body":113,"breadcrumbs":2,"title":1},"54":{"body":55,"breadcrumbs":5,"title":2},"55":{"body":92,"breadcrumbs":5,"title":2},"56":{"body":18,"breadcrumbs":5,"title":2},"57":{"body":154,"breadcrumbs":5,"title":2},"58":{"body":23,"breadcrumbs":4,"title":2},"59":{"body":191,"breadcrumbs":5,"title":3},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":101,"breadcrumbs":4,"title":2},"61":{"body":136,"breadcrumbs":5,"title":3},"62":{"body":24,"breadcrumbs":6,"title":4},"63":{"body":75,"breadcrumbs":4,"title":2},"64":{"body":50,"breadcrumbs":3,"title":1},"65":{"body":33,"breadcrumbs":4,"title":1},"66":{"body":5,"breadcrumbs":5,"title":2},"67":{"body":4,"breadcrumbs":4,"title":1},"68":{"body":4,"breadcrumbs":4,"title":1},"69":{"body":16,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":1,"breadcrumbs":5,"title":2},"71":{"body":22,"breadcrumbs":5,"title":2},"72":{"body":159,"breadcrumbs":7,"title":4},"73":{"body":20,"breadcrumbs":4,"title":1},"74":{"body":1,"breadcrumbs":5,"title":2},"75":{"body":81,"breadcrumbs":5,"title":2},"76":{"body":48,"breadcrumbs":7,"title":4},"77":{"body":0,"breadcrumbs":5,"title":2},"78":{"body":42,"breadcrumbs":4,"title":1},"79":{"body":80,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":14,"breadcrumbs":4,"title":1},"81":{"body":22,"breadcrumbs":4,"title":1},"82":{"body":1,"breadcrumbs":5,"title":2},"83":{"body":21,"breadcrumbs":5,"title":2},"84":{"body":61,"breadcrumbs":7,"title":4},"85":{"body":30,"breadcrumbs":4,"title":1},"86":{"body":1,"breadcrumbs":5,"title":2},"87":{"body":18,"breadcrumbs":5,"title":2},"88":{"body":24,"breadcrumbs":7,"title":4},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":1,"breadcrumbs":5,"title":2},"91":{"body":38,"breadcrumbs":5,"title":2},"92":{"body":3,"breadcrumbs":4,"title":1},"93":{"body":16,"breadcrumbs":4,"title":1},"94":{"body":1,"breadcrumbs":5,"title":2},"95":{"body":31,"breadcrumbs":5,"title":2},"96":{"body":138,"breadcrumbs":7,"title":4},"97":{"body":49,"breadcrumbs":5,"title":2},"98":{"body":8,"breadcrumbs":5,"title":1},"99":{"body":1,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"Quilkin is a UDP proxy, specifically designed for use with multiplayer dedicated game servers.","breadcrumbs":"Introduction » Overview","id":"0","title":"Overview"},"1":{"body":"Quilkin on open source is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game servers deployments, to ensure security, access control, telemetry data, metrics and more. It is designed to be used behind game clients as well as in front of dedicated game servers. Quilkin's aim is to pull the above functionality out of bespoke, monolithic dedicated game servers and clients, and provide standard, composable modules that can be reused across a wide set of multiplayer games, so that game developers can instead focus on their game specific aspects of building a multiplayer game.","breadcrumbs":"Introduction » What is Quilkin?","id":"1","title":"What is Quilkin?"},"10":{"body":"","breadcrumbs":"FAQ » FAQ","id":"10","title":"FAQ"},"100":{"body":"# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.load_balancer.v1alpha1.LoadBalancer config: policy: ROUND_ROBIN\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } The load balancing policy (the strategy to use to select what endpoint to send traffic to) is configurable. In the example above, packets will be distributed by selecting endpoints in turn, in round robin fashion.","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Examples","id":"100","title":"Configuration Examples"},"101":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: The configuration for [`load_balancer`][super].\ntype: object\nproperties: policy: default: ROUND_ROBIN allOf: - $ref: '#/definitions/Policy'\ndefinitions: Policy: description: Policy represents how a [`load_balancer`][super] distributes packets across endpoints. oneOf: - description: Send packets to endpoints in turns. type: string enum: - ROUND_ROBIN - description: Send packets to endpoints chosen at random. type: string enum: - RANDOM - description: Send packets to endpoints based on hash of source IP and port. type: string enum: - HASH","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Options ( Rust Doc )","id":"101","title":"Configuration Options ( Rust Doc )"},"102":{"body":"The LocalRateLimit filter controls the frequency at which packets received downstream are forwarded upstream by the proxy. Rate limiting is done independently per source (IP, Port) combination.","breadcrumbs":"Proxy » Filters » Local Rate Limit » LocalRateLimit","id":"102","title":"LocalRateLimit"},"103":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"103","title":"Filter name"},"104":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 1000 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } To configure a rate limiter, we specify the maximum rate at which the proxy is allowed to forward packets. In the example above, we configured the proxy to forward a maximum of 1000 packets per second). Be aware that due to some optimizations in the current rate limiter implementation, the enforced maximum number of packets is not always exact. It is in theory possible that the rate limiter allows a few packets through, however in practice this would be a rare occurrence and the maximum number of such packets that is in the worse case N-1 where N is the number of threads used to process packets. For example, a configuration allowing 1000 packets per second could potentially allow 1004 packets during some time window if we have up to 4 threads. Packets that that exceeds the maximum configured rate are dropped.","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Examples","id":"104","title":"Configuration Examples"},"105":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- max_packets\n- period\nproperties: max_packets: description: The maximum number of packets allowed to be forwarded by the rate limiter in a given duration. type: integer format: uint minimum: 0.0 period: description: The duration in seconds during which max_packets applies. If none is provided, it defaults to one second. type: integer format: uint32 minimum: 0.0","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Options ( Rust Doc )","id":"105","title":"Configuration Options ( Rust Doc )"},"106":{"body":"The Match filter's job is to provide a mechanism to change behaviour based on dynamic metadata. This filter behaves similarly to the match expression in Rust or switch statements in other languages.","breadcrumbs":"Proxy » Filters » Match » Match","id":"106","title":"Match"},"107":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"107","title":"Filter name"},"108":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Match » Configuration Examples","id":"108","title":"Configuration Examples"},"109":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Configuration for [`Match`][super::Match].\ntype: object\nproperties: on_read: description: Configuration for [`Filter::read`][crate::filters::Filter::read]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null' on_write: description: Configuration for [`Filter::write`][crate::filters::Filter::write]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null'\nadditionalProperties: false\ndefinitions: Branch: description: A specific match branch. The filter is run when `value` matches the value defined in `metadata_key`. type: object required: - name - value properties: config: true label: type: - string - 'null' name: type: string value: description: The value to compare against the dynamic metadata. allOf: - $ref: '#/definitions/Value' DirectionalConfig: description: Configuration for a specific direction. type: object required: - branches - metadataKey properties: branches: description: List of filters to compare and potentially run if any match. type: array items: $ref: '#/definitions/Branch' fallthrough: description: The behaviour for when none of the `branches` match. default: config: null label: null name: quilkin.filters.drop.v1alpha1.Drop allOf: - $ref: '#/definitions/Filter' metadataKey: description: The key for the metadata to compare against. allOf: - $ref: '#/definitions/Key' Filter: description: Filter is the configuration for a single filter type: object required: - name properties: config: true label: type: - string - 'null' name: type: string additionalProperties: false Key: description: A key in the metadata table. type: string Value: anyOf: - type: boolean - type: integer format: uint64 minimum: 0.0 - type: array items: $ref: '#/definitions/Value' - type: string - type: array items: type: integer format: uint8 minimum: 0.0 View the Match filter documentation for more details.","breadcrumbs":"Proxy » Filters » Match » Configuration Options ( Rust Doc )","id":"109","title":"Configuration Options ( Rust Doc )"},"11":{"body":"Our current testing shows that on Quilkin shows that it process packets quite fast ! We won't be publishing performance benchmarks, as performance will always change depending on the underlying hardware, number of filters, configurations and more. We highly recommend you run your own load tests on your platform and configuration, matching your production workload and configuration as close as possible. Our iperf3 based performance test in the examples' folder is a good starting point. Since this is still an alpha project, we have plans on investigating further performance improvements in upcoming releases, both from an optimisation and observability perspective as well.","breadcrumbs":"FAQ » Just how fast is Quilkin? What sort of performance can I expect?","id":"11","title":"Just how fast is Quilkin? What sort of performance can I expect?"},"110":{"body":"quilkin_filter_int_counter{label=\"packets_matched_total\"} A counter of the total number of packets where the dynamic metadata matches a branch value. quilkin_filter_int_counter{label=\"packets_fallthrough_total\"} A counter of the total number of packets that are processed by the fallthrough configuration.","breadcrumbs":"Proxy » Filters » Match » Metrics","id":"110","title":"Metrics"},"111":{"body":"The Pass filter that always passes any packet through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Pass » Pass","id":"111","title":"Pass"},"112":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"112","title":"Filter name"},"113":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Pass » Configuration Examples","id":"113","title":"Configuration Examples"},"114":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"114","title":"Configuration"},"115":{"body":"The Timestamp filter accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. Mostly useful in combination with other filters such as Capture to pull timestamp data from packets.","breadcrumbs":"Proxy » Filters » Timestamp » Timestamp","id":"115","title":"Timestamp"},"116":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"116","title":"Filter name"},"117":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: example.com/session_duration prefix: size: 3 remove: false - name: quilkin.filters.timestamp.v1alpha1.Timestamp config: metadataKey: example.com/session_duration\nclusters: - endpoints: - address: 127.0.0.1:26000\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Examples","id":"117","title":"Configuration Examples"},"118":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- metadataKey\nproperties: metadataKey: description: The metadata key to read the UTC UNIX Timestamp from. allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Options ( Rust Doc )","id":"118","title":"Configuration Options ( Rust Doc )"},"119":{"body":"quilkin_filter_histogram{label=\"duration\"} A histogram of durations from metadata_key to now in the packet direction.","breadcrumbs":"Proxy » Filters » Timestamp » Metrics","id":"119","title":"Metrics"},"12":{"body":"Quilkin is also released as a library so it can be integrated with an external codebase as necessary. Using Rust code inside a C or C++ project mostly consists of two parts. Creating a C-friendly API in Rust Embedding your Rust project into an external build system See A little Rust with your C for more information. Over time, we will be expanding documentation on how to integrate with specific engines if running Quilkin as a separate binary is not an option.","breadcrumbs":"FAQ » Can I integrate Quilkin with C++ code?","id":"12","title":"Can I integrate Quilkin with C++ code?"},"120":{"body":"The TokenRouter filter's job is to provide a mechanism to declare which Endpoints a packet should be sent to. This Filter provides this functionality by comparing a byte array token found in the Filter Dynamic Metadata from a previous Filter, and comparing it to Endpoint's tokens , and sending packets to those Endpoints only if there is a match.","breadcrumbs":"Proxy » Filters » Token Router » TokenRouter","id":"120","title":"TokenRouter"},"121":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"121","title":"Filter name"},"122":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); View the CaptureBytes filter documentation for more details.","breadcrumbs":"Proxy » Filters » Token Router » Configuration Examples","id":"122","title":"Configuration Examples"},"123":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nproperties: metadataKey: description: the key to use when retrieving the token from the Filter's dynamic metadata default: quilkin.dev/capture allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Token Router » Configuration Options ( Rust Doc )","id":"123","title":"Configuration Options ( Rust Doc )"},"124":{"body":"quilkin_filter_TokenRouter_packets_dropped_total A counter of the total number of packets that have been dropped. This is also provided with a Reason label, as there are differing reasons for packets to be dropped: NoEndpointMatch - The token provided via the Filter dynamic metadata does not match any Endpoint's tokens. NoTokenFound - No token has been found in the Filter dynamic metadata. InvalidToken - The data found for the token in the Filter dynamic metadata is not of the correct data type (Vec)","breadcrumbs":"Proxy » Filters » Token Router » Metrics","id":"124","title":"Metrics"},"125":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"125","title":"Sample Applications"},"126":{"body":"In combination with several other filters, the TokenRouter can be utilised as an authentication and access control mechanism for all incoming packets. Capturing the authentication token from an incoming packet can be implemented via the CaptureByte filter, with an example outlined below, or any other filter that populates the configured dynamic metadata key for the authentication token to reside. It is assumed that the endpoint tokens that are used for authentication are generated by an external system, are appropriately cryptographically random and sent to each proxy securely. For example, a configuration would look like: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture # Capture and remove the authentication token config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2); On the game client side the Concatenate filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"126","title":"Packet Authentication"},"127":{"body":"services ports Protocol QCMP 7600 UDP AND TCP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP and TCP. The purpose of this API is to provide meta operations that can be used by untrusted clients. Currently the API is focuses on providing pings for latency measurement but that may change overtime as new features are added.","breadcrumbs":"Proxy » Control Message Protocol » Quilkin Control Message Protocol (QCMP)","id":"127","title":"Quilkin Control Message Protocol (QCMP)"},"128":{"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":"128","title":"Ping"},"129":{"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":"129","title":"Protocol Data Unit"},"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":"In addition to being able to ping Quilkin to get the latency between the client and proxy. In order to allow clients to send information to services like a matchmaker about which datacentre they are closest to, Quilkin also includes the ability to get a proxy's latency to each of its connected datacentres. Note: This requires a multi-cluster relay setup, as when you set up proxies in the same cluster as gameservers, this measurement is redundant. All that is required to set this up is to provide an ICAO code to the agent in the gameserver cluster. (E.g. through the environment variable ICAO_CODE). No further setup is required. You can use duplicate ICAO codes , Quilkin will choose the best result amongst the duplicates to return. Quilkin assumes that multiple of the same ICAO code refer to the same phyiscal datacentre, so latency between them should negible. Why ICAO? ICAO is an international standard for airport codes, airport codes are an easy human readable code that makes it easy to use geo-visualisations in tools like Grafana, and easily allows grouping. IATA codes only cover major airports, ICAO codes cover practically every airport making them easy to more accurately represent the location of any datacentre.","breadcrumbs":"Proxy » Control Message Protocol » Datacenter Latency","id":"130","title":"Datacenter Latency"},"131":{"body":"Currently the datacentre latency can be retrieved by sending a GET / HTTP request to the QCMP port. The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.","breadcrumbs":"Proxy » Control Message Protocol » API And Schema","id":"131","title":"API And Schema"},"132":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"132","title":"Proxy Metrics"},"133":{"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":"133","title":"ASN Maxmind Information"},"134":{"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 (in nanoseconds). 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":"134","title":"General Metrics"},"135":{"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":"135","title":"Session Metrics"},"136":{"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":"136","title":"Filter Metrics"},"137":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For single-cluster integration, Quilkin provides a manage service, that can be used with a number of configuration discovery providers to provide cluster configuration multiple proxys . With each provider automating the complexity of a full xDS management control plane via integrations with popular projects and common architecture patterns. To view all the providers and options for the manage subcommand, run: $ quilkin manage --help\nRuns Quilkin as a xDS management server, using `provider` as a configuration source Usage: quilkin manage [OPTIONS] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] -p, --port The TCP port to listen to, to serve discovery responses [env: QUILKIN_PORT=] [default: 7800] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [default: any] [possible values: v4, v6, any] -h, --help Print help","breadcrumbs":"Control Plane » xDS Control Plane","id":"137","title":"xDS Control Plane"},"138":{"body":"In addition to static configuration provided upon startup, a Quiklin proxy's configuration can also be updated at runtime. The proxy can be configured on startup to talk to a set of management servers which provide it with updates throughout its lifecycle. Communication between the proxy and management server uses the xDS gRPC protocol , similar to an envoy proxy . xDS is one of the standard configuration mechanisms for software proxies and as a result, Quilkin can be setup to discover configuration resources from any API compatible server. Also, given that the protocol is well specified , it is similarly straight-forward to implement a custom server to suit any deployment's needs. As described within the xDS-api documentation, the xDS API comprises a set of resource discovery APIs, each serving a specific set of configuration resource types, while the protocol itself comes in several variants . Quilkin implements the Aggregated Discovery Service (ADS) Incremental xDS variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"138","title":"Overview"},"139":{"body":"Heavily influenced by xDS's Cluster Discovery Service , Endpoint Discovery Service , and Listener Discovery Service , Quilkin utilises its own custom Configuration xDS resources (reference) to enable dynamic configuration of Datacenters, Clusters, Endpoints and Filters through the Aggregated Discovery Service. This above reference also provides documentation for all the ProtoBuf definitions for all Filters that are available in Quilkin.","breadcrumbs":"Control Plane » xDS Configuration Resources","id":"139","title":"xDS Configuration Resources"},"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":"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":"140","title":"Connecting to an xDS management server"},"141":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"141","title":"xDS Metrics"},"142":{"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":"142","title":"Proxy Mode"},"143":{"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":"143","title":"xDS Provider Mode"},"144":{"body":"The Agones xDS Provider is built to simplify Quilkin integration with Agones game server hosting on top of Kubernetes . This provider watches for changes in Agones GameServer resources in a cluster, and utilises that information to provide Endpoint information to connected Quilkin proxies. To view all the options for the agones provider subcommand, run: $ quilkin manage agones --help\nWatches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration Usage: quilkin manage agones [OPTIONS] Options: -c, --config-namespace The namespace under which the configmap is stored [env: QUILKIN_AGONES_CONFIG_NAMESPACE=] -g, --gameservers-namespace The namespace under which the game servers run [env: QUILKIN_AGONES_GAMESERVERS_NAMESPACE=] [default: default] -h, --help Print help Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"144","title":"Agones xDS Provider"},"145":{"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":"145","title":"Endpoint Configuration"},"146":{"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":"146","title":"Access Tokens"},"147":{"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":"147","title":"Filter Configuration"},"148":{"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":"148","title":"Usage"},"149":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. To view all the options for the file provider subcommand, run: $ quilkin manage agones --help\nWatches for changes to the file located at `path` Usage: quilkin manage file Arguments: The path to the source config [env: QUILKIN_FS_PATH=] Options: -h, --help Print help For example: quilkin manage file quilkin.yaml We run this on port 1800, in this example, in case you are running this locally, and the default port is taken up by an existing Quilkin proxy. After running this command, any proxy that connects to port 18000 will receive updates as configured in config.yaml file. You can find the configuration file schema in Configuration File . Example: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: hello\nclusters: - endpoints: - address: 123.0.0.1:29 metadata: 'quilkin.dev': tokens: - 'MXg3aWp5Ng=='\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Control Plane » Providers » Filesystem » Filesystem xDS Provider","id":"149","title":"Filesystem xDS Provider"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » Protocol Documentation","id":"150","title":"Protocol Documentation"},"151":{"body":"quilkin/relay/v1alpha1/relay.proto AggregatedControlPlaneDiscoveryService quilkin/config/v1alpha1/config.proto Cluster ClusterMap Datacenter Endpoint Filter FilterChain Host Ipv6 Locality quilkin/filters/capture/v1alpha1/capture.proto Capture Capture.Prefix Capture.Regex Capture.Suffix quilkin/filters/compress/v1alpha1/compress.proto Compress Compress.ActionValue Compress.ModeValue Compress.Action Compress.Mode quilkin/filters/concatenate/v1alpha1/concatenate.proto Concatenate Concatenate.StrategyValue Concatenate.Strategy quilkin/filters/debug/v1alpha1/debug.proto Debug quilkin/filters/drop/v1alpha1/drop.proto Drop quilkin/filters/firewall/v1alpha1/firewall.proto Firewall Firewall.PortRange Firewall.Rule Firewall.Action quilkin/filters/load_balancer/v1alpha1/load_balancer.proto LoadBalancer LoadBalancer.PolicyValue LoadBalancer.Policy quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto LocalRateLimit quilkin/filters/match/v1alpha1/match.proto Match Match.Branch Match.Config quilkin/filters/pass/v1alpha1/pass.proto Pass quilkin/filters/token_router/v1alpha1/token_router.proto TokenRouter quilkin/filters/timestamp/v1alpha1/timestamp.proto Timestamp Scalar Value Types Top","breadcrumbs":"Control Plane » Protobuf Reference » Table of Contents","id":"151","title":"Table of Contents"},"152":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/relay/v1alpha1/relay.proto","id":"152","title":"quilkin/relay/v1alpha1/relay.proto"},"153":{"body":"The Manager Discovery Service provides an RPC for a management service to upstream its configuration to a relay service. This RPC works essentially the same as xDS, except instead of the client connecting to the server to receive configuration, the client is connecting to the server send its configuration. This service enables the relay to merge the configuration of all currently live management servers as a single aggregated xDS server without the relay needing to maintain a list of xDS servers to connect to in the relay itself. Method Name Request Type Response Type Description StreamAggregatedResources .envoy.service.discovery.v3.DiscoveryResponse stream .envoy.service.discovery.v3.DiscoveryRequest stream This RPC is not supported but remains here as part of the xDS standard, as Quilkin only uses a delta configuration transport for performance reasons. DeltaAggregatedResources .envoy.service.discovery.v3.DeltaDiscoveryResponse stream .envoy.service.discovery.v3.DeltaDiscoveryRequest stream Delta (Incremental) xDS implementation Top","breadcrumbs":"Control Plane » Protobuf Reference » AggregatedControlPlaneDiscoveryService","id":"153","title":"AggregatedControlPlaneDiscoveryService"},"154":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/config/v1alpha1/config.proto","id":"154","title":"quilkin/config/v1alpha1/config.proto"},"155":{"body":"Field Type Label Description locality Locality endpoints Endpoint repeated","breadcrumbs":"Control Plane » Protobuf Reference » Cluster","id":"155","title":"Cluster"},"156":{"body":"Field Type Label Description clusters Cluster repeated","breadcrumbs":"Control Plane » Protobuf Reference » ClusterMap","id":"156","title":"ClusterMap"},"157":{"body":"Field Type Label Description host string qcmp_port uint32 icao_code string","breadcrumbs":"Control Plane » Protobuf Reference » Datacenter","id":"157","title":"Datacenter"},"158":{"body":"Field Type Label Description host string port uint32 metadata google.protobuf.Struct host2 Host","breadcrumbs":"Control Plane » Protobuf Reference » Endpoint","id":"158","title":"Endpoint"},"159":{"body":"Field Type Label Description name string label string optional config string optional","breadcrumbs":"Control Plane » Protobuf Reference » Filter","id":"159","title":"Filter"},"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":"Field Type Label Description filters Filter repeated","breadcrumbs":"Control Plane » Protobuf Reference » FilterChain","id":"160","title":"FilterChain"},"161":{"body":"Field Type Label Description name string ipv4 fixed32 ipv6 Ipv6","breadcrumbs":"Control Plane » Protobuf Reference » Host","id":"161","title":"Host"},"162":{"body":"Field Type Label Description first fixed64 second fixed64","breadcrumbs":"Control Plane » Protobuf Reference » Ipv6","id":"162","title":"Ipv6"},"163":{"body":"Field Type Label Description region string zone string sub_zone string Top","breadcrumbs":"Control Plane » Protobuf Reference » Locality","id":"163","title":"Locality"},"164":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/capture/v1alpha1/capture.proto","id":"164","title":"quilkin/filters/capture/v1alpha1/capture.proto"},"165":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue prefix Capture.Prefix suffix Capture.Suffix regex Capture.Regex","breadcrumbs":"Control Plane » Protobuf Reference » Capture","id":"165","title":"Capture"},"166":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Prefix","id":"166","title":"Capture.Prefix"},"167":{"body":"Field Type Label Description regex google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Regex","id":"167","title":"Capture.Regex"},"168":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Suffix","id":"168","title":"Capture.Suffix"},"169":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/compress/v1alpha1/compress.proto","id":"169","title":"quilkin/filters/compress/v1alpha1/compress.proto"},"17":{"body":"So that we have a target for sending UDP packets to, let's use ncat to create a simple UDP echo process. To do this run: ncat -e $(which cat) -k -u -l 8080 This routes all UDP packets that ncat receives to the local cat process, which echoes it back.","breadcrumbs":"Netcat » 1. Start an udp echo service","id":"17","title":"1. Start an udp echo service"},"170":{"body":"Field Type Label Description mode Compress.ModeValue on_read Compress.ActionValue on_write Compress.ActionValue","breadcrumbs":"Control Plane » Protobuf Reference » Compress","id":"170","title":"Compress"},"171":{"body":"Field Type Label Description value Compress.Action","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ActionValue","id":"171","title":"Compress.ActionValue"},"172":{"body":"Field Type Label Description value Compress.Mode","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ModeValue","id":"172","title":"Compress.ModeValue"},"173":{"body":"Name Number Description DoNothing 0 Compress 1 Decompress 2","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Action","id":"173","title":"Compress.Action"},"174":{"body":"Name Number Description Snappy 0 Lz4 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Mode","id":"174","title":"Compress.Mode"},"175":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/concatenate/v1alpha1/concatenate.proto","id":"175","title":"quilkin/filters/concatenate/v1alpha1/concatenate.proto"},"176":{"body":"Field Type Label Description on_write Concatenate.StrategyValue on_read Concatenate.StrategyValue bytes bytes","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate","id":"176","title":"Concatenate"},"177":{"body":"Field Type Label Description value Concatenate.Strategy","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.StrategyValue","id":"177","title":"Concatenate.StrategyValue"},"178":{"body":"Name Number Description DoNothing 0 Append 1 Prepend 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.Strategy","id":"178","title":"Concatenate.Strategy"},"179":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/debug/v1alpha1/debug.proto","id":"179","title":"quilkin/filters/debug/v1alpha1/debug.proto"},"18":{"body":"Next let's configure Quilkin in proxy mode, with a static configuration that points at the UDP echo service we just started. quilkin proxy --to 127.0.0.1:8080 This configuration will start Quilkin on the default proxy port , and it will redirect all incoming UDP traffic to a single endpoint of 127.0.0.1, port 8080. You should see an output like the following: {\"timestamp\":\"2023-01-19T10:16:23.399277Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.6\n.0-dev\",\"commit\":\"72176a191ffc3a597e3834ee1d0090b30caf81d4\"},\"target\":\"quilkin::cli\",\"filename\":\"src/cli.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.399771Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"addres\ns\":\"0.0.0.0:8000\"},\"target\":\"quilkin::admin\",\"filename\":\"src/admin.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.400544Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7777,\"proxy_id\"\n:\"7e9fc464-6ccc-41fe-afc4-6c97089de9b8\"},\"target\":\"quilkin::proxy\",\"filename\":\"src/proxy.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.401192Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"qui","breadcrumbs":"Netcat » 2. Start Quilkin","id":"18","title":"2. Start Quilkin"},"180":{"body":"Field Type Label Description id google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Debug","id":"180","title":"Debug"},"181":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/drop/v1alpha1/drop.proto","id":"181","title":"quilkin/filters/drop/v1alpha1/drop.proto"},"182":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Drop","id":"182","title":"Drop"},"183":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/firewall/v1alpha1/firewall.proto","id":"183","title":"quilkin/filters/firewall/v1alpha1/firewall.proto"},"184":{"body":"Field Type Label Description on_read Firewall.Rule repeated on_write Firewall.Rule repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall","id":"184","title":"Firewall"},"185":{"body":"Field Type Label Description min uint32 max uint32","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.PortRange","id":"185","title":"Firewall.PortRange"},"186":{"body":"Field Type Label Description action Firewall.Action sources string repeated ports Firewall.PortRange repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Rule","id":"186","title":"Firewall.Rule"},"187":{"body":"Name Number Description Allow 0 Deny 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Action","id":"187","title":"Firewall.Action"},"188":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/load_balancer/v1alpha1/load_balancer.proto","id":"188","title":"quilkin/filters/load_balancer/v1alpha1/load_balancer.proto"},"189":{"body":"Field Type Label Description policy LoadBalancer.PolicyValue","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer","id":"189","title":"LoadBalancer"},"19":{"body":"In (yet 😃) another shell, let's use netcat to send an udp packet. Run the following to connect netcat to Quilkin's receiving port of 7000 via UDP (-u): nc -u 127.0.0.1 7777 Type the word \"test\" and hit enter, you should see it echoed back to you like so: nc -u 127.0.0.1 7777\ntest\ntest Feel free to send even more packets, as many as you would like 👍. Congratulations! You have successfully routed a UDP packet and back again with Quilkin! What's next? Run through the Quilkin with Agones quickstart . Have a look at some of the examples we have.","breadcrumbs":"Netcat » 3. Send a packet","id":"19","title":"3. Send a packet"},"190":{"body":"Field Type Label Description value LoadBalancer.Policy","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.PolicyValue","id":"190","title":"LoadBalancer.PolicyValue"},"191":{"body":"Name Number Description RoundRobin 0 Random 1 Hash 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.Policy","id":"191","title":"LoadBalancer.Policy"},"192":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto","id":"192","title":"quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto"},"193":{"body":"Field Type Label Description max_packets uint64 period google.protobuf.UInt32Value Top","breadcrumbs":"Control Plane » Protobuf Reference » LocalRateLimit","id":"193","title":"LocalRateLimit"},"194":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/match/v1alpha1/match.proto","id":"194","title":"quilkin/filters/match/v1alpha1/match.proto"},"195":{"body":"Field Type Label Description on_read Match.Config optional on_write Match.Config optional","breadcrumbs":"Control Plane » Protobuf Reference » Match","id":"195","title":"Match"},"196":{"body":"Field Type Label Description value google.protobuf.Value filter envoy.config.listener.v3.Filter","breadcrumbs":"Control Plane » Protobuf Reference » Match.Branch","id":"196","title":"Match.Branch"},"197":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue branches Match.Branch repeated fallthrough envoy.config.listener.v3.Filter Top","breadcrumbs":"Control Plane » Protobuf Reference » Match.Config","id":"197","title":"Match.Config"},"198":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/pass/v1alpha1/pass.proto","id":"198","title":"quilkin/filters/pass/v1alpha1/pass.proto"},"199":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Pass","id":"199","title":"Pass"},"2":{"body":"Some of Quilkin's advantages: Lower development and operational costs for securing, monitoring and making reliable multiplayer game servers and their communications. Provide entry-point redundancy for your game clients to connect to - making it much harder to take down your game servers. Multiple integration patterns, allowing you to choose the level of integration that makes sense for your architecture. Remove non-game specific computation out of your game server's processing loop - and save that precious CPU for your game simulation!","breadcrumbs":"Introduction » Why use Quilkin?","id":"2","title":"Why use Quilkin?"},"20":{"body":"","breadcrumbs":"Agones + Xonotic (Sidecar) » Quickstart: Quilkin with Agones and Xonotic (Sidecar)","id":"20","title":"Quickstart: Quilkin with Agones and Xonotic (Sidecar)"},"200":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/token_router/v1alpha1/token_router.proto","id":"200","title":"quilkin/filters/token_router/v1alpha1/token_router.proto"},"201":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » TokenRouter","id":"201","title":"TokenRouter"},"202":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/timestamp/v1alpha1/timestamp.proto","id":"202","title":"quilkin/filters/timestamp/v1alpha1/timestamp.proto"},"203":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Timestamp","id":"203","title":"Timestamp"},"204":{"body":".proto Type Notes C++ Java Python Go C# PHP Ruby double double double float float64 double float Float float float float float float32 float float Float int32 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. int32 int int int32 int integer Bignum or Fixnum (as required) int64 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. int64 long int/long int64 long integer/string Bignum uint32 Uses variable-length encoding. uint32 int int/long uint32 uint integer Bignum or Fixnum (as required) uint64 Uses variable-length encoding. uint64 long int/long uint64 ulong integer/string Bignum or Fixnum (as required) sint32 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. int32 int int int32 int integer Bignum or Fixnum (as required) sint64 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. int64 long int/long int64 long integer/string Bignum fixed32 Always four bytes. More efficient than uint32 if values are often greater than 2^28. uint32 int int uint32 uint integer Bignum or Fixnum (as required) fixed64 Always eight bytes. More efficient than uint64 if values are often greater than 2^56. uint64 long int/long uint64 ulong integer/string Bignum sfixed32 Always four bytes. int32 int int int32 int integer Bignum or Fixnum (as required) sfixed64 Always eight bytes. int64 long int/long int64 long integer/string Bignum bool bool boolean boolean bool bool boolean TrueClass/FalseClass string A string must always contain UTF-8 encoded or 7-bit ASCII text. string String str/unicode string string string String (UTF-8) bytes May contain any arbitrary sequence of bytes. string ByteString str []byte ByteString string String (ASCII-8BIT)","breadcrumbs":"Control Plane » Protobuf Reference » Scalar Value Types","id":"204","title":"Scalar Value Types"},"205":{"body":"services ports Protocol ADS 7800 gRPC(IPv4 OR IPv6) CPDS 7900 gRPC(IPv4 OR IPv6) Note: This service is currently in active experimentation and development so there may be bugs which cause it to be unusable for production, as always all bug reports are welcome and appreciated. For multi-cluster integration, Quilkin provides a relay service, that can be used with a multiple control plane services in different clusters to provide a unified \"Aggregated Discovery Service\" endpoint for proxy services. To connect to a control plane to a relay, add the --relay flag to your control plane with the address of the relay. Then to connect a proxy service to the relay's ADS endpoint, you use the same --management-server argument for connecting to control planes. To view all options for the relay subcommand, run: $ quilkin relay --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin relay [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -m, --mds-port Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] -x, --xds-port Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -h, --help Print help Each sub-control planes (file, agones, etc) matches the quilkin manage providers capabilities. Have a look at each of the Control Plane > Providers documentation for integration details.","breadcrumbs":"Relay » Control Plane Relay","id":"205","title":"Control Plane Relay"},"206":{"body":"To get started with the relay service we need to start the relay service, and then setup our configuration source. For this we're going to the built-in relay client in the control plane service to forward information to the relay. For this demo we'll use the file provider for the control plane, but this example works with any configuration provider. # quilkin.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:8888 To start the relay, run the relay command: quilkin relay To spawn the control plane and have the control plane send its configuration, we need to run the manage command with the --relay flag with the address of the relay of the relay server we just spawned which is at port 7900 by default. We're also going to set --admin-address and --port flags to avoid port collision with the relay's admin and xds endpoints. quilkin --admin-address http://localhost:8001 \\ manage \\ --port 7801 \\ --relay http://localhost:7900 \\ file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Control Plane\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config Since the relay service also exposes a aDS control plane endpoint, that represents the merged set of all sources, to connect this to the proxy all we have to do is use the same --management-server flag that we use to specify the location of control planes, then the proxies will be able to pull configuration from the relay. quilkin --admin-address http://localhost:8002 proxy --management-server http://127.0.0.1:7800 We can also additionally add a second control plane source to the relay, which will be merged with our control plane's configuration to create a singular set of data that the proxies can query using xDS discovery requests. # quilkin2.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:9999 quilkin --admin-address http://localhost:8003 \\ manage \\ --port 7802 \\ --relay http://localhost:7900 \\ file quilkin.yaml And that's it! We've just setup control planes to look for configuration changes in our system, a relay to merge any changes into a unified dataset, and set up proxies that make use of that data to decide where and how to send packets.","breadcrumbs":"Relay » Quickstart","id":"206","title":"Quickstart"},"207":{"body":"services ports Protocol QCMP 7600 UDP(IPv4 OR IPv6) For multi-cluster integration, Quilkin provides a agent service, that can be deployed to a cluster to act as a beacon for QCMP pings and forward cluster configuration information to a relay service. Agent configuration sources matches that of the Management Server , such as Filesystem and Agones . To view all options for the agent subcommand, run: $ quilkin agent --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin agent [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -q, --qcmp-port Port for QCMP service [env: QCMP_PORT=] [default: 7600] -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [possible values: v4, v6, any] -i, --icao-code The ICAO code for the agent [env: ICAO_CODE=] [default: XXXX] -h, --help Print help","breadcrumbs":"Relay » Agents » Quilkin Agent","id":"207","title":"Quilkin Agent"},"208":{"body":"The simplest version of the agent service is just running quilkin agent, this will setup just the QCMP service allowing the agent to be pinged for measuring round-time-trips (RTT). quilkin agent To run an agent with the relay (see relay quickstart for more information), you just need to specify the relay endpoint with the --relay flag and provide a configuration discovery provider such as a configuration file or Agones. quilkin --admin-adress http://localhost:8001 agent --relay http://localhost:7900 file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Agent\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config","breadcrumbs":"Relay » Agents » Quickstart","id":"208","title":"Quickstart"},"209":{"body":"This is an unreal engine 5 plugin for Quilkin, a UDP proxy for gameservers. The plugin provides several features that you can use with Quilkin deployments, such as proxying game traffic, and latency measurement. You can also find guide level documentation on how the proxy works in the Quilkin Book .","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"209","title":"Quilkin Unreal Engine Plugin"},"21":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides.","breadcrumbs":"Agones + Xonotic (Sidecar) » Requirements","id":"21","title":"Requirements"},"210":{"body":"Copy this plugin to your Plugins folder in your Engine directory.","breadcrumbs":"Unreal Engine » Installation","id":"210","title":"Installation"},"211":{"body":"Static configuration is available in the editor through UQuilkinDeveloperSettings in \"Project Settings\". Dynamic configuration is available through UQuilkinConfigSubsystem, it is initialised from the settings provided in UQuilkinDeveloperSettings, but can also be updated in code, and users can bind individual properties to delegates allowing them to dynamically set based on custom logic. bool Enabled Whether the plugin will attach a versioned routing token to UDP packets to allow load balancers forward traffic to the correct gameserver. This also requires the address the clients connect to be a Quilkin load balancer, if connected directly to a gameserver the client will be rejected. bool EnabledInPie By default Enabled is disabled in editor to prevent interfering with local clients and gameservers, you can override this behaviour by also enabling EnabledInPie. TArray RoutingToken The routing token representing the gameserver a client wants to reach, the token must be 16 bytes exactly. Currently the plugin only supports using Enabled with a routing token to create the following layout. It is assumed that the routing token would come from an external service, such as a matchmaking system. | token | version X bytes | 16 bytes | 1 byte TArray Endpoints A set of Quilkin load balancer endpoints that can be used for the following features. bool MeasureEndpoints When enabled, the plugin will start a new Tick task that executes at a fixed interval (currently 30 seconds), where it will spawn a new background task that will ping each endpoint in Endpoints, and track its measurement in a fixed size circular buffer. Pings are handled through Quilkin Control Message Protocol, this is a bespoke protocol for UDP to be able to support situations where for example using ICMP is not possible, see the Quilkin Book for more details on the protocol data unit. Note MeasureEndpoints is orthogonal to Enabled and UseEndpoints meaning that you can use MeasureEndpoints for latency measurements without being required to also use Quilkin for game traffic. bool UseEndpoints Whether to use Endpoints for game traffic. When enabled, instead of using the provided FInternetAddr, the plugin will choose the lowest latency endpoint available and send traffic through that endpoint to connect to the gameserver, and if the latency should exceed JitterThreshold then the plugin will attempt to redirect traffic to the next available endpoint with the lowest latency.","breadcrumbs":"Unreal Engine » Configuration","id":"211","title":"Configuration"},"212":{"body":"Quilkin exposes a number of delegates to be able to access certain information, they can be accessed through the FQuilkinDelegates class. GetQuilkinEndpointMeasurements returns TArray representing each endpoint set in Endpoints with their median latency. The array will be empty if no endpoints have been set and MeasureEndpoints is not enabled. GetLowestLatencyEndpoint returns TOptional is a specialisation of GetQuilkinEndpointMeasurements returning the lowest latency endpoint and its median latency. The delegate will return None if the array is empty and MeasureEndpoints is not enabled.","breadcrumbs":"Unreal Engine » Delegates","id":"212","title":"Delegates"},"213":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"213","title":"Administration"},"214":{"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":"214","title":"Logging"},"215":{"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":"215","title":"HTTP API"},"216":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"216","title":"Endpoints"},"217":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Liveness is defined as \"hasn't panicked\", as long as the process has not panicked quilkin is considered live.","breadcrumbs":"Administration » /live","id":"217","title":"/live"},"218":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Readiness is service and provider specific, so based on what you're running there will be different criteria for a service to be considered ready. Here's a list of the criteria for each service an provider. Service Readiness Proxy Management server is connected (or always true if config is static) OR if there is more than one endpoint configured Manage Provider is ready Relay Provider is ready Agent Provider is ready AND connected to relay Provider Readiness Agones The service is connected to kube-api File The service has found and watches the file When setting thresholds for your proxy probes, you generally want to set a low check period (e.g. periodSeconds=1) and a low success threshold (e.g. successThreshold=1), but a high failureThreshold (e.g. failureThreshold=60) and terminationGracePeriodSeconds to allow for backoff attempts and existing player sessions to continue without disruption. Proxy Mode Will return an HTTP status of 200 when there is at least one endpoint to send data to. This is primarily to ensure that new proxies that have yet to get configuration information from an xDS server aren't send data until they are fully populated. xDS Provider Mode Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /ready","id":"218","title":"/ready"},"219":{"body":"Outputs Prometheus formatted metrics for this instance. See the Proxy Metrics documentation for what proxy metrics are available. See the xDS Metrics documentation for what xDS metrics are available. Heap Allocation Metrics Quilkin exposes the following metrics on heap allocations, which are useful for performance observability: quilkin_allocation_bytes_total (Counter) The total number of allocated bytes. quilkin_allocation_total (Counter) The total number of allocations. quilkin_extant_allocation_size (Gauge) The current total of extant allocation bytes. quilkin_extant_allocation_count (Gauge) The current number of extant allocations\"","breadcrumbs":"Administration » /metrics","id":"219","title":"/metrics"},"22":{"body":"In this step, we're going to set up a Xonotic dedicated game server, with Quilkin running as a sidecar , which will give us access to all the metrics that Quilkin provides. kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml This applies two resources to your cluster: A Kubernetes ConfigMap with a basic Quilkin static configuration. An Agones Fleet specification with Quilkin running as a sidecar to Xonotic, such that it can process all the UDP traffic and pass it to the Xonotic dedicated game server. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-htc2x-84mzm Ready 34.94.107.201 7533 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-htc2x-sdp4k Ready 34.94.107.201 7599 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 1. Agones Fleet with Quilkin","id":"22","title":"1. Agones Fleet with Quilkin"},"220":{"body":"This provides a endpoint to profile Quilkin's performance. You can use with any system which supports pprof output such as Pyroscope . This requires setting up a writable /tmp directory in the Quilkin container. E.g. apiVersion: apps/v1\nkind: Deployment\nspec: template: spec: containers: - name: quilkin # ...Other container configuration... volumeMounts: - mountPath: /tmp name: tmp subPath: tmp volumes: - name: tmp emptyDir: medium: Memory sizeLimit: 64Mi","breadcrumbs":"Administration » /debug/pprof/profile","id":"220","title":"/debug/pprof/profile"},"221":{"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":"221","title":"/config"},"222":{"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":"222","title":"Quilkin Integration Examples"},"223":{"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":"223","title":"Server Proxy as a Sidecar"},"224":{"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":"224","title":"Client Proxy to Sidecar Server Proxy"},"225":{"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":"225","title":"Client Proxy to Separate Server Proxies Pools"},"226":{"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":"226","title":"What Next?"},"227":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"227","title":"Third Party Videos and Presentations"},"228":{"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":"228","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"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} 8000 Then open a browser to http://localhost:8000/metrics to see the Prometheus metrics that Quilkin exports.","breadcrumbs":"Agones + Xonotic (Sidecar) » 3. Check out the metrics","id":"24","title":"3. Check out the metrics"},"25":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 5. Cleanup","id":"25","title":"5. Cleanup"},"26":{"body":"Let's take this one step further and compress the data between the Xonotic client and the server, without having to change either of them! Let's create a new Xonotic Fleet on our Agones cluster, but this time configured such that Quilkin will decompress packets that are incoming. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml This will implement the Compress filter in our Quilkin sidecar proxy in our new Fleet. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-compress-htc2x-84mzm Ready 34.94.107.201 7534 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-compress-htc2x-sdp4k Ready 34.94.107.201 7592 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 6. Agones Fleet, but with Compression","id":"26","title":"6. Agones Fleet, but with Compression"},"27":{"body":"What we will do in this step, is run Quilkin locally as a client-side proxy to compress the UDP data before it is sent up to our Xonotic servers that are expecting compressed data. First, grab a copy of the Quilkin configuration client-compress.yaml locally. This has the Compress filter already configured, but we need to fill in the address to connect to. Rather than editing a file, this could also be sent through the xDS API , but it is easier to demonstrate this functionality through a static configuration. Instead of connecting Xonotic directly, take the IP and port from one of the Agones hosted GameServer records, and replace the ${GAMESERVER_IP} and ${GAMESERVER_PORT} values in your copy of client-compress.yaml. Run this configuration locally as: quilkin -c ./client-compress.yaml proxy Now we can connect to the local client proxy on \"127.0.0.1:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of compressing the data for you without having to change the game client! Congratulations! You are now using Quilkin to manipulate the game client to server connection, without having to edit either!","breadcrumbs":"Agones + Xonotic (Sidecar) » 4. Play Xonotic, through Quilkin","id":"27","title":"4. Play Xonotic, through Quilkin"},"28":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 7. Cleanup","id":"28","title":"7. Cleanup"},"29":{"body":"Have a look at the examples folder for configuration and usage examples.","breadcrumbs":"Agones + Xonotic (Sidecar) » What's Next?","id":"29","title":"What's Next?"},"3":{"body":"Quilkin incorporates these abilities: Non-transparent proxying of UDP data, the internal state of your game architecture is not visible to bad actors. Out of the box metrics for UDP packet information. Composable tools for access control and security. Able to be utilised as a standalone binary, with no client/server changes required or as a Rust library depending on how deep an integration you wish for your system. Integration with Game Server hosting platforms such as Agones . Can be integrated with C/C++ code bases via FFI.","breadcrumbs":"Introduction » Major Features","id":"3","title":"Major Features"},"30":{"body":"","breadcrumbs":"Agones + Xonotic (xDS) » Quickstart: Quilkin with Agones and Xonotic (xDS)","id":"30","title":"Quickstart: Quilkin with Agones and Xonotic (xDS)"},"31":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (xDS) » Requirements","id":"31","title":"Requirements"},"32":{"body":"In this quickstart, we'll be setting up an example Xonotic Agones Fleet, that will only be accessible through Quilkin that is hosted within the same cluster, utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Agones xDS Provider to provide an out-of-the-box control plane for integration between Agones and Quilkin's xDS configuration API with minimal effort.","breadcrumbs":"Agones + Xonotic (xDS) » 1. Overview","id":"32","title":"1. Overview"},"33":{"body":"To install Quilkin as an Agones integrated xDS control plane, we can create a deployment of Quilkin running as quilkin manage agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/xds-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin manage agones process to inspect Agones resources. A matching Deployment that runs the quilkin manage process xDS control plane and a Service that the Quilkin proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 76s We can now run kubectl get service quilkin-manage-agones and see the service that is generated in front of the above Deployment for our Quilkin proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-manage-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-manage-agones ClusterIP 10.104.2.72 80/TCP 1m23s","breadcrumbs":"Agones + Xonotic (xDS) » 2. Install Quilkin Agones xDS Provider","id":"33","title":"2. Install Quilkin Agones xDS Provider"},"34":{"body":"To install the Quilkin Proxy pool which connects to the above xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-manage-agones:80 all connected to the quilkin-manage-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 5m7s\nquilkin-proxies-78965c446d-dqvjg 1/1 Running 0 6s\nquilkin-proxies-78965c446d-fr6zs 1/1 Running 0 6s\nquilkin-proxies-78965c446d-m4rr7 1/1 Running 0 6s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin manage agones instance. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin manage agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the xds-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (xDS) » 3. Install Quilkin Proxy Pool","id":"34","title":"3. Install Quilkin Proxy Pool"},"35":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Ready 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 34s","breadcrumbs":"Agones + Xonotic (xDS) » 4. Create the Agones Fleet","id":"35","title":"4. Create the Agones Fleet"},"36":{"body":"To let the Quilkin xDS provider know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Allocated 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 23m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: $ kubectl describe gameserver xonotic-d7rfx-55j7q\nName: xonotic-d7rfx-55j7q\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-h5cfn\nAnnotations: agones.dev/last-allocated: 2022-12-19T22:59:22.099818298Z agones.dev/ready-container-id: containerd://7b3d9e9dbda6f2e0381df7669f6117bf3e54171469cfacbce2670605a61ce4b8 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"34.168.170.51:7226\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The xDS process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set the routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (xDS) » 5. Allocate a GameServer","id":"36","title":"5. Allocate a GameServer"},"37":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (xDS) » Connecting Client Side","id":"37","title":"Connecting Client Side"},"38":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (xDS) » What's Next?","id":"38","title":"What's Next?"},"39":{"body":"","breadcrumbs":"Agones + Xonotic (Relay) » Quickstart: Quilkin with Agones and Xonotic (Relay)","id":"39","title":"Quickstart: Quilkin with Agones and Xonotic (Relay)"},"4":{"body":"Quilkin provides a variety of different services depending on your use-case. The primary service is proxy , which runs a reverse UDP proxy. To see a basic usage of the command-line interface run through the netcat with Quilkin quickstart . For more advanced usage, you might also be interested in: Checking out the installation guide Having a look at the example projects for basic configuration examples. Checking out the example deployment architecture for deploying quilkin for your game network. $ quilkin --help\nThe Command-Line Interface for Quilkin Usage: quilkin [OPTIONS] Commands: agent Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services generate-config-schema Generates JSON schema files for known filters manage Runs Quilkin as a xDS management server, using `provider` as a configuration source qcmp proxy Run Quilkin as a UDP reverse proxy relay Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services help Print this message or the help of the given subcommand(s) Options: --no-admin Whether to spawn the admin server or not [env: NO_ADMIN=] -c, --config The path to the configuration file for the Quilkin instance [env: QUILKIN_CONFIG=] [default: quilkin.yaml] --admin-address The port to bind for the admin server [env: QUILKIN_ADMIN_ADDRESS=] -q, --quiet Whether Quilkin will report any results to stdout/stderr [env: QUIET=] --log-format [default: auto] [possible values: auto, json, plain, pretty] -h, --help Print help -V, --version Print version","breadcrumbs":"Introduction » What Next?","id":"4","title":"What Next?"},"40":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (Relay) » Requirements","id":"40","title":"Requirements"},"41":{"body":"In this quickstart, we'll be setting up an example multi-cluster Xonotic Agones Fleet, that will only be accessible through Quilkin, via utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Relay to provide an out-of-the-box multi-cluster xDS control plane, and the Agones Agent to send information from the cluster(s) to the relay, which can be used as a management server for each of the Quilkin Proxy instances. While the application of quilkin relay is to ultimately provide a solution where multiple clusters feed configuration information into a single relay endpoint via a quilkin agent, in this example we'll use a single cluster for demonstrative purposes.","breadcrumbs":"Agones + Xonotic (Relay) » 1. Overview","id":"41","title":"1. Overview"},"42":{"body":"To install Quilkin as an Agones integrated relay control plane, we can create a deployment of Quilkin running as quilkin relay with a corresponding Agones agent, quilkin agent agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/relay-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin agent agones process to inspect Agones resources. A Deployment that runs the quilkin relay process, a matching Deployment for the quilkin agent process and a Service that the Quilkin agents can send configuration information to, and the Proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-qh7cq 1/1 Running 0 6s\nquilkin-relay-agones-55fbd69f5d-cdh9k 1/1 Running 0 6s We can now run kubectl get service quilkin-relay-agones and see the service that is generated in front of the above Quilkin Relay Deployment for our Quilkin Proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-relay-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-relay-agones ClusterIP 10.103.243.246 7800/TCP,7900/TCP 57s","breadcrumbs":"Agones + Xonotic (Relay) » 2. Install Quilkin Relay and Agones Agent","id":"42","title":"2. Install Quilkin Relay and Agones Agent"},"43":{"body":"To install the Quilkin Proxy pool which connects to the above Relay xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-relay-agones:7900 all of which are connected to the quilkin-relay-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods NAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-5brzf 1/1 Running 0 18s\nquilkin-proxies-7d9bbbccdf-5mz4l 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-9vd59 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-vwn2f 1/1 Running 0 7s\nquilkin-relay-agones-55fbd69f5d-k2n7b 1/1 Running 0 18s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin agent agones instance and passed through the quilkin relay instance into each of the proxies. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin agent agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the relay-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (Relay) » 3. Install Quilkin Proxy Pool","id":"43","title":"3. Install Quilkin Proxy Pool"},"44":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Ready 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 1m","breadcrumbs":"Agones + Xonotic (Relay) » 4. Create the Agones Fleet","id":"44","title":"4. Create the Agones Fleet"},"45":{"body":"To let the Quilkin Agones Agent know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Allocated 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 17m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: ❯ kubectl describe gs xonotic-8ns7b-2lk5d\nName: xonotic-8ns7b-2lk5d\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-8ns7b\nAnnotations: agones.dev/last-allocated: 2023-10-04T19:47:04.047026419Z agones.dev/ready-container-id: containerd://b39d30965becdbc40336fd9aa642fe776421553615f642dd599e1b0d88c505b6 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"39.168.219.72:7015\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The Agones agent process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (Relay) » 5. Allocate a GameServer","id":"45","title":"5. Allocate a GameServer"},"46":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (Relay) » Connecting Client Side","id":"46","title":"Connecting Client Side"},"47":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (Relay) » What's Next?","id":"47","title":"What's Next?"},"48":{"body":"Services Ports Protocol Proxy 7777 UDP (IPv4 OR IPv6) QCMP 7600 UDP (IPv4 OR IPv6) \"Proxy\" is the primary Quilkin service, which acts as a non-transparent UDP proxy. To view all the options for the proxy subcommand, run: $ quilkin proxy --help\nRun Quilkin as a UDP reverse proxy Usage: quilkin proxy [OPTIONS] Options: -m, --management-server One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=] --mmdb The remote URL or local file path to retrieve the Maxmind database [env: MMDB=] -p, --port The port to listen on [env: QUILKIN_PORT=] [default: 7777] -q, --qcmp-port The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --to-tokens Assigns dynamic tokens to each address in the `--to` argument Format is `:` [env: QUILKIN_DEST_TOKENS=] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -w, --workers Number of worker threads used to process packets. If not specified defaults to number of cpus [env: QUILKIN_WORKERS=] -h, --help Print help (see a summary with '-h')","breadcrumbs":"Proxy » Proxy","id":"48","title":"Proxy"},"49":{"body":"An Endpoint represents an address that Quilkin forwards packets to that it has received from the source port. It is represented by an IP address and port. An Endpoint can optionally be associated with an arbitrary set of metadata as well.","breadcrumbs":"Proxy » Endpoints","id":"49","title":"Endpoints"},"5":{"body":"There are variety of automated and manual methods for installing Quilkin onto your system. For cloud deployments Quilkin provides a container image to make it easily to immediately start using it. You can also install Quilkin on your local machine through Cargo .","breadcrumbs":"Installation » Installation","id":"5","title":"Installation"},"50":{"body":"Filters are the way for a Quilkin proxy to intercept UDP packet traffic from the source and Endpoints in either direction, and be able to inspect, manipulate, and route the packets as desired. See Filters for a deeper dive into Filters, as well as the list of build in Filters that come with Quilkin.","breadcrumbs":"Proxy » Proxy Filters","id":"50","title":"Proxy Filters"},"51":{"body":"Endpoint metadata is an arbitrary set of key value pairs that are associated with an Endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. Metadata associated with an endpoint contain arbitrary key value pairs which Filters can consult when processing packets (e.g they can contain information that determine whether or not to route a particular packet to an endpoint).","breadcrumbs":"Proxy » Endpoint Metadata","id":"51","title":"Endpoint Metadata"},"52":{"body":"Access tokens that can be associated with an endpoint are simply a special piece of metadata well known to Quilkin and utilised by the built-in TokenRouter filter to route packets. Such well known values are placed within an object in the endpoint metadata, under the special key quilkin.dev. Currently, only the tokens key is in use. As an example, the following shows the configuration for an endpoint with its metadata: clusters: - endpoints: - address: 127.0.0.1:26000 metadata: canary: false quilkin.dev: # This object is extracted by Quilkin and is usually reserved for built-in features tokens: - MXg3aWp5Ng== # base64 for 1x7ijy6 - OGdqM3YyaQ== # base64 for 8gj3v2i An endpoint's metadata can be specified alongside the endpoint in static configuration or using the xDS endpoint metadata field when using dynamic configuration via xDS.","breadcrumbs":"Proxy » Specialist Endpoint Metadata","id":"52","title":"Specialist Endpoint Metadata"},"53":{"body":"A session represents ongoing communication flow between a client on a [Local Port] and an Endpoint . Quilkin uses the \"Session\" concept to track traffic flowing through the proxy between any client-server pair. A Session serves the same purpose, and can be thought of as a lightweight version of a TCP session in that, while a TCP session requires a protocol to establish and teardown: A Quilkin session is automatically created upon receiving the first packet from a client via the [Local Port] to be sent to an upstream Endpoint . The session is automatically deleted after a period of inactivity (where no packet was sent between either party) - currently 60 seconds. A session is identified by the 4-tuple (client IP, client Port, server IP, server Port) where the client is the downstream endpoint which initiated the communication with Quilkin and the server is one of the upstream Endpoints that Quilkin proxies traffic to. Sessions are established after the filter chain completes. The destination Endpoint of a packet is determined by the filter chain , so a Session can only be created after filter chain completion. For example, if the filter chain drops all packets, then no session will ever be created.","breadcrumbs":"Proxy » Session","id":"53","title":"Session"},"54":{"body":"While much of Quilkin's proxy configuration can be configured via its command line interface , if you have a larger or more complex configuration it might be useful to use a configuration file instead. The following is the schema and reference for Quilkin's proxy configuration file. See the examples folder for example configuration files. By default, Quilkin will look for a configuration file named quilkin.yaml in its current running directory first, then if not present, in /etc/quilkin/quilkin.yaml on UNIX systems. This can be overridden with the -c/--config command-line argument, or the QUILKIN_FILENAME environment variable.","breadcrumbs":"Proxy » Configuration File » Configuration File","id":"54","title":"Configuration File"},"55":{"body":"Example of a full configuration for quilkin proxy that utlisies a static endpoint configuration to specify two endpoints with token metadata attached to each: #\n# Example configuration for a Quilkin Proxy with static Endpoints\n# version: v1alpha1\nid: my-proxy # An identifier for the proxy instance.\nclusters: # grouping of clusters - endpoints: # array of potential endpoints to send on traffic to - address: 127.0.0.1:26000 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - MXg3aWp5Ng== # the connection byte array to route to, encoded as base64 (string value: 1x7ijy6) - OGdqM3YyaQ== # (string value: 8gj3v2i) - address: 127.0.0.1:26001 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - bmt1eTcweA== # (string value: nkuy70x) This is a great use of a static configuration file, as we only get a singular --to endpoint address via the command line arguments. We can also configure Filters via the configuration file. See that section for documentation.","breadcrumbs":"Proxy » Configuration File » Static Configuration","id":"55","title":"Static Configuration"},"56":{"body":"If you need to dynamically change either Filters and/or Endpoints at runtime, see the Control Plane documentation on the configuration API surface, and built in dynamic management providers.","breadcrumbs":"Proxy » Configuration File » Dynamic Configuration","id":"56","title":"Dynamic Configuration"},"57":{"body":"The full JSON Schema for the YAML configuration file. type: object\nproperties: version: type: string description: | The configuration file version to use. enum: - v1alpha1 id: type: string description: | An identifier for the proxy instance. default: On linux, the machine hostname is used as default. On all other platforms a UUID is generated for the proxy. port: type: integer description: | The listening port. In \"proxy\" mode, the port for traffic to be sent to. In \"manage\" mode, the port to connect to the xDS API. default: 7000 maxmind_db: type: string description: | The remote URL or local file path to retrieve the Maxmind database (requires licence). filters: type: array description: | A filter chain. items: '$ref': {} # Refer to the Filter documentation for a filter configuration schema. clusters: type: array description: | grouping of endpoints, per cluster. items: type: object properties: endpoints: type: array description: | A list of upstream endpoints to forward packets to. items: type: object description: | An upstream endpoint properties: address: type: string description: | Socket address of the endpoint. This must be of the ´IP:Port` form e.g `192.168.1.1:7001` metadata: type: object description: | Arbitrary key value pairs that is associated with the endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. required: - address","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"57","title":"Json Schema"},"58":{"body":"In most cases, we would like Quilkin to do some preprocessing of received packets before sending them off to their destination. Because this stage is entirely specific to the use case at hand and differs between Quilkin deployments, we must have a say over what tweaks to perform - this is where filters come in.","breadcrumbs":"Proxy » Filters » Packet Filters","id":"58","title":"Packet Filters"},"59":{"body":"A filter represents a step in the tweaking/decision-making process of how we would like to process our packets. For example, at some step, we might choose to append some metadata to every packet we receive before forwarding it while at a later step, choose not to forward packets that don't meet some criteria. Quilkin lets us specify any number of filters and connect them in a sequence to form a packet processing pipeline similar to a Unix pipeline - we call this pipeline a Filter chain. The combination of filters and filter chain allows us to add new functionality to fit every scenario without changing Quilkin's core. As an example, say we would like to perform the following steps in our processing pipeline to the packets we receive. Append a predetermined byte to the packet. Compress the packet. Do not forward (drop) the packet if its compressed length is over 512 bytes. We would create a filter corresponding to each step either by leveraging any existing filters that do what we want or and connect them to form the following filter chain: append | compress | drop When Quilkin consults our filter chain, it feeds the received packet into append and forwards the packet it receives (if any) from drop - i.e the output of append becomes the input into compress and so on in that order. There are a few things we note here: Although we have in this example, a filter called drop, every filter in the filter chain has the same ability to drop or update a packet - if any filter drops a packet then no more work needs to be done regarding that packet so the next filter in the pipeline never has any knowledge that the dropped packet ever existed. The filter chain is consulted for every received packet, and its filters are traversed in reverse order for packets travelling in the opposite direction. A packet received downstream will be fed into append and the result from drop is forwarded upstream - a packet received upstream will be fed into drop and the result from append is forwarded downstream. Exactly one filter chain is specified and used to process all packets that flow through Quilkin.","breadcrumbs":"Proxy » Filters » Filters and Filter chain","id":"59","title":"Filters and Filter chain"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1 - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 10 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);\n# } We specify our filter chain in the .filters section of the proxy's configuration which has takes a sequence of FilterConfig objects. Each object describes all information necessary to create a single filter. The above example creates a filter chain comprising a Debug filter followed by a LocalRateLimit filter - the effect is that every packet will be logged and the proxy will not forward more than 10 packets per second. The sequence determines the filter chain order so its ordering matters - the chain starts with the filter corresponding the first filter config and ends with the filter corresponding the last filter config in the sequence.","breadcrumbs":"Proxy » Filters » Configuration Examples","id":"60","title":"Configuration Examples"},"61":{"body":"A filter within the filter chain can share data within another filter further along in the filter chain by propagating the desired data alongside the packet being processed. This enables sharing dynamic information at runtime, e.g information about the current packet that might be useful to other filters that process that packet. At packet processing time each packet is associated with filter dynamic metadata (a set of key-value pairs). Each key is a unique string while its value is an associated quilkin::metadata::Value . When a filter processes a packet, it can choose to consult the associated dynamic metadata for more information or itself add/update or remove key-values from the set. As an example, the built-in [CaptureBytes] filter is one such filter that populates a packet's filter metadata. [CaptureBytes] extracts information (a configurable byte sequence) from each packet and appends it to the packet's dynamic metadata for other filters to leverage. On the other hand, the built-in TokenRouter filter selects what endpoint to route a packet by consulting the packet's dynamic metadata for a routing token. Consequently, we can build a filter chain with a [CaptureBytes] filter preceeding a TokenRouter filter, both configured to write and read the same key in the dynamic metadata entry. The effect would be that packets are routed to upstream endpoints based on token information extracted from their contents.","breadcrumbs":"Proxy » Filters » Filter Dynamic Metadata","id":"61","title":"Filter Dynamic Metadata"},"62":{"body":"The following metadata are currently used by Quilkin core and built-in filters. Name Type Description quilkin.dev/captured Bytes The default key under which the Capture filter puts the byte slices it extracts from each packet.","breadcrumbs":"Proxy » Filters » Well Known Dynamic Metadata","id":"62","title":"Well Known Dynamic Metadata"},"63":{"body":"Quilkin includes several filters out of the box. Filter Description Capture Capture specific bytes from a packet and store them in filter dynamic metadata . Compress Compress and decompress packets data. Concatenate Add authentication tokens to packets. Debug Logs every packet. Drop Drop all packets Firewall Allowing/blocking traffic by IP and port. LoadBalancer Distributes downstream packets among upstream endpoints. LocalRateLimit Limit the frequency of packets. Match Change Filter behaviour based on dynamic metadata Pass Allow all packets through Timestamp Accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. TokenRouter Send packets to endpoints based on metadata.","breadcrumbs":"Proxy » Filters » Built-in filters","id":"63","title":"Built-in filters"},"64":{"body":"Represents configuration for a filter instance. properties: name: type: string description: | Identifies the type of filter to be created. This value is unique for every filter type - please consult the documentation for the particular filter for this value. config: type: object description: | The configuration value to be passed onto the created filter. This is passed as an object value since it is specific to the filter's type and is validated by the filter implementation. Please consult the documentation for the particular filter for its schema. required: [ 'name' ]","breadcrumbs":"Proxy » Filters » FilterConfig","id":"64","title":"FilterConfig"},"65":{"body":"The Capture filter's job is to find a series of bytes within a packet, and capture it into Filter Dynamic Metadata , so that it can be utilised by filters further down the chain. This is often used as a way of retrieving authentication tokens from a packet, and used in combination with Concatenate and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"65","title":"Capture"},"66":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"66","title":"Capture strategies"},"67":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"67","title":"Suffix"},"68":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"68","title":"Prefix"},"69":{"body":"Captures bytes using a regular expression. Unlike other capture strategies, the regular expression can return one or many values if there are multiple matches.","breadcrumbs":"Proxy » Filters » Capture » Regex","id":"69","title":"Regex"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-632ec6a Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"70","title":"Filter name"},"71":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Capture » Configuration Examples","id":"71","title":"Configuration Examples"},"72":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- metadata_key\n- strategy\nproperties: metadata_key: description: The key to use when storing the captured value in the filter context. If a match was found it is available under `{{metadata_key}}/is_present`. allOf: - $ref: '#/definitions/Key' strategy: description: The capture strategy. allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Key: description: A key in the metadata table. type: string Strategy: description: Strategy to apply for acquiring a set of bytes in the UDP packet oneOf: - description: Looks for the set of bytes at the beginning of the packet type: object required: - kind - size properties: kind: type: string enum: - PREFIX remove: description: Whether captured bytes are removed from the original packet. default: false type: boolean size: description: The number of bytes to capture. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - size properties: kind: type: string enum: - SUFFIX remove: description: The number of bytes to capture. default: false type: boolean size: description: Whether captured bytes are removed from the original packet. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - pattern properties: kind: type: string enum: - REGEX pattern: description: The regular expression to use for capture. type: string","breadcrumbs":"Proxy » Filters » Capture » Configuration Options ( Rust Doc )","id":"72","title":"Configuration Options ( Rust Doc )"},"73":{"body":"The Compress filter's job is to provide a variety of compression implementations for compression and subsequent decompression of UDP data when sent between systems, such as a game client and game server.","breadcrumbs":"Proxy » Filters » Compress » Compress","id":"73","title":"Compress"},"74":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"74","title":"Filter name"},"75":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); The above example shows a proxy that could be used with a typical game client, where the original client data is sent to the local listening port and then compressed when heading up to a dedicated game server, and then decompressed when traffic is returned from the dedicated game server before being handed back to game client. It is worth noting that since the Compress filter modifies the entire packet , it is worth paying special attention to the order it is placed in your Filter configuration . Most of the time it will likely be the first or last Filter configured to ensure it is compressing the entire set of data being sent.","breadcrumbs":"Proxy » Filters » Compress » Configuration Examples","id":"75","title":"Configuration Examples"},"76":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: mode: default: SNAPPY allOf: - $ref: '#/definitions/Mode' on_read: $ref: '#/definitions/Action' on_write: $ref: '#/definitions/Action'\ndefinitions: Action: description: Whether to do nothing, compress or decompress the packet. type: string enum: - DO_NOTHING - COMPRESS - DECOMPRESS Mode: description: The library to use when compressing. type: string enum: - SNAPPY - LZ4","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"76","title":"Configuration Options ( Rust Doc )"},"77":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"77","title":"Compression Modes"},"78":{"body":"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. This compression method is provided by rust-snappy . Due to the small size of packets, this only encodes and decodes the non-streaming version of the format described here . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"78","title":"Snappy"},"79":{"body":"LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. This compression method is provided by lz4_flex . Due to the small size of packets, this only encodes and decodes the block version of the format described. If your game client/server itself is performing LZ4 de/compression it needs to encode or decode a varint of the uncompressed packet size (maximum 2^16) since that is not part of the LZ4 block format. The varint is of the same exact form as that used by snappy . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: LZ4","breadcrumbs":"Proxy » Filters » Compress » LZ4","id":"79","title":"LZ4"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin_filter_int_counter{label=\"compressed_bytes_total\"} Total number of compressed bytes either received or sent. quilkin_filter_int_counter{label=\"decompressed_bytes_total\"} Total number of decompressed bytes either received or sent.","breadcrumbs":"Proxy » Filters » Compress » Metrics","id":"80","title":"Metrics"},"81":{"body":"The Concatenate filter's job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately.","breadcrumbs":"Proxy » Filters » Concatenate » Concatenate","id":"81","title":"Concatenate"},"82":{"body":"quilkin.filters.concatenate.v1alpha1.Concatenate","breadcrumbs":"Proxy » Filters » Concatenate » Filter name","id":"82","title":"Filter name"},"83":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate.v1alpha1.Concatenate config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Examples","id":"83","title":"Configuration Examples"},"84":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `Concatenate` filter configuration.\ntype: object\nrequired:\n- bytes\nproperties: bytes: type: array items: type: integer format: uint8 minimum: 0.0 on_read: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Read` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy' on_write: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Write` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Strategy: type: string enum: - APPEND - PREPEND - DO_NOTHING","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Options ( Rust Doc )","id":"84","title":"Configuration Options ( Rust Doc )"},"85":{"body":"The Debug filter logs all incoming and outgoing packets to standard output. This filter is useful in debugging deployments where the packets strictly contain valid UTF-8 encoded strings. A generic error message is instead logged if conversion from bytes to UTF-8 fails.","breadcrumbs":"Proxy » Filters » Debug » Debug","id":"85","title":"Debug"},"86":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"86","title":"Filter name"},"87":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Debug » Configuration Examples","id":"87","title":"Configuration Examples"},"88":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: A Debug filter's configuration.\ntype: object\nproperties: id: description: Identifier that will be optionally included with each log message. type: - string - 'null'","breadcrumbs":"Proxy » Filters » Debug » Configuration Options ( Rust Doc )","id":"88","title":"Configuration Options ( Rust Doc )"},"89":{"body":"The Drop filter always drops any packet passed through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Drop » Drop","id":"89","title":"Drop"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"90","title":"Filter name"},"91":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Drop » Configuration Examples","id":"91","title":"Configuration Examples"},"92":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"92","title":"Configuration"},"93":{"body":"The Firewall filter's job is to allow or block traffic depending on if the incoming traffic's IP and port matches the rules set on the Firewall filter.","breadcrumbs":"Proxy » Filters » Firewall » Firewall","id":"93","title":"Firewall"},"94":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"94","title":"Filter name"},"95":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.firewall.v1alpha1.Firewall config: on_read: - action: ALLOW sources: - 192.168.51.0/24 ports: - 10 - 1000-7000 on_write: - action: DENY sources: - 192.168.51.0/24 ports: - 7000\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Firewall » Configuration Examples","id":"95","title":"Configuration Examples"},"96":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Represents how a Firewall filter is configured for read and write operations.\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: on_read: type: array items: $ref: '#/definitions/Rule' on_write: type: array items: $ref: '#/definitions/Rule'\ndefinitions: Action: description: Whether or not a matching [Rule] should Allow or Deny access oneOf: - description: Matching rules will allow packets through. type: string enum: - ALLOW - description: Matching rules will block packets. type: string enum: - DENY Cidr: description: Cidr notation for an ipv6 or ipv4 netmask type: string PortRange: description: Range of matching ports that are configured against a [Rule]. allOf: - $ref: '#/definitions/Range_of_uint16' Range_of_uint16: type: object required: - end - start properties: end: type: integer format: uint16 minimum: 0.0 start: type: integer format: uint16 minimum: 0.0 Rule: description: Combination of CIDR range, port range and action to take. type: object required: - action - ports - sources properties: action: $ref: '#/definitions/Action' ports: type: array items: $ref: '#/definitions/PortRange' sources: description: ipv4 or ipv6 CIDR address. type: array items: $ref: '#/definitions/Cidr'","breadcrumbs":"Proxy » Filters » Firewall » Configuration Options ( Rust Doc )","id":"96","title":"Configuration Options ( Rust Doc )"},"97":{"body":"The Firewall filter supports DENY and ALLOW actions for access control. When multiple DENY and ALLOW actions are used for a workload at the same time, the evaluation is processed in the order it is configured, with the first matching rule deciding if the request is allowed or denied: If a rule action is ALLOW, and it matches the request, then the entire request is allowed. If a rule action is DENY and it matches the request, then the entire request is denied. If none of the configured rules match, then the request is denied.","breadcrumbs":"Proxy » Filters » Firewall » Rule Evaluation","id":"97","title":"Rule Evaluation"},"98":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"98","title":"LoadBalancer"},"99":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"99","title":"Filter name"}},"length":229,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"129":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"128":{"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":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"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":{"211":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"149":{"tf":1.0}}},"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"]":{":":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"228":{"tf":1.0},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"191":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"211":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"3":{"2":{"df":0,"docs":{},"e":{"c":{"6":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"127":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"206":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"206":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"204":{"tf":1.0},"28":{"tf":1.0}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"213":{"tf":1.0},"215":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"186":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"126":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":3,"docs":{"137":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":41,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.6457513110645907},"207":{"tf":1.7320508075688772},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"213":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"214":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"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":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"130":{"tf":1.0},"207":{"tf":2.6457513110645907},"208":{"tf":2.6457513110645907},"218":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":35,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":3.0},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":2.23606797749979},"228":{"tf":1.7320508075688772},"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},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"43":{"tf":2.23606797749979},"44":{"tf":2.6457513110645907},"45":{"tf":2.449489742783178},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"df":15,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"223":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":16,"docs":{"12":{"tf":1.0},"127":{"tf":2.0},"131":{"tf":1.0},"138":{"tf":2.0},"215":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"220":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"178":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"223":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"204":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"135":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"212":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"134":{"tf":1.4142135623730951},"146":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"211":{"tf":1.0},"218":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":2.8284271247461903},"148":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"143":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"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":{"142":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"211":{"tf":1.0},"223":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"211":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":2,"docs":{"211":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"204":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"l":{"df":2,"docs":{"204":{"tf":2.0},"211":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"142":{"tf":1.0},"204":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":6,"docs":{"11":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"223":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"206":{"tf":1.0},"228":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":22,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"176":{"tf":1.4142135623730951},"204":{"tf":2.6457513110645907},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"151":{"tf":1.0},"165":{"tf":1.0},"222":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"144":{"tf":1.0},"204":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":2.8284271247461903},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"215":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":3.7416573867739413},"225":{"tf":3.872983346207417},"228":{"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},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"228":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":49,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"130":{"tf":2.8284271247461903},"131":{"tf":1.0},"133":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"138":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"138":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"176":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":43,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"159":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":77,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.449489742783178},"139":{"tf":1.7320508075688772},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":2.0},"153":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":2.8284271247461903},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"130":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.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},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"214":{"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}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"205":{"tf":2.6457513110645907},"206":{"tf":3.3166247903554},"208":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"210":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"133":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"219":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"d":{"df":4,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"228":{"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":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0}},"r":{"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":8,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"206":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"173":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":2.8284271247461903},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"217":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.7320508075688772}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"148":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"138":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":2.0},"142":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"210":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"207":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"173":{"tf":1.0},"178":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"134":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":18,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"211":{"tf":2.6457513110645907},"212":{"tf":1.4142135623730951},"225":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"146":{"tf":1.0},"204":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"212":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":2.6457513110645907},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"224":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"137":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"138":{"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":1,"docs":{"142":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"205":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"225":{"tf":1.0}},"t":{"df":2,"docs":{"134":{"tf":1.7320508075688772},"214":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"211":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"211":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"136":{"tf":2.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"225":{"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":{"205":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"211":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":16,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":3.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"207":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":88,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"126":{"tf":2.449489742783178},"136":{"tf":3.1622776601683795},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"196":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"214":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":3.605551275463989},"61":{"tf":4.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"149":{"tf":1.0},"209":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"151":{"tf":1.0},"184":{"tf":1.0},"223":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"162":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"x":{"df":1,"docs":{"211":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"161":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":2.0}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"127":{"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},"210":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"219":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"219":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"138":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"218":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"148":{"tf":1.0},"225":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":2.0},"2":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"224":{"tf":2.6457513110645907},"225":{"tf":3.605551275463989},"228":{"tf":2.449489742783178},"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},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"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},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.4641016151377544},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"228":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"126":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"218":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":6,"docs":{"143":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"222":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"222":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"130":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"209":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"191":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"218":{"tf":1.0}}}}},"p":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.0}}}},"p":{"df":8,"docs":{"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"218":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"218":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":9,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":2.449489742783178},"131":{"tf":1.0},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.4641016151377544},"136":{"tf":1.4142135623730951},"149":{"tf":1.0},"180":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"214":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"222":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":10,"docs":{"219":{"tf":1.0},"221":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"153":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"204":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"211":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}},"v":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{"223":{"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":{"225":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"131":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"207":{"tf":1.4142135623730951},"220":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"134":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"218":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":41,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":3.0},"147":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"133":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"223":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"140":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.449489742783178},"137":{"tf":1.0},"139":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"217":{"tf":2.0}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"128":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"215":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"151":{"tf":1.0},"193":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"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":{"133":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"135":{"tf":1.0},"204":{"tf":2.8284271247461903},"217":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"228":{"tf":1.0}}},"w":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"223":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"212":{"tf":1.0}}}}}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"174":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"142":{"tf":2.0},"224":{"tf":1.0},"225":{"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":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"137":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":3.1622776601683795},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"222":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"228":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"130":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"193":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"153":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"219":{"tf":2.8284271247461903},"22":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"132":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"129":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"212":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"224":{"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},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.1622776601683795},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"204":{"tf":2.0},"212":{"tf":1.0},"219":{"tf":1.7320508075688772},"223":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"223":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"225":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"136":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"227":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"111":{"tf":1.7320508075688772},"151":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"137":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"225":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.23606797749979},"153":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"193":{"tf":1.0},"218":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"129":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":2.0},"130":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"205":{"tf":2.6457513110645907},"206":{"tf":3.1622776601683795},"208":{"tf":1.0},"225":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"211":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"189":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"218":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"223":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":42,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"137":{"tf":2.0},"145":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"158":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"213":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"165":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"178":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"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":{"219":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"228":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"139":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":12,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"150":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"223":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":1,"docs":{"204":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":56,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":2.449489742783178},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"153":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.8284271247461903},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":56,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"134":{"tf":3.1622776601683795},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":3.7416573867739413},"143":{"tf":3.4641016151377544},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.6457513110645907},"224":{"tf":3.3166247903554},"225":{"tf":4.242640687119285},"228":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.605551275463989},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":2.8284271247461903},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"75":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"223":{"tf":1.0},"60":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"215":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":10,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"149":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"149":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"164":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"169":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"179":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"181":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"194":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"200":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"214":{"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":{"215":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"137":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"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":{"134":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"129":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"134":{"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":{"137":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"135":{"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":{"135":{"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":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"142":{"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":{"142":{"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":{"142":{"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":{"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":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":85,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.0},"15":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.0},"207":{"tf":2.449489742783178},"208":{"tf":1.7320508075688772},"209":{"tf":2.0},"211":{"tf":2.23606797749979},"212":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.23606797749979},"220":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"228":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.605551275463989},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.123105625617661},"43":{"tf":3.872983346207417},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"191":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"223":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"218":{"tf":3.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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"223":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"211":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"130":{"tf":1.0},"137":{"tf":1.7320508075688772},"153":{"tf":2.0},"205":{"tf":3.1622776601683795},"206":{"tf":4.242640687119285},"207":{"tf":2.23606797749979},"208":{"tf":2.6457513110645907},"218":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":17,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"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":{"222":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"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":{"143":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"131":{"tf":1.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"16":{"tf":1.0},"204":{"tf":2.449489742783178},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"212":{"tf":2.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"225":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"208":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"223":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.23606797749979}}}},"n":{"df":42,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"221":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}}}}},"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"134":{"tf":1.0},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"134":{"tf":1.0},"162":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"d":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":12,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"225":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"204":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"129":{"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":{"129":{"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":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"140":{"tf":1.4142135623730951},"142":{"tf":3.3166247903554},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"145":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":3.605551275463989},"224":{"tf":2.6457513110645907},"225":{"tf":4.242640687119285},"228":{"tf":2.23606797749979},"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},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":29,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"148":{"tf":1.0},"153":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":3.7416573867739413},"206":{"tf":2.0},"207":{"tf":3.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.23606797749979},"135":{"tf":2.449489742783178},"218":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.4641016151377544}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"14":{"tf":1.0},"146":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"209":{"tf":1.0},"222":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"136":{"tf":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":{"136":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"138":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"225":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"147":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"211":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"174":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"228":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":10,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":8,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"218":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"223":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":1,"docs":{"204":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"153":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"204":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"163":{"tf":1.0},"207":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"142":{"tf":1.0},"218":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"228":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":16,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"211":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.7320508075688772},"137":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"134":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":2.23606797749979},"118":{"tf":1.0},"129":{"tf":2.0},"151":{"tf":1.0},"203":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":2.6457513110645907},"146":{"tf":1.7320508075688772},"149":{"tf":1.0},"211":{"tf":2.449489742783178},"225":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"228":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.0},"219":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"214":{"tf":1.0}}},"k":{"df":4,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"22":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"147":{"tf":1.7320508075688772},"218":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"12":{"tf":1.0},"146":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":58,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":3.3166247903554},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"129":{"tf":2.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"8":{"df":1,"docs":{"129":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"185":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"204":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"209":{"tf":1.4142135623730951},"224":{"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":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"218":{"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},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"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":9,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"153":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"228":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"147":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"147":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":2.6457513110645907},"207":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"204":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"228":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":2.0},"137":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"136":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"206":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"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":{"142":{"tf":1.0},"211":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"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":8,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":33,"docs":{"137":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":2.23606797749979},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":25,"docs":{"148":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"134":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"129":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"128":{"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":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"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":{"211":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"149":{"tf":1.0}}},"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"]":{":":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"228":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"191":{"tf":1.0},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"211":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"3":{"2":{"df":0,"docs":{},"e":{"c":{"6":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.4142135623730951}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"127":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"206":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"206":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"204":{"tf":1.0},"28":{"tf":1.4142135623730951}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"213":{"tf":1.0},"215":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"186":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"126":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":3,"docs":{"137":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":41,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.6457513110645907},"207":{"tf":1.7320508075688772},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"127":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"214":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"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":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"130":{"tf":1.0},"207":{"tf":3.0},"208":{"tf":2.8284271247461903},"218":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":3.3166247903554},"145":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":2.6457513110645907},"228":{"tf":2.0},"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},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":3.605551275463989},"43":{"tf":2.449489742783178},"44":{"tf":3.0},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.3166247903554},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"df":15,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"223":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":16,"docs":{"12":{"tf":1.0},"127":{"tf":2.0},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"220":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"178":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"223":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"204":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"135":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"212":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"134":{"tf":1.4142135623730951},"146":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"211":{"tf":1.0},"218":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":3.0},"148":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"143":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"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":{"142":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"211":{"tf":1.0},"223":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"211":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":2,"docs":{"211":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"204":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"l":{"df":2,"docs":{"204":{"tf":2.0},"211":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"142":{"tf":1.0},"204":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":6,"docs":{"11":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"223":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"206":{"tf":1.0},"228":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":22,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"176":{"tf":1.4142135623730951},"204":{"tf":2.6457513110645907},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"151":{"tf":1.0},"165":{"tf":1.4142135623730951},"222":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"144":{"tf":1.0},"204":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":3.0},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"215":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":3.872983346207417},"225":{"tf":4.0},"228":{"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},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"228":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":49,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.7320508075688772},"130":{"tf":2.8284271247461903},"131":{"tf":1.0},"133":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"138":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"138":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":43,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"159":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":77,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.449489742783178},"139":{"tf":2.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"149":{"tf":2.0},"153":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"55":{"tf":3.0},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"130":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.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},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"214":{"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}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":91,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.8284271247461903},"206":{"tf":3.3166247903554},"208":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"210":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"133":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"219":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"d":{"df":4,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"228":{"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":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"206":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"173":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":2.8284271247461903},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"217":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":2.0}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"148":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"138":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":2.0},"142":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"210":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"207":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"173":{"tf":1.0},"178":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"134":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"182":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":18,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"211":{"tf":2.6457513110645907},"212":{"tf":1.4142135623730951},"225":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"146":{"tf":1.0},"204":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"212":{"tf":2.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"52":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"137":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"138":{"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":1,"docs":{"142":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"205":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"225":{"tf":1.0}},"t":{"df":2,"docs":{"134":{"tf":1.7320508075688772},"214":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"211":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":40,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"211":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"136":{"tf":2.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"225":{"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":{"205":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"211":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":3.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":2.0},"207":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":109,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.6457513110645907},"136":{"tf":3.3166247903554},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.23606797749979},"149":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"196":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"214":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":4.69041575982343},"60":{"tf":3.7416573867739413},"61":{"tf":4.242640687119285},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":2.8284271247461903},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"n":{"d":{"df":3,"docs":{"149":{"tf":1.0},"209":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"223":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"162":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"x":{"df":1,"docs":{"211":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"161":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"44":{"tf":2.23606797749979}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"127":{"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},"210":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"219":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"219":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"138":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"218":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"148":{"tf":1.0},"225":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":2.0},"2":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"224":{"tf":2.6457513110645907},"225":{"tf":3.605551275463989},"228":{"tf":2.8284271247461903},"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},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"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},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.605551275463989},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"228":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"126":{"tf":1.0},"134":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"218":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":6,"docs":{"143":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"222":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"222":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"130":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"209":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"191":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"218":{"tf":1.0}}}}},"p":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.0}}}},"p":{"df":8,"docs":{"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"218":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"218":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":9,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"225":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":2.449489742783178},"131":{"tf":1.0},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.4641016151377544},"136":{"tf":1.4142135623730951},"149":{"tf":1.0},"180":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"214":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":2.0},"144":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"222":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":10,"docs":{"219":{"tf":1.0},"221":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"153":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"204":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"211":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}},"v":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{"223":{"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":{"225":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"131":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"207":{"tf":1.4142135623730951},"220":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"134":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"218":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.23606797749979},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":41,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":3.0},"147":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"133":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"223":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"140":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.449489742783178},"137":{"tf":1.0},"139":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"217":{"tf":2.23606797749979}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"151":{"tf":1.0},"189":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"128":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"215":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"151":{"tf":1.0},"193":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"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":{"133":{"tf":1.4142135623730951},"214":{"tf":2.449489742783178},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"135":{"tf":1.0},"204":{"tf":2.8284271247461903},"217":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"228":{"tf":1.0}}},"w":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"223":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"212":{"tf":1.0}}}}}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"174":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"142":{"tf":2.0},"224":{"tf":1.0},"225":{"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":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"137":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"142":{"tf":3.1622776601683795},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"222":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"228":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"130":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"193":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"133":{"tf":2.0},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.8284271247461903},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"153":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.8284271247461903},"135":{"tf":2.23606797749979},"136":{"tf":2.8284271247461903},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"219":{"tf":3.0},"22":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"132":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"170":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"129":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"212":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"224":{"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},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.1622776601683795},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"204":{"tf":2.0},"212":{"tf":1.0},"219":{"tf":1.7320508075688772},"223":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"228":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"137":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"223":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"225":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"136":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"227":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"151":{"tf":1.0},"199":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"137":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"225":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.449489742783178},"153":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"193":{"tf":1.0},"218":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"129":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":78,"docs":{"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.8284271247461903},"206":{"tf":3.1622776601683795},"208":{"tf":1.0},"225":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"209":{"tf":2.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"189":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"218":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"223":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":42,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"137":{"tf":2.0},"145":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"158":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"213":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"165":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"178":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"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":{"219":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"228":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":56,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":15,"docs":{"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"223":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":1,"docs":{"204":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":57,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":2.8284271247461903},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":2.23606797749979},"153":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.8284271247461903},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":129,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":3.3166247903554},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":3.872983346207417},"143":{"tf":3.4641016151377544},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.8284271247461903},"224":{"tf":3.605551275463989},"225":{"tf":4.47213595499958},"228":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.7416573867739413},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":3.1622776601683795},"49":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"223":{"tf":1.0},"60":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"215":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":10,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"149":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"149":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"169":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"181":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"188":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"192":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"194":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"214":{"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":{"215":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"137":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"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":{"134":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"129":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"134":{"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":{"137":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"135":{"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":{"135":{"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":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"142":{"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":{"142":{"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":{"142":{"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":{"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":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":85,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"205":{"tf":2.23606797749979},"206":{"tf":2.0},"207":{"tf":2.6457513110645907},"208":{"tf":1.7320508075688772},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"212":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"228":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.7416573867739413},"34":{"tf":3.7416573867739413},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.242640687119285},"43":{"tf":4.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"191":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"223":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"218":{"tf":3.1622776601683795},"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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":60,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"223":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"211":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"130":{"tf":1.0},"137":{"tf":1.7320508075688772},"153":{"tf":2.0},"205":{"tf":3.4641016151377544},"206":{"tf":4.358898943540674},"207":{"tf":2.449489742783178},"208":{"tf":2.8284271247461903},"218":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":17,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"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":{"222":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"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":{"143":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"131":{"tf":1.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"16":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"21":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"212":{"tf":2.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"225":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"208":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"223":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.449489742783178}}}},"n":{"df":42,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"221":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}}}}},"df":17,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"134":{"tf":1.0},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.4142135623730951},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"134":{"tf":1.0},"162":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"d":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":12,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"225":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"204":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"129":{"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":{"129":{"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":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"140":{"tf":1.7320508075688772},"142":{"tf":3.3166247903554},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"145":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":3.7416573867739413},"224":{"tf":2.8284271247461903},"225":{"tf":4.358898943540674},"228":{"tf":2.449489742783178},"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},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":29,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"148":{"tf":1.0},"153":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"205":{"tf":3.7416573867739413},"206":{"tf":2.0},"207":{"tf":3.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.23606797749979},"135":{"tf":2.6457513110645907},"218":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.605551275463989}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"14":{"tf":1.0},"146":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"209":{"tf":1.0},"222":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"136":{"tf":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":{"136":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":12,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"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":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"138":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"225":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"147":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"211":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"174":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"228":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":10,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":8,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.23606797749979}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"218":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"223":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":1,"docs":{"204":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"153":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"204":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"163":{"tf":1.0},"207":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"142":{"tf":1.0},"218":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"228":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":16,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"211":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.7320508075688772},"137":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"134":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"129":{"tf":2.0},"151":{"tf":1.0},"203":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":22,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":2.8284271247461903},"146":{"tf":2.0},"149":{"tf":1.0},"211":{"tf":2.449489742783178},"225":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"151":{"tf":1.0},"201":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"228":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.0},"219":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"214":{"tf":1.0}}},"k":{"df":4,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"22":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"147":{"tf":1.7320508075688772},"218":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"12":{"tf":1.0},"146":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":58,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":3.3166247903554},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"129":{"tf":2.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"8":{"df":1,"docs":{"129":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"185":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"204":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"211":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"13":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"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":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"218":{"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},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"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":9,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"153":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"228":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"147":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"147":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":2.8284271247461903},"207":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"204":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"228":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":2.0},"137":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"136":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"206":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"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":{"142":{"tf":1.0},"211":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"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":8,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":36,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":29,"docs":{"148":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.8284271247461903},"37":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"45":{"tf":2.8284271247461903},"46":{"tf":2.449489742783178},"47":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"134":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"3":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"5":{"df":3,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"6":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"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":{"213":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"207":{"tf":1.0},"42":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"144":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"131":{"tf":1.0},"215":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"165":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"170":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"176":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"211":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"182":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"145":{"tf":1.0},"158":{"tf":1.0},"216":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"222":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":20,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"184":{"tf":1.0},"93":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"228":{"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":{"134":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"215":{"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":{"133":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"210":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"222":{"tf":1.0}}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"v":{"6":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"189":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"193":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.0}}}},"z":{"4":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"219":{"tf":1.0},"24":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"226":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"199":{"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":{"128":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"205":{"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":{"209":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":21,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"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":{"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"205":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"n":{"df":1,"docs":{"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"131":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"228":{"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":{"135":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"227":{"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":2,"docs":{"115":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"201":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"204":{"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":{"129":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"d":{"df":9,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"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 dd3b65705..b53b9e15e 100644 --- a/main/book/searchindex.json +++ b/main/book/searchindex.json @@ -1 +1 @@ -{"doc_urls":["introduction.html#overview","introduction.html#what-is-quilkin","introduction.html#why-use-quilkin","introduction.html#major-features","introduction.html#what-next","installation.html#installation","installation.html#distributions","installation.html#oci-image","installation.html#cargo","installation.html#github","faq.html#faq","faq.html#just-how-fast-is-quilkin-what-sort-of-performance-can-i-expect","faq.html#can-i-integrate-quilkin-with-c-code","faq.html#i-would-like-to-run-quilkin-as-a-client-side-proxy-on-a-console-can-i-do-that","faq.html#any-reason-you-didnt-contribute-this-intoextend-envoy","deployment/quickstarts/netcat.html#quickstart-quilkin-with-netcat","deployment/quickstarts/netcat.html#requirements","deployment/quickstarts/netcat.html#1-start-an-udp-echo-service","deployment/quickstarts/netcat.html#2-start-quilkin","deployment/quickstarts/netcat.html#3-send-a-packet","deployment/quickstarts/agones-xonotic-sidecar.html#quickstart-quilkin-with-agones-and-xonotic-sidecar","deployment/quickstarts/agones-xonotic-sidecar.html#requirements","deployment/quickstarts/agones-xonotic-sidecar.html#1-agones-fleet-with-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#2-play-xonotic","deployment/quickstarts/agones-xonotic-sidecar.html#3-check-out-the-metrics","deployment/quickstarts/agones-xonotic-sidecar.html#5-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#6-agones-fleet-but-with-compression","deployment/quickstarts/agones-xonotic-sidecar.html#4-play-xonotic-through-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#7-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#whats-next","deployment/quickstarts/agones-xonotic-xds.html#quickstart-quilkin-with-agones-and-xonotic-xds","deployment/quickstarts/agones-xonotic-xds.html#requirements","deployment/quickstarts/agones-xonotic-xds.html#1-overview","deployment/quickstarts/agones-xonotic-xds.html#2-install-quilkin-agones-xds-provider","deployment/quickstarts/agones-xonotic-xds.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-xds.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-xds.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-xds.html#connecting-client-side","deployment/quickstarts/agones-xonotic-xds.html#whats-next","deployment/quickstarts/agones-xonotic-relay.html#quickstart-quilkin-with-agones-and-xonotic-relay","deployment/quickstarts/agones-xonotic-relay.html#requirements","deployment/quickstarts/agones-xonotic-relay.html#1-overview","deployment/quickstarts/agones-xonotic-relay.html#2-install-quilkin-relay-and-agones-agent","deployment/quickstarts/agones-xonotic-relay.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-relay.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-relay.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-relay.html#connecting-client-side","deployment/quickstarts/agones-xonotic-relay.html#whats-next","services/proxy.html#proxy","services/proxy.html#endpoints","services/proxy.html#proxy-filters","services/proxy.html#endpoint-metadata","services/proxy.html#specialist-endpoint-metadata","services/proxy.html#session","services/proxy/configuration.html#configuration-file","services/proxy/configuration.html#static-configuration","services/proxy/configuration.html#dynamic-configuration","services/proxy/configuration.html#json-schema","services/proxy/filters.html#packet-filters","services/proxy/filters.html#filters-and-filter-chain","services/proxy/filters.html#configuration-examples","services/proxy/filters.html#filter-dynamic-metadata","services/proxy/filters.html#well-known-dynamic-metadata","services/proxy/filters.html#built-in-filters","services/proxy/filters.html#filterconfig","services/proxy/filters/capture.html#capture","services/proxy/filters/capture.html#capture-strategies","services/proxy/filters/capture.html#suffix","services/proxy/filters/capture.html#prefix","services/proxy/filters/capture.html#regex","services/proxy/filters/capture.html#filter-name","services/proxy/filters/capture.html#configuration-examples","services/proxy/filters/capture.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compress","services/proxy/filters/compress.html#filter-name","services/proxy/filters/compress.html#configuration-examples","services/proxy/filters/compress.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compression-modes","services/proxy/filters/compress.html#snappy","services/proxy/filters/compress.html#lz4","services/proxy/filters/compress.html#metrics","services/proxy/filters/concatenate.html#concatenate","services/proxy/filters/concatenate.html#filter-name","services/proxy/filters/concatenate.html#configuration-examples","services/proxy/filters/concatenate.html#configuration-options--rust-doc-","services/proxy/filters/debug.html#debug","services/proxy/filters/debug.html#filter-name","services/proxy/filters/debug.html#configuration-examples","services/proxy/filters/debug.html#configuration-options--rust-doc-","services/proxy/filters/drop.html#drop","services/proxy/filters/drop.html#filter-name","services/proxy/filters/drop.html#configuration-examples","services/proxy/filters/drop.html#configuration","services/proxy/filters/firewall.html#firewall","services/proxy/filters/firewall.html#filter-name","services/proxy/filters/firewall.html#configuration-examples","services/proxy/filters/firewall.html#configuration-options--rust-doc-","services/proxy/filters/firewall.html#rule-evaluation","services/proxy/filters/load_balancer.html#loadbalancer","services/proxy/filters/load_balancer.html#filter-name","services/proxy/filters/load_balancer.html#configuration-examples","services/proxy/filters/load_balancer.html#configuration-options--rust-doc-","services/proxy/filters/local_rate_limit.html#localratelimit","services/proxy/filters/local_rate_limit.html#filter-name","services/proxy/filters/local_rate_limit.html#configuration-examples","services/proxy/filters/local_rate_limit.html#configuration-options--rust-doc-","services/proxy/filters/match.html#match","services/proxy/filters/match.html#filter-name","services/proxy/filters/match.html#configuration-examples","services/proxy/filters/match.html#configuration-options--rust-doc-","services/proxy/filters/match.html#metrics","services/proxy/filters/pass.html#pass","services/proxy/filters/pass.html#filter-name","services/proxy/filters/pass.html#configuration-examples","services/proxy/filters/pass.html#configuration","services/proxy/filters/timestamp.html#timestamp","services/proxy/filters/timestamp.html#filter-name","services/proxy/filters/timestamp.html#configuration-examples","services/proxy/filters/timestamp.html#configuration-options--rust-doc-","services/proxy/filters/timestamp.html#metrics","services/proxy/filters/token_router.html#tokenrouter","services/proxy/filters/token_router.html#filter-name","services/proxy/filters/token_router.html#configuration-examples","services/proxy/filters/token_router.html#configuration-options--rust-doc-","services/proxy/filters/token_router.html#metrics","services/proxy/filters/token_router.html#sample-applications","services/proxy/filters/token_router.html#packet-authentication","services/proxy/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","services/proxy/qcmp.html#datacenter-latency","services/proxy/qcmp.html#api-and-schema","services/proxy/metrics.html#proxy-metrics","services/proxy/metrics.html#asn-maxmind-information","services/proxy/metrics.html#general-metrics","services/proxy/metrics.html#session-metrics","services/proxy/metrics.html#filter-metrics","services/xds.html#xds-control-plane","services/xds.html#overview","services/xds.html#xds-configuration-resources","services/xds.html#connecting-to-an-xds-management-server","services/xds/metrics.html#xds-metrics","services/xds/metrics.html#proxy-mode","services/xds/metrics.html#xds-provider-mode","services/xds/providers/agones.html#agones-xds-provider","services/xds/providers/agones.html#endpoint-configuration","services/xds/providers/agones.html#access-tokens","services/xds/providers/agones.html#filter-configuration","services/xds/providers/agones.html#usage","services/xds/providers/filesystem.html#filesystem-xds-provider","services/xds/proto/index.html#protocol-documentation","services/xds/proto/index.html#table-of-contents","services/xds/proto/index.html#quilkinrelayv1alpha1relayproto","services/xds/proto/index.html#aggregatedcontrolplanediscoveryservice","services/xds/proto/index.html#quilkinconfigv1alpha1configproto","services/xds/proto/index.html#cluster","services/xds/proto/index.html#clustermap","services/xds/proto/index.html#datacenter","services/xds/proto/index.html#endpoint","services/xds/proto/index.html#filter","services/xds/proto/index.html#filterchain","services/xds/proto/index.html#host","services/xds/proto/index.html#ipv6","services/xds/proto/index.html#locality","services/xds/proto/index.html#quilkinfilterscapturev1alpha1captureproto","services/xds/proto/index.html#capture","services/xds/proto/index.html#captureprefix","services/xds/proto/index.html#captureregex","services/xds/proto/index.html#capturesuffix","services/xds/proto/index.html#quilkinfilterscompressv1alpha1compressproto","services/xds/proto/index.html#compress","services/xds/proto/index.html#compressactionvalue","services/xds/proto/index.html#compressmodevalue","services/xds/proto/index.html#compressaction","services/xds/proto/index.html#compressmode","services/xds/proto/index.html#quilkinfiltersconcatenatev1alpha1concatenateproto","services/xds/proto/index.html#concatenate","services/xds/proto/index.html#concatenatestrategyvalue","services/xds/proto/index.html#concatenatestrategy","services/xds/proto/index.html#quilkinfiltersdebugv1alpha1debugproto","services/xds/proto/index.html#debug","services/xds/proto/index.html#quilkinfiltersdropv1alpha1dropproto","services/xds/proto/index.html#drop","services/xds/proto/index.html#quilkinfiltersfirewallv1alpha1firewallproto","services/xds/proto/index.html#firewall","services/xds/proto/index.html#firewallportrange","services/xds/proto/index.html#firewallrule","services/xds/proto/index.html#firewallaction","services/xds/proto/index.html#quilkinfiltersload_balancerv1alpha1load_balancerproto","services/xds/proto/index.html#loadbalancer","services/xds/proto/index.html#loadbalancerpolicyvalue","services/xds/proto/index.html#loadbalancerpolicy","services/xds/proto/index.html#quilkinfilterslocal_rate_limitv1alpha1local_rate_limitproto","services/xds/proto/index.html#localratelimit","services/xds/proto/index.html#quilkinfiltersmatchv1alpha1matchproto","services/xds/proto/index.html#match","services/xds/proto/index.html#matchbranch","services/xds/proto/index.html#matchconfig","services/xds/proto/index.html#quilkinfilterspassv1alpha1passproto","services/xds/proto/index.html#pass","services/xds/proto/index.html#quilkinfilterstoken_routerv1alpha1token_routerproto","services/xds/proto/index.html#tokenrouter","services/xds/proto/index.html#quilkinfilterstimestampv1alpha1timestampproto","services/xds/proto/index.html#timestamp","services/xds/proto/index.html#scalar-value-types","services/relay.html#control-plane-relay","services/relay.html#quickstart","services/agent.html#quilkin-agent","services/agent.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#installation","sdks/unreal-engine.html#configuration","sdks/unreal-engine.html#delegates","deployment/admin.html#administration","deployment/admin.html#logging","deployment/admin.html#http-api","deployment/admin.html#endpoints","deployment/admin.html#live","deployment/admin.html#ready","deployment/admin.html#metrics","deployment/admin.html#debugpprofprofile","deployment/admin.html#config","deployment/examples.html#quilkin-integration-examples","deployment/examples.html#server-proxy-as-a-sidecar","deployment/examples.html#client-proxy-to-sidecar-server-proxy","deployment/examples.html#client-proxy-to-separate-server-proxies-pools","deployment/examples.html#what-next","third-party/presentations.html#third-party-videos-and-presentations","third-party/presentations.html#gdc-2023-open-source-game-development-summit-agones-and-quilkin-oss-multiplayer-game-server-service-mesh-on-kubernetes"],"index":{"documentStore":{"docInfo":{"0":{"body":10,"breadcrumbs":2,"title":1},"1":{"body":66,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":2,"title":1},"100":{"body":41,"breadcrumbs":6,"title":2},"101":{"body":60,"breadcrumbs":8,"title":4},"102":{"body":19,"breadcrumbs":6,"title":1},"103":{"body":1,"breadcrumbs":7,"title":2},"104":{"body":115,"breadcrumbs":7,"title":2},"105":{"body":52,"breadcrumbs":9,"title":4},"106":{"body":19,"breadcrumbs":4,"title":1},"107":{"body":1,"breadcrumbs":5,"title":2},"108":{"body":38,"breadcrumbs":5,"title":2},"109":{"body":180,"breadcrumbs":7,"title":4},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":18,"breadcrumbs":4,"title":1},"111":{"body":12,"breadcrumbs":4,"title":1},"112":{"body":1,"breadcrumbs":5,"title":2},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":3,"breadcrumbs":4,"title":1},"115":{"body":21,"breadcrumbs":4,"title":1},"116":{"body":1,"breadcrumbs":5,"title":2},"117":{"body":25,"breadcrumbs":5,"title":2},"118":{"body":35,"breadcrumbs":7,"title":4},"119":{"body":7,"breadcrumbs":4,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":30,"breadcrumbs":5,"title":1},"121":{"body":1,"breadcrumbs":6,"title":2},"122":{"body":44,"breadcrumbs":6,"title":2},"123":{"body":31,"breadcrumbs":8,"title":4},"124":{"body":40,"breadcrumbs":5,"title":1},"125":{"body":0,"breadcrumbs":6,"title":2},"126":{"body":108,"breadcrumbs":6,"title":2},"127":{"body":41,"breadcrumbs":9,"title":5},"128":{"body":24,"breadcrumbs":5,"title":1},"129":{"body":109,"breadcrumbs":7,"title":3},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":119,"breadcrumbs":6,"title":2},"131":{"body":23,"breadcrumbs":6,"title":2},"132":{"body":6,"breadcrumbs":4,"title":2},"133":{"body":56,"breadcrumbs":5,"title":3},"134":{"body":181,"breadcrumbs":4,"title":2},"135":{"body":54,"breadcrumbs":4,"title":2},"136":{"body":101,"breadcrumbs":4,"title":2},"137":{"body":186,"breadcrumbs":5,"title":3},"138":{"body":97,"breadcrumbs":3,"title":1},"139":{"body":39,"breadcrumbs":5,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":15,"breadcrumbs":6,"title":4},"141":{"body":0,"breadcrumbs":5,"title":2},"142":{"body":117,"breadcrumbs":5,"title":2},"143":{"body":142,"breadcrumbs":6,"title":3},"144":{"body":92,"breadcrumbs":7,"title":3},"145":{"body":43,"breadcrumbs":6,"title":2},"146":{"body":33,"breadcrumbs":6,"title":2},"147":{"body":68,"breadcrumbs":6,"title":2},"148":{"body":47,"breadcrumbs":5,"title":1},"149":{"body":102,"breadcrumbs":7,"title":3},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":0,"breadcrumbs":6,"title":2},"151":{"body":56,"breadcrumbs":6,"title":2},"152":{"body":0,"breadcrumbs":5,"title":1},"153":{"body":87,"breadcrumbs":5,"title":1},"154":{"body":0,"breadcrumbs":5,"title":1},"155":{"body":9,"breadcrumbs":5,"title":1},"156":{"body":7,"breadcrumbs":5,"title":1},"157":{"body":10,"breadcrumbs":5,"title":1},"158":{"body":12,"breadcrumbs":5,"title":1},"159":{"body":12,"breadcrumbs":5,"title":1},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":7,"breadcrumbs":5,"title":1},"161":{"body":10,"breadcrumbs":5,"title":1},"162":{"body":8,"breadcrumbs":5,"title":1},"163":{"body":11,"breadcrumbs":5,"title":1},"164":{"body":0,"breadcrumbs":5,"title":1},"165":{"body":12,"breadcrumbs":5,"title":1},"166":{"body":8,"breadcrumbs":5,"title":1},"167":{"body":6,"breadcrumbs":5,"title":1},"168":{"body":9,"breadcrumbs":5,"title":1},"169":{"body":0,"breadcrumbs":5,"title":1},"17":{"body":30,"breadcrumbs":6,"title":5},"170":{"body":10,"breadcrumbs":5,"title":1},"171":{"body":6,"breadcrumbs":5,"title":1},"172":{"body":6,"breadcrumbs":5,"title":1},"173":{"body":9,"breadcrumbs":5,"title":1},"174":{"body":8,"breadcrumbs":5,"title":1},"175":{"body":0,"breadcrumbs":5,"title":1},"176":{"body":10,"breadcrumbs":5,"title":1},"177":{"body":6,"breadcrumbs":5,"title":1},"178":{"body":10,"breadcrumbs":5,"title":1},"179":{"body":0,"breadcrumbs":5,"title":1},"18":{"body":56,"breadcrumbs":4,"title":3},"180":{"body":7,"breadcrumbs":5,"title":1},"181":{"body":0,"breadcrumbs":5,"title":1},"182":{"body":1,"breadcrumbs":5,"title":1},"183":{"body":0,"breadcrumbs":5,"title":1},"184":{"body":10,"breadcrumbs":5,"title":1},"185":{"body":8,"breadcrumbs":5,"title":1},"186":{"body":12,"breadcrumbs":5,"title":1},"187":{"body":8,"breadcrumbs":5,"title":1},"188":{"body":0,"breadcrumbs":5,"title":1},"189":{"body":6,"breadcrumbs":5,"title":1},"19":{"body":61,"breadcrumbs":4,"title":3},"190":{"body":6,"breadcrumbs":5,"title":1},"191":{"body":10,"breadcrumbs":5,"title":1},"192":{"body":0,"breadcrumbs":5,"title":1},"193":{"body":9,"breadcrumbs":5,"title":1},"194":{"body":0,"breadcrumbs":5,"title":1},"195":{"body":10,"breadcrumbs":5,"title":1},"196":{"body":8,"breadcrumbs":5,"title":1},"197":{"body":12,"breadcrumbs":5,"title":1},"198":{"body":0,"breadcrumbs":5,"title":1},"199":{"body":1,"breadcrumbs":5,"title":1},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"200":{"body":0,"breadcrumbs":5,"title":1},"201":{"body":7,"breadcrumbs":5,"title":1},"202":{"body":0,"breadcrumbs":5,"title":1},"203":{"body":6,"breadcrumbs":5,"title":1},"204":{"body":248,"breadcrumbs":7,"title":3},"205":{"body":201,"breadcrumbs":4,"title":3},"206":{"body":211,"breadcrumbs":2,"title":1},"207":{"body":200,"breadcrumbs":4,"title":2},"208":{"body":72,"breadcrumbs":3,"title":1},"209":{"body":29,"breadcrumbs":6,"title":4},"21":{"body":22,"breadcrumbs":4,"title":1},"210":{"body":6,"breadcrumbs":3,"title":1},"211":{"body":229,"breadcrumbs":3,"title":1},"212":{"body":45,"breadcrumbs":3,"title":1},"213":{"body":8,"breadcrumbs":2,"title":1},"214":{"body":40,"breadcrumbs":2,"title":1},"215":{"body":25,"breadcrumbs":3,"title":2},"216":{"body":5,"breadcrumbs":2,"title":1},"217":{"body":19,"breadcrumbs":2,"title":1},"218":{"body":129,"breadcrumbs":2,"title":1},"219":{"body":55,"breadcrumbs":2,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"220":{"body":48,"breadcrumbs":2,"title":1},"221":{"body":10,"breadcrumbs":2,"title":1},"222":{"body":36,"breadcrumbs":5,"title":3},"223":{"body":112,"breadcrumbs":5,"title":3},"224":{"body":79,"breadcrumbs":7,"title":5},"225":{"body":188,"breadcrumbs":8,"title":6},"226":{"body":10,"breadcrumbs":3,"title":1},"227":{"body":0,"breadcrumbs":6,"title":4},"228":{"body":98,"breadcrumbs":18,"title":16},"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":46,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":201,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":275,"breadcrumbs":6,"title":3},"37":{"body":205,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":0,"breadcrumbs":8,"title":5},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":26,"breadcrumbs":4,"title":1},"41":{"body":74,"breadcrumbs":5,"title":2},"42":{"body":156,"breadcrumbs":9,"title":6},"43":{"body":218,"breadcrumbs":8,"title":5},"44":{"body":83,"breadcrumbs":7,"title":4},"45":{"body":276,"breadcrumbs":6,"title":3},"46":{"body":205,"breadcrumbs":6,"title":3},"47":{"body":10,"breadcrumbs":5,"title":2},"48":{"body":150,"breadcrumbs":2,"title":1},"49":{"body":20,"breadcrumbs":2,"title":1},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":27,"breadcrumbs":3,"title":2},"51":{"body":50,"breadcrumbs":3,"title":2},"52":{"body":79,"breadcrumbs":4,"title":3},"53":{"body":113,"breadcrumbs":2,"title":1},"54":{"body":55,"breadcrumbs":5,"title":2},"55":{"body":92,"breadcrumbs":5,"title":2},"56":{"body":18,"breadcrumbs":5,"title":2},"57":{"body":154,"breadcrumbs":5,"title":2},"58":{"body":23,"breadcrumbs":4,"title":2},"59":{"body":191,"breadcrumbs":5,"title":3},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":101,"breadcrumbs":4,"title":2},"61":{"body":136,"breadcrumbs":5,"title":3},"62":{"body":24,"breadcrumbs":6,"title":4},"63":{"body":75,"breadcrumbs":4,"title":2},"64":{"body":50,"breadcrumbs":3,"title":1},"65":{"body":33,"breadcrumbs":4,"title":1},"66":{"body":5,"breadcrumbs":5,"title":2},"67":{"body":4,"breadcrumbs":4,"title":1},"68":{"body":4,"breadcrumbs":4,"title":1},"69":{"body":16,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":1,"breadcrumbs":5,"title":2},"71":{"body":22,"breadcrumbs":5,"title":2},"72":{"body":159,"breadcrumbs":7,"title":4},"73":{"body":20,"breadcrumbs":4,"title":1},"74":{"body":1,"breadcrumbs":5,"title":2},"75":{"body":81,"breadcrumbs":5,"title":2},"76":{"body":48,"breadcrumbs":7,"title":4},"77":{"body":0,"breadcrumbs":5,"title":2},"78":{"body":42,"breadcrumbs":4,"title":1},"79":{"body":80,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":14,"breadcrumbs":4,"title":1},"81":{"body":22,"breadcrumbs":4,"title":1},"82":{"body":1,"breadcrumbs":5,"title":2},"83":{"body":21,"breadcrumbs":5,"title":2},"84":{"body":61,"breadcrumbs":7,"title":4},"85":{"body":30,"breadcrumbs":4,"title":1},"86":{"body":1,"breadcrumbs":5,"title":2},"87":{"body":18,"breadcrumbs":5,"title":2},"88":{"body":24,"breadcrumbs":7,"title":4},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":1,"breadcrumbs":5,"title":2},"91":{"body":38,"breadcrumbs":5,"title":2},"92":{"body":3,"breadcrumbs":4,"title":1},"93":{"body":16,"breadcrumbs":4,"title":1},"94":{"body":1,"breadcrumbs":5,"title":2},"95":{"body":31,"breadcrumbs":5,"title":2},"96":{"body":138,"breadcrumbs":7,"title":4},"97":{"body":49,"breadcrumbs":5,"title":2},"98":{"body":8,"breadcrumbs":5,"title":1},"99":{"body":1,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"Quilkin is a UDP proxy, specifically designed for use with multiplayer dedicated game servers.","breadcrumbs":"Introduction » Overview","id":"0","title":"Overview"},"1":{"body":"Quilkin on open source is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game servers deployments, to ensure security, access control, telemetry data, metrics and more. It is designed to be used behind game clients as well as in front of dedicated game servers. Quilkin's aim is to pull the above functionality out of bespoke, monolithic dedicated game servers and clients, and provide standard, composable modules that can be reused across a wide set of multiplayer games, so that game developers can instead focus on their game specific aspects of building a multiplayer game.","breadcrumbs":"Introduction » What is Quilkin?","id":"1","title":"What is Quilkin?"},"10":{"body":"","breadcrumbs":"FAQ » FAQ","id":"10","title":"FAQ"},"100":{"body":"# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.load_balancer.v1alpha1.LoadBalancer config: policy: ROUND_ROBIN\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } The load balancing policy (the strategy to use to select what endpoint to send traffic to) is configurable. In the example above, packets will be distributed by selecting endpoints in turn, in round robin fashion.","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Examples","id":"100","title":"Configuration Examples"},"101":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: The configuration for [`load_balancer`][super].\ntype: object\nproperties: policy: default: ROUND_ROBIN allOf: - $ref: '#/definitions/Policy'\ndefinitions: Policy: description: Policy represents how a [`load_balancer`][super] distributes packets across endpoints. oneOf: - description: Send packets to endpoints in turns. type: string enum: - ROUND_ROBIN - description: Send packets to endpoints chosen at random. type: string enum: - RANDOM - description: Send packets to endpoints based on hash of source IP and port. type: string enum: - HASH","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Options ( Rust Doc )","id":"101","title":"Configuration Options ( Rust Doc )"},"102":{"body":"The LocalRateLimit filter controls the frequency at which packets received downstream are forwarded upstream by the proxy. Rate limiting is done independently per source (IP, Port) combination.","breadcrumbs":"Proxy » Filters » Local Rate Limit » LocalRateLimit","id":"102","title":"LocalRateLimit"},"103":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"103","title":"Filter name"},"104":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 1000 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } To configure a rate limiter, we specify the maximum rate at which the proxy is allowed to forward packets. In the example above, we configured the proxy to forward a maximum of 1000 packets per second). Be aware that due to some optimizations in the current rate limiter implementation, the enforced maximum number of packets is not always exact. It is in theory possible that the rate limiter allows a few packets through, however in practice this would be a rare occurrence and the maximum number of such packets that is in the worse case N-1 where N is the number of threads used to process packets. For example, a configuration allowing 1000 packets per second could potentially allow 1004 packets during some time window if we have up to 4 threads. Packets that that exceeds the maximum configured rate are dropped.","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Examples","id":"104","title":"Configuration Examples"},"105":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- max_packets\n- period\nproperties: max_packets: description: The maximum number of packets allowed to be forwarded by the rate limiter in a given duration. type: integer format: uint minimum: 0.0 period: description: The duration in seconds during which max_packets applies. If none is provided, it defaults to one second. type: integer format: uint32 minimum: 0.0","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Options ( Rust Doc )","id":"105","title":"Configuration Options ( Rust Doc )"},"106":{"body":"The Match filter's job is to provide a mechanism to change behaviour based on dynamic metadata. This filter behaves similarly to the match expression in Rust or switch statements in other languages.","breadcrumbs":"Proxy » Filters » Match » Match","id":"106","title":"Match"},"107":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"107","title":"Filter name"},"108":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Match » Configuration Examples","id":"108","title":"Configuration Examples"},"109":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Configuration for [`Match`][super::Match].\ntype: object\nproperties: on_read: description: Configuration for [`Filter::read`][crate::filters::Filter::read]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null' on_write: description: Configuration for [`Filter::write`][crate::filters::Filter::write]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null'\nadditionalProperties: false\ndefinitions: Branch: description: A specific match branch. The filter is run when `value` matches the value defined in `metadata_key`. type: object required: - name - value properties: config: true label: type: - string - 'null' name: type: string value: description: The value to compare against the dynamic metadata. allOf: - $ref: '#/definitions/Value' DirectionalConfig: description: Configuration for a specific direction. type: object required: - branches - metadataKey properties: branches: description: List of filters to compare and potentially run if any match. type: array items: $ref: '#/definitions/Branch' fallthrough: description: The behaviour for when none of the `branches` match. default: config: null label: null name: quilkin.filters.drop.v1alpha1.Drop allOf: - $ref: '#/definitions/Filter' metadataKey: description: The key for the metadata to compare against. allOf: - $ref: '#/definitions/Key' Filter: description: Filter is the configuration for a single filter type: object required: - name properties: config: true label: type: - string - 'null' name: type: string additionalProperties: false Key: description: A key in the metadata table. type: string Value: anyOf: - type: boolean - type: integer format: uint64 minimum: 0.0 - type: array items: $ref: '#/definitions/Value' - type: string - type: array items: type: integer format: uint8 minimum: 0.0 View the Match filter documentation for more details.","breadcrumbs":"Proxy » Filters » Match » Configuration Options ( Rust Doc )","id":"109","title":"Configuration Options ( Rust Doc )"},"11":{"body":"Our current testing shows that on Quilkin shows that it process packets quite fast ! We won't be publishing performance benchmarks, as performance will always change depending on the underlying hardware, number of filters, configurations and more. We highly recommend you run your own load tests on your platform and configuration, matching your production workload and configuration as close as possible. Our iperf3 based performance test in the examples' folder is a good starting point. Since this is still an alpha project, we have plans on investigating further performance improvements in upcoming releases, both from an optimisation and observability perspective as well.","breadcrumbs":"FAQ » Just how fast is Quilkin? What sort of performance can I expect?","id":"11","title":"Just how fast is Quilkin? What sort of performance can I expect?"},"110":{"body":"quilkin_filter_int_counter{label=\"packets_matched_total\"} A counter of the total number of packets where the dynamic metadata matches a branch value. quilkin_filter_int_counter{label=\"packets_fallthrough_total\"} A counter of the total number of packets that are processed by the fallthrough configuration.","breadcrumbs":"Proxy » Filters » Match » Metrics","id":"110","title":"Metrics"},"111":{"body":"The Pass filter that always passes any packet through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Pass » Pass","id":"111","title":"Pass"},"112":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"112","title":"Filter name"},"113":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Pass » Configuration Examples","id":"113","title":"Configuration Examples"},"114":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"114","title":"Configuration"},"115":{"body":"The Timestamp filter accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. Mostly useful in combination with other filters such as Capture to pull timestamp data from packets.","breadcrumbs":"Proxy » Filters » Timestamp » Timestamp","id":"115","title":"Timestamp"},"116":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"116","title":"Filter name"},"117":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: example.com/session_duration prefix: size: 3 remove: false - name: quilkin.filters.timestamp.v1alpha1.Timestamp config: metadataKey: example.com/session_duration\nclusters: - endpoints: - address: 127.0.0.1:26000\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Examples","id":"117","title":"Configuration Examples"},"118":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- metadataKey\nproperties: metadataKey: description: The metadata key to read the UTC UNIX Timestamp from. allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Options ( Rust Doc )","id":"118","title":"Configuration Options ( Rust Doc )"},"119":{"body":"quilkin_filter_histogram{label=\"duration\"} A histogram of durations from metadata_key to now in the packet direction.","breadcrumbs":"Proxy » Filters » Timestamp » Metrics","id":"119","title":"Metrics"},"12":{"body":"Quilkin is also released as a library so it can be integrated with an external codebase as necessary. Using Rust code inside a C or C++ project mostly consists of two parts. Creating a C-friendly API in Rust Embedding your Rust project into an external build system See A little Rust with your C for more information. Over time, we will be expanding documentation on how to integrate with specific engines if running Quilkin as a separate binary is not an option.","breadcrumbs":"FAQ » Can I integrate Quilkin with C++ code?","id":"12","title":"Can I integrate Quilkin with C++ code?"},"120":{"body":"The TokenRouter filter's job is to provide a mechanism to declare which Endpoints a packet should be sent to. This Filter provides this functionality by comparing a byte array token found in the Filter Dynamic Metadata from a previous Filter, and comparing it to Endpoint's tokens , and sending packets to those Endpoints only if there is a match.","breadcrumbs":"Proxy » Filters » Token Router » TokenRouter","id":"120","title":"TokenRouter"},"121":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"121","title":"Filter name"},"122":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); View the CaptureBytes filter documentation for more details.","breadcrumbs":"Proxy » Filters » Token Router » Configuration Examples","id":"122","title":"Configuration Examples"},"123":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nproperties: metadataKey: description: the key to use when retrieving the token from the Filter's dynamic metadata default: quilkin.dev/capture allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Token Router » Configuration Options ( Rust Doc )","id":"123","title":"Configuration Options ( Rust Doc )"},"124":{"body":"quilkin_filter_TokenRouter_packets_dropped_total A counter of the total number of packets that have been dropped. This is also provided with a Reason label, as there are differing reasons for packets to be dropped: NoEndpointMatch - The token provided via the Filter dynamic metadata does not match any Endpoint's tokens. NoTokenFound - No token has been found in the Filter dynamic metadata. InvalidToken - The data found for the token in the Filter dynamic metadata is not of the correct data type (Vec)","breadcrumbs":"Proxy » Filters » Token Router » Metrics","id":"124","title":"Metrics"},"125":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"125","title":"Sample Applications"},"126":{"body":"In combination with several other filters, the TokenRouter can be utilised as an authentication and access control mechanism for all incoming packets. Capturing the authentication token from an incoming packet can be implemented via the CaptureByte filter, with an example outlined below, or any other filter that populates the configured dynamic metadata key for the authentication token to reside. It is assumed that the endpoint tokens that are used for authentication are generated by an external system, are appropriately cryptographically random and sent to each proxy securely. For example, a configuration would look like: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture # Capture and remove the authentication token config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2); On the game client side the Concatenate filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"126","title":"Packet Authentication"},"127":{"body":"services ports Protocol QCMP 7600 UDP AND TCP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP and TCP. The purpose of this API is to provide meta operations that can be used by untrusted clients. Currently the API is focuses on providing pings for latency measurement but that may change overtime as new features are added.","breadcrumbs":"Proxy » Control Message Protocol » Quilkin Control Message Protocol (QCMP)","id":"127","title":"Quilkin Control Message Protocol (QCMP)"},"128":{"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":"128","title":"Ping"},"129":{"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":"129","title":"Protocol Data Unit"},"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":"In addition to being able to ping Quilkin to get the latency between the client and proxy. In order to allow clients to send information to services like a matchmaker about which datacentre they are closest to, Quilkin also includes the ability to get a proxy's latency to each of its connected datacentres. Note: This requires a multi-cluster relay setup, as when you set up proxies in the same cluster as gameservers, this measurement is redundant. All that is required to set this up is to provide an ICAO code to the agent in the gameserver cluster. (E.g. through the environment variable ICAO_CODE). No further setup is required. You can use duplicate ICAO codes , Quilkin will choose the best result amongst the duplicates to return. Quilkin assumes that multiple of the same ICAO code refer to the same phyiscal datacentre, so latency between them should negible. Why ICAO? ICAO is an international standard for airport codes, airport codes are an easy human readable code that makes it easy to use geo-visualisations in tools like Grafana, and easily allows grouping. IATA codes only cover major airports, ICAO codes cover practically every airport making them easy to more accurately represent the location of any datacentre.","breadcrumbs":"Proxy » Control Message Protocol » Datacenter Latency","id":"130","title":"Datacenter Latency"},"131":{"body":"Currently the datacentre latency can be retrieved by sending a GET / HTTP request to the QCMP port. The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.","breadcrumbs":"Proxy » Control Message Protocol » API And Schema","id":"131","title":"API And Schema"},"132":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"132","title":"Proxy Metrics"},"133":{"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":"133","title":"ASN Maxmind Information"},"134":{"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 (in nanoseconds). 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":"134","title":"General Metrics"},"135":{"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":"135","title":"Session Metrics"},"136":{"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":"136","title":"Filter Metrics"},"137":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For single-cluster integration, Quilkin provides a manage service, that can be used with a number of configuration discovery providers to provide cluster configuration multiple proxys . With each provider automating the complexity of a full xDS management control plane via integrations with popular projects and common architecture patterns. To view all the providers and options for the manage subcommand, run: $ quilkin manage --help\nRuns Quilkin as a xDS management server, using `provider` as a configuration source Usage: quilkin manage [OPTIONS] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] -p, --port The TCP port to listen to, to serve discovery responses [env: QUILKIN_PORT=] [default: 7800] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [default: any] [possible values: v4, v6, any] -h, --help Print help","breadcrumbs":"Control Plane » xDS Control Plane","id":"137","title":"xDS Control Plane"},"138":{"body":"In addition to static configuration provided upon startup, a Quiklin proxy's configuration can also be updated at runtime. The proxy can be configured on startup to talk to a set of management servers which provide it with updates throughout its lifecycle. Communication between the proxy and management server uses the xDS gRPC protocol , similar to an envoy proxy . xDS is one of the standard configuration mechanisms for software proxies and as a result, Quilkin can be setup to discover configuration resources from any API compatible server. Also, given that the protocol is well specified , it is similarly straight-forward to implement a custom server to suit any deployment's needs. As described within the xDS-api documentation, the xDS API comprises a set of resource discovery APIs, each serving a specific set of configuration resource types, while the protocol itself comes in several variants . Quilkin implements the Aggregated Discovery Service (ADS) Incremental xDS variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"138","title":"Overview"},"139":{"body":"Heavily influenced by xDS's Cluster Discovery Service , Endpoint Discovery Service , and Listener Discovery Service , Quilkin utilises its own custom Configuration xDS resources (reference) to enable dynamic configuration of Datacenters, Clusters, Endpoints and Filters through the Aggregated Discovery Service. This above reference also provides documentation for all the ProtoBuf definitions for all Filters that are available in Quilkin.","breadcrumbs":"Control Plane » xDS Configuration Resources","id":"139","title":"xDS Configuration Resources"},"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":"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":"140","title":"Connecting to an xDS management server"},"141":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"141","title":"xDS Metrics"},"142":{"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":"142","title":"Proxy Mode"},"143":{"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":"143","title":"xDS Provider Mode"},"144":{"body":"The Agones xDS Provider is built to simplify Quilkin integration with Agones game server hosting on top of Kubernetes . This provider watches for changes in Agones GameServer resources in a cluster, and utilises that information to provide Endpoint information to connected Quilkin proxies. To view all the options for the agones provider subcommand, run: $ quilkin manage agones --help\nWatches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration Usage: quilkin manage agones [OPTIONS] Options: -c, --config-namespace The namespace under which the configmap is stored [env: QUILKIN_AGONES_CONFIG_NAMESPACE=] -g, --gameservers-namespace The namespace under which the game servers run [env: QUILKIN_AGONES_GAMESERVERS_NAMESPACE=] [default: default] -h, --help Print help Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"144","title":"Agones xDS Provider"},"145":{"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":"145","title":"Endpoint Configuration"},"146":{"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":"146","title":"Access Tokens"},"147":{"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":"147","title":"Filter Configuration"},"148":{"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":"148","title":"Usage"},"149":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. To view all the options for the file provider subcommand, run: $ quilkin manage agones --help\nWatches for changes to the file located at `path` Usage: quilkin manage file Arguments: The path to the source config [env: QUILKIN_FS_PATH=] Options: -h, --help Print help For example: quilkin manage file quilkin.yaml We run this on port 1800, in this example, in case you are running this locally, and the default port is taken up by an existing Quilkin proxy. After running this command, any proxy that connects to port 18000 will receive updates as configured in config.yaml file. You can find the configuration file schema in Configuration File . Example: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: hello\nclusters: - endpoints: - address: 123.0.0.1:29 metadata: 'quilkin.dev': tokens: - 'MXg3aWp5Ng=='\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Control Plane » Providers » Filesystem » Filesystem xDS Provider","id":"149","title":"Filesystem xDS Provider"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » Protocol Documentation","id":"150","title":"Protocol Documentation"},"151":{"body":"quilkin/relay/v1alpha1/relay.proto AggregatedControlPlaneDiscoveryService quilkin/config/v1alpha1/config.proto Cluster ClusterMap Datacenter Endpoint Filter FilterChain Host Ipv6 Locality quilkin/filters/capture/v1alpha1/capture.proto Capture Capture.Prefix Capture.Regex Capture.Suffix quilkin/filters/compress/v1alpha1/compress.proto Compress Compress.ActionValue Compress.ModeValue Compress.Action Compress.Mode quilkin/filters/concatenate/v1alpha1/concatenate.proto Concatenate Concatenate.StrategyValue Concatenate.Strategy quilkin/filters/debug/v1alpha1/debug.proto Debug quilkin/filters/drop/v1alpha1/drop.proto Drop quilkin/filters/firewall/v1alpha1/firewall.proto Firewall Firewall.PortRange Firewall.Rule Firewall.Action quilkin/filters/load_balancer/v1alpha1/load_balancer.proto LoadBalancer LoadBalancer.PolicyValue LoadBalancer.Policy quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto LocalRateLimit quilkin/filters/match/v1alpha1/match.proto Match Match.Branch Match.Config quilkin/filters/pass/v1alpha1/pass.proto Pass quilkin/filters/token_router/v1alpha1/token_router.proto TokenRouter quilkin/filters/timestamp/v1alpha1/timestamp.proto Timestamp Scalar Value Types Top","breadcrumbs":"Control Plane » Protobuf Reference » Table of Contents","id":"151","title":"Table of Contents"},"152":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/relay/v1alpha1/relay.proto","id":"152","title":"quilkin/relay/v1alpha1/relay.proto"},"153":{"body":"The Manager Discovery Service provides an RPC for a management service to upstream its configuration to a relay service. This RPC works essentially the same as xDS, except instead of the client connecting to the server to receive configuration, the client is connecting to the server send its configuration. This service enables the relay to merge the configuration of all currently live management servers as a single aggregated xDS server without the relay needing to maintain a list of xDS servers to connect to in the relay itself. Method Name Request Type Response Type Description StreamAggregatedResources .envoy.service.discovery.v3.DiscoveryResponse stream .envoy.service.discovery.v3.DiscoveryRequest stream This RPC is not supported but remains here as part of the xDS standard, as Quilkin only uses a delta configuration transport for performance reasons. DeltaAggregatedResources .envoy.service.discovery.v3.DeltaDiscoveryResponse stream .envoy.service.discovery.v3.DeltaDiscoveryRequest stream Delta (Incremental) xDS implementation Top","breadcrumbs":"Control Plane » Protobuf Reference » AggregatedControlPlaneDiscoveryService","id":"153","title":"AggregatedControlPlaneDiscoveryService"},"154":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/config/v1alpha1/config.proto","id":"154","title":"quilkin/config/v1alpha1/config.proto"},"155":{"body":"Field Type Label Description locality Locality endpoints Endpoint repeated","breadcrumbs":"Control Plane » Protobuf Reference » Cluster","id":"155","title":"Cluster"},"156":{"body":"Field Type Label Description clusters Cluster repeated","breadcrumbs":"Control Plane » Protobuf Reference » ClusterMap","id":"156","title":"ClusterMap"},"157":{"body":"Field Type Label Description host string qcmp_port uint32 icao_code string","breadcrumbs":"Control Plane » Protobuf Reference » Datacenter","id":"157","title":"Datacenter"},"158":{"body":"Field Type Label Description host string port uint32 metadata google.protobuf.Struct host2 Host","breadcrumbs":"Control Plane » Protobuf Reference » Endpoint","id":"158","title":"Endpoint"},"159":{"body":"Field Type Label Description name string label string optional config string optional","breadcrumbs":"Control Plane » Protobuf Reference » Filter","id":"159","title":"Filter"},"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":"Field Type Label Description filters Filter repeated","breadcrumbs":"Control Plane » Protobuf Reference » FilterChain","id":"160","title":"FilterChain"},"161":{"body":"Field Type Label Description name string ipv4 fixed32 ipv6 Ipv6","breadcrumbs":"Control Plane » Protobuf Reference » Host","id":"161","title":"Host"},"162":{"body":"Field Type Label Description first fixed64 second fixed64","breadcrumbs":"Control Plane » Protobuf Reference » Ipv6","id":"162","title":"Ipv6"},"163":{"body":"Field Type Label Description region string zone string sub_zone string Top","breadcrumbs":"Control Plane » Protobuf Reference » Locality","id":"163","title":"Locality"},"164":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/capture/v1alpha1/capture.proto","id":"164","title":"quilkin/filters/capture/v1alpha1/capture.proto"},"165":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue prefix Capture.Prefix suffix Capture.Suffix regex Capture.Regex","breadcrumbs":"Control Plane » Protobuf Reference » Capture","id":"165","title":"Capture"},"166":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Prefix","id":"166","title":"Capture.Prefix"},"167":{"body":"Field Type Label Description regex google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Regex","id":"167","title":"Capture.Regex"},"168":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Suffix","id":"168","title":"Capture.Suffix"},"169":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/compress/v1alpha1/compress.proto","id":"169","title":"quilkin/filters/compress/v1alpha1/compress.proto"},"17":{"body":"So that we have a target for sending UDP packets to, let's use ncat to create a simple UDP echo process. To do this run: ncat -e $(which cat) -k -u -l 8080 This routes all UDP packets that ncat receives to the local cat process, which echoes it back.","breadcrumbs":"Netcat » 1. Start an udp echo service","id":"17","title":"1. Start an udp echo service"},"170":{"body":"Field Type Label Description mode Compress.ModeValue on_read Compress.ActionValue on_write Compress.ActionValue","breadcrumbs":"Control Plane » Protobuf Reference » Compress","id":"170","title":"Compress"},"171":{"body":"Field Type Label Description value Compress.Action","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ActionValue","id":"171","title":"Compress.ActionValue"},"172":{"body":"Field Type Label Description value Compress.Mode","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ModeValue","id":"172","title":"Compress.ModeValue"},"173":{"body":"Name Number Description DoNothing 0 Compress 1 Decompress 2","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Action","id":"173","title":"Compress.Action"},"174":{"body":"Name Number Description Snappy 0 Lz4 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Mode","id":"174","title":"Compress.Mode"},"175":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/concatenate/v1alpha1/concatenate.proto","id":"175","title":"quilkin/filters/concatenate/v1alpha1/concatenate.proto"},"176":{"body":"Field Type Label Description on_write Concatenate.StrategyValue on_read Concatenate.StrategyValue bytes bytes","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate","id":"176","title":"Concatenate"},"177":{"body":"Field Type Label Description value Concatenate.Strategy","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.StrategyValue","id":"177","title":"Concatenate.StrategyValue"},"178":{"body":"Name Number Description DoNothing 0 Append 1 Prepend 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.Strategy","id":"178","title":"Concatenate.Strategy"},"179":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/debug/v1alpha1/debug.proto","id":"179","title":"quilkin/filters/debug/v1alpha1/debug.proto"},"18":{"body":"Next let's configure Quilkin in proxy mode, with a static configuration that points at the UDP echo service we just started. quilkin proxy --to 127.0.0.1:8080 This configuration will start Quilkin on the default proxy port , and it will redirect all incoming UDP traffic to a single endpoint of 127.0.0.1, port 8080. You should see an output like the following: {\"timestamp\":\"2023-01-19T10:16:23.399277Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.6\n.0-dev\",\"commit\":\"72176a191ffc3a597e3834ee1d0090b30caf81d4\"},\"target\":\"quilkin::cli\",\"filename\":\"src/cli.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.399771Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"addres\ns\":\"0.0.0.0:8000\"},\"target\":\"quilkin::admin\",\"filename\":\"src/admin.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.400544Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7777,\"proxy_id\"\n:\"7e9fc464-6ccc-41fe-afc4-6c97089de9b8\"},\"target\":\"quilkin::proxy\",\"filename\":\"src/proxy.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.401192Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"qui","breadcrumbs":"Netcat » 2. Start Quilkin","id":"18","title":"2. Start Quilkin"},"180":{"body":"Field Type Label Description id google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Debug","id":"180","title":"Debug"},"181":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/drop/v1alpha1/drop.proto","id":"181","title":"quilkin/filters/drop/v1alpha1/drop.proto"},"182":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Drop","id":"182","title":"Drop"},"183":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/firewall/v1alpha1/firewall.proto","id":"183","title":"quilkin/filters/firewall/v1alpha1/firewall.proto"},"184":{"body":"Field Type Label Description on_read Firewall.Rule repeated on_write Firewall.Rule repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall","id":"184","title":"Firewall"},"185":{"body":"Field Type Label Description min uint32 max uint32","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.PortRange","id":"185","title":"Firewall.PortRange"},"186":{"body":"Field Type Label Description action Firewall.Action sources string repeated ports Firewall.PortRange repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Rule","id":"186","title":"Firewall.Rule"},"187":{"body":"Name Number Description Allow 0 Deny 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Action","id":"187","title":"Firewall.Action"},"188":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/load_balancer/v1alpha1/load_balancer.proto","id":"188","title":"quilkin/filters/load_balancer/v1alpha1/load_balancer.proto"},"189":{"body":"Field Type Label Description policy LoadBalancer.PolicyValue","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer","id":"189","title":"LoadBalancer"},"19":{"body":"In (yet 😃) another shell, let's use netcat to send an udp packet. Run the following to connect netcat to Quilkin's receiving port of 7000 via UDP (-u): nc -u 127.0.0.1 7777 Type the word \"test\" and hit enter, you should see it echoed back to you like so: nc -u 127.0.0.1 7777\ntest\ntest Feel free to send even more packets, as many as you would like 👍. Congratulations! You have successfully routed a UDP packet and back again with Quilkin! What's next? Run through the Quilkin with Agones quickstart . Have a look at some of the examples we have.","breadcrumbs":"Netcat » 3. Send a packet","id":"19","title":"3. Send a packet"},"190":{"body":"Field Type Label Description value LoadBalancer.Policy","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.PolicyValue","id":"190","title":"LoadBalancer.PolicyValue"},"191":{"body":"Name Number Description RoundRobin 0 Random 1 Hash 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.Policy","id":"191","title":"LoadBalancer.Policy"},"192":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto","id":"192","title":"quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto"},"193":{"body":"Field Type Label Description max_packets uint64 period google.protobuf.UInt32Value Top","breadcrumbs":"Control Plane » Protobuf Reference » LocalRateLimit","id":"193","title":"LocalRateLimit"},"194":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/match/v1alpha1/match.proto","id":"194","title":"quilkin/filters/match/v1alpha1/match.proto"},"195":{"body":"Field Type Label Description on_read Match.Config optional on_write Match.Config optional","breadcrumbs":"Control Plane » Protobuf Reference » Match","id":"195","title":"Match"},"196":{"body":"Field Type Label Description value google.protobuf.Value filter envoy.config.listener.v3.Filter","breadcrumbs":"Control Plane » Protobuf Reference » Match.Branch","id":"196","title":"Match.Branch"},"197":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue branches Match.Branch repeated fallthrough envoy.config.listener.v3.Filter Top","breadcrumbs":"Control Plane » Protobuf Reference » Match.Config","id":"197","title":"Match.Config"},"198":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/pass/v1alpha1/pass.proto","id":"198","title":"quilkin/filters/pass/v1alpha1/pass.proto"},"199":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Pass","id":"199","title":"Pass"},"2":{"body":"Some of Quilkin's advantages: Lower development and operational costs for securing, monitoring and making reliable multiplayer game servers and their communications. Provide entry-point redundancy for your game clients to connect to - making it much harder to take down your game servers. Multiple integration patterns, allowing you to choose the level of integration that makes sense for your architecture. Remove non-game specific computation out of your game server's processing loop - and save that precious CPU for your game simulation!","breadcrumbs":"Introduction » Why use Quilkin?","id":"2","title":"Why use Quilkin?"},"20":{"body":"","breadcrumbs":"Agones + Xonotic (Sidecar) » Quickstart: Quilkin with Agones and Xonotic (Sidecar)","id":"20","title":"Quickstart: Quilkin with Agones and Xonotic (Sidecar)"},"200":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/token_router/v1alpha1/token_router.proto","id":"200","title":"quilkin/filters/token_router/v1alpha1/token_router.proto"},"201":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » TokenRouter","id":"201","title":"TokenRouter"},"202":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/timestamp/v1alpha1/timestamp.proto","id":"202","title":"quilkin/filters/timestamp/v1alpha1/timestamp.proto"},"203":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Timestamp","id":"203","title":"Timestamp"},"204":{"body":".proto Type Notes C++ Java Python Go C# PHP Ruby double double double float float64 double float Float float float float float float32 float float Float int32 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. int32 int int int32 int integer Bignum or Fixnum (as required) int64 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. int64 long int/long int64 long integer/string Bignum uint32 Uses variable-length encoding. uint32 int int/long uint32 uint integer Bignum or Fixnum (as required) uint64 Uses variable-length encoding. uint64 long int/long uint64 ulong integer/string Bignum or Fixnum (as required) sint32 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. int32 int int int32 int integer Bignum or Fixnum (as required) sint64 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. int64 long int/long int64 long integer/string Bignum fixed32 Always four bytes. More efficient than uint32 if values are often greater than 2^28. uint32 int int uint32 uint integer Bignum or Fixnum (as required) fixed64 Always eight bytes. More efficient than uint64 if values are often greater than 2^56. uint64 long int/long uint64 ulong integer/string Bignum sfixed32 Always four bytes. int32 int int int32 int integer Bignum or Fixnum (as required) sfixed64 Always eight bytes. int64 long int/long int64 long integer/string Bignum bool bool boolean boolean bool bool boolean TrueClass/FalseClass string A string must always contain UTF-8 encoded or 7-bit ASCII text. string String str/unicode string string string String (UTF-8) bytes May contain any arbitrary sequence of bytes. string ByteString str []byte ByteString string String (ASCII-8BIT)","breadcrumbs":"Control Plane » Protobuf Reference » Scalar Value Types","id":"204","title":"Scalar Value Types"},"205":{"body":"services ports Protocol ADS 7800 gRPC(IPv4 OR IPv6) CPDS 7900 gRPC(IPv4 OR IPv6) Note: This service is currently in active experimentation and development so there may be bugs which cause it to be unusable for production, as always all bug reports are welcome and appreciated. For multi-cluster integration, Quilkin provides a relay service, that can be used with a multiple control plane services in different clusters to provide a unified \"Aggregated Discovery Service\" endpoint for proxy services. To connect to a control plane to a relay, add the --relay flag to your control plane with the address of the relay. Then to connect a proxy service to the relay's ADS endpoint, you use the same --management-server argument for connecting to control planes. To view all options for the relay subcommand, run: $ quilkin relay --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin relay [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -m, --mds-port Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] -x, --xds-port Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -h, --help Print help Each sub-control planes (file, agones, etc) matches the quilkin manage providers capabilities. Have a look at each of the Control Plane > Providers documentation for integration details.","breadcrumbs":"Relay » Control Plane Relay","id":"205","title":"Control Plane Relay"},"206":{"body":"To get started with the relay service we need to start the relay service, and then setup our configuration source. For this we're going to the built-in relay client in the control plane service to forward information to the relay. For this demo we'll use the file provider for the control plane, but this example works with any configuration provider. # quilkin.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:8888 To start the relay, run the relay command: quilkin relay To spawn the control plane and have the control plane send its configuration, we need to run the manage command with the --relay flag with the address of the relay of the relay server we just spawned which is at port 7900 by default. We're also going to set --admin-address and --port flags to avoid port collision with the relay's admin and xds endpoints. quilkin --admin-address http://localhost:8001 \\ manage \\ --port 7801 \\ --relay http://localhost:7900 \\ file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Control Plane\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config Since the relay service also exposes a aDS control plane endpoint, that represents the merged set of all sources, to connect this to the proxy all we have to do is use the same --management-server flag that we use to specify the location of control planes, then the proxies will be able to pull configuration from the relay. quilkin --admin-address http://localhost:8002 proxy --management-server http://127.0.0.1:7800 We can also additionally add a second control plane source to the relay, which will be merged with our control plane's configuration to create a singular set of data that the proxies can query using xDS discovery requests. # quilkin2.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:9999 quilkin --admin-address http://localhost:8003 \\ manage \\ --port 7802 \\ --relay http://localhost:7900 \\ file quilkin.yaml And that's it! We've just setup control planes to look for configuration changes in our system, a relay to merge any changes into a unified dataset, and set up proxies that make use of that data to decide where and how to send packets.","breadcrumbs":"Relay » Quickstart","id":"206","title":"Quickstart"},"207":{"body":"services ports Protocol QCMP 7600 UDP(IPv4 OR IPv6) For multi-cluster integration, Quilkin provides a agent service, that can be deployed to a cluster to act as a beacon for QCMP pings and forward cluster configuration information to a relay service. Agent configuration sources matches that of the Management Server , such as Filesystem and Agones . To view all options for the agent subcommand, run: $ quilkin agent --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin agent [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -q, --qcmp-port Port for QCMP service [env: QCMP_PORT=] [default: 7600] -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [possible values: v4, v6, any] -i, --icao-code The ICAO code for the agent [env: ICAO_CODE=] [default: XXXX] -h, --help Print help","breadcrumbs":"Relay » Agents » Quilkin Agent","id":"207","title":"Quilkin Agent"},"208":{"body":"The simplest version of the agent service is just running quilkin agent, this will setup just the QCMP service allowing the agent to be pinged for measuring round-time-trips (RTT). quilkin agent To run an agent with the relay (see relay quickstart for more information), you just need to specify the relay endpoint with the --relay flag and provide a configuration discovery provider such as a configuration file or Agones. quilkin --admin-adress http://localhost:8001 agent --relay http://localhost:7900 file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Agent\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config","breadcrumbs":"Relay » Agents » Quickstart","id":"208","title":"Quickstart"},"209":{"body":"This is an unreal engine 5 plugin for Quilkin, a UDP proxy for gameservers. The plugin provides several features that you can use with Quilkin deployments, such as proxying game traffic, and latency measurement. You can also find guide level documentation on how the proxy works in the Quilkin Book .","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"209","title":"Quilkin Unreal Engine Plugin"},"21":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides.","breadcrumbs":"Agones + Xonotic (Sidecar) » Requirements","id":"21","title":"Requirements"},"210":{"body":"Copy this plugin to your Plugins folder in your Engine directory.","breadcrumbs":"Unreal Engine » Installation","id":"210","title":"Installation"},"211":{"body":"Static configuration is available in the editor through UQuilkinDeveloperSettings in \"Project Settings\". Dynamic configuration is available through UQuilkinConfigSubsystem, it is initialised from the settings provided in UQuilkinDeveloperSettings, but can also be updated in code, and users can bind individual properties to delegates allowing them to dynamically set based on custom logic. bool Enabled Whether the plugin will attach a versioned routing token to UDP packets to allow load balancers forward traffic to the correct gameserver. This also requires the address the clients connect to be a Quilkin load balancer, if connected directly to a gameserver the client will be rejected. bool EnabledInPie By default Enabled is disabled in editor to prevent interfering with local clients and gameservers, you can override this behaviour by also enabling EnabledInPie. TArray RoutingToken The routing token representing the gameserver a client wants to reach, the token must be 16 bytes exactly. Currently the plugin only supports using Enabled with a routing token to create the following layout. It is assumed that the routing token would come from an external service, such as a matchmaking system. | token | version X bytes | 16 bytes | 1 byte TArray Endpoints A set of Quilkin load balancer endpoints that can be used for the following features. bool MeasureEndpoints When enabled, the plugin will start a new Tick task that executes at a fixed interval (currently 30 seconds), where it will spawn a new background task that will ping each endpoint in Endpoints, and track its measurement in a fixed size circular buffer. Pings are handled through Quilkin Control Message Protocol, this is a bespoke protocol for UDP to be able to support situations where for example using ICMP is not possible, see the Quilkin Book for more details on the protocol data unit. Note MeasureEndpoints is orthogonal to Enabled and UseEndpoints meaning that you can use MeasureEndpoints for latency measurements without being required to also use Quilkin for game traffic. bool UseEndpoints Whether to use Endpoints for game traffic. When enabled, instead of using the provided FInternetAddr, the plugin will choose the lowest latency endpoint available and send traffic through that endpoint to connect to the gameserver, and if the latency should exceed JitterThreshold then the plugin will attempt to redirect traffic to the next available endpoint with the lowest latency.","breadcrumbs":"Unreal Engine » Configuration","id":"211","title":"Configuration"},"212":{"body":"Quilkin exposes a number of delegates to be able to access certain information, they can be accessed through the FQuilkinDelegates class. GetQuilkinEndpointMeasurements returns TArray representing each endpoint set in Endpoints with their median latency. The array will be empty if no endpoints have been set and MeasureEndpoints is not enabled. GetLowestLatencyEndpoint returns TOptional is a specialisation of GetQuilkinEndpointMeasurements returning the lowest latency endpoint and its median latency. The delegate will return None if the array is empty and MeasureEndpoints is not enabled.","breadcrumbs":"Unreal Engine » Delegates","id":"212","title":"Delegates"},"213":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"213","title":"Administration"},"214":{"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":"214","title":"Logging"},"215":{"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":"215","title":"HTTP API"},"216":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"216","title":"Endpoints"},"217":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Liveness is defined as \"hasn't panicked\", as long as the process has not panicked quilkin is considered live.","breadcrumbs":"Administration » /live","id":"217","title":"/live"},"218":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Readiness is service and provider specific, so based on what you're running there will be different criteria for a service to be considered ready. Here's a list of the criteria for each service an provider. Service Readiness Proxy Management server is connected (or always true if config is static) OR if there is more than one endpoint configured Manage Provider is ready Relay Provider is ready Agent Provider is ready AND connected to relay Provider Readiness Agones The service is connected to kube-api File The service has found and watches the file When setting thresholds for your proxy probes, you generally want to set a low check period (e.g. periodSeconds=1) and a low success threshold (e.g. successThreshold=1), but a high failureThreshold (e.g. failureThreshold=60) and terminationGracePeriodSeconds to allow for backoff attempts and existing player sessions to continue without disruption. Proxy Mode Will return an HTTP status of 200 when there is at least one endpoint to send data to. This is primarily to ensure that new proxies that have yet to get configuration information from an xDS server aren't send data until they are fully populated. xDS Provider Mode Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /ready","id":"218","title":"/ready"},"219":{"body":"Outputs Prometheus formatted metrics for this instance. See the Proxy Metrics documentation for what proxy metrics are available. See the xDS Metrics documentation for what xDS metrics are available. Heap Allocation Metrics Quilkin exposes the following metrics on heap allocations, which are useful for performance observability: quilkin_allocation_bytes_total (Counter) The total number of allocated bytes. quilkin_allocation_total (Counter) The total number of allocations. quilkin_extant_allocation_size (Gauge) The current total of extant allocation bytes. quilkin_extant_allocation_count (Gauge) The current number of extant allocations\"","breadcrumbs":"Administration » /metrics","id":"219","title":"/metrics"},"22":{"body":"In this step, we're going to set up a Xonotic dedicated game server, with Quilkin running as a sidecar , which will give us access to all the metrics that Quilkin provides. kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml This applies two resources to your cluster: A Kubernetes ConfigMap with a basic Quilkin static configuration. An Agones Fleet specification with Quilkin running as a sidecar to Xonotic, such that it can process all the UDP traffic and pass it to the Xonotic dedicated game server. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-htc2x-84mzm Ready 34.94.107.201 7533 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-htc2x-sdp4k Ready 34.94.107.201 7599 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 1. Agones Fleet with Quilkin","id":"22","title":"1. Agones Fleet with Quilkin"},"220":{"body":"This provides a endpoint to profile Quilkin's performance. You can use with any system which supports pprof output such as Pyroscope . This requires setting up a writable /tmp directory in the Quilkin container. E.g. apiVersion: apps/v1\nkind: Deployment\nspec: template: spec: containers: - name: quilkin # ...Other container configuration... volumeMounts: - mountPath: /tmp name: tmp subPath: tmp volumes: - name: tmp emptyDir: medium: Memory sizeLimit: 64Mi","breadcrumbs":"Administration » /debug/pprof/profile","id":"220","title":"/debug/pprof/profile"},"221":{"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":"221","title":"/config"},"222":{"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":"222","title":"Quilkin Integration Examples"},"223":{"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":"223","title":"Server Proxy as a Sidecar"},"224":{"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":"224","title":"Client Proxy to Sidecar Server Proxy"},"225":{"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":"225","title":"Client Proxy to Separate Server Proxies Pools"},"226":{"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":"226","title":"What Next?"},"227":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"227","title":"Third Party Videos and Presentations"},"228":{"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":"228","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"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} 8000 Then open a browser to http://localhost:8000/metrics to see the Prometheus metrics that Quilkin exports.","breadcrumbs":"Agones + Xonotic (Sidecar) » 3. Check out the metrics","id":"24","title":"3. Check out the metrics"},"25":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 5. Cleanup","id":"25","title":"5. Cleanup"},"26":{"body":"Let's take this one step further and compress the data between the Xonotic client and the server, without having to change either of them! Let's create a new Xonotic Fleet on our Agones cluster, but this time configured such that Quilkin will decompress packets that are incoming. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml This will implement the Compress filter in our Quilkin sidecar proxy in our new Fleet. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-compress-htc2x-84mzm Ready 34.94.107.201 7534 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-compress-htc2x-sdp4k Ready 34.94.107.201 7592 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 6. Agones Fleet, but with Compression","id":"26","title":"6. Agones Fleet, but with Compression"},"27":{"body":"What we will do in this step, is run Quilkin locally as a client-side proxy to compress the UDP data before it is sent up to our Xonotic servers that are expecting compressed data. First, grab a copy of the Quilkin configuration client-compress.yaml locally. This has the Compress filter already configured, but we need to fill in the address to connect to. Rather than editing a file, this could also be sent through the xDS API , but it is easier to demonstrate this functionality through a static configuration. Instead of connecting Xonotic directly, take the IP and port from one of the Agones hosted GameServer records, and replace the ${GAMESERVER_IP} and ${GAMESERVER_PORT} values in your copy of client-compress.yaml. Run this configuration locally as: quilkin -c ./client-compress.yaml proxy Now we can connect to the local client proxy on \"127.0.0.1:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of compressing the data for you without having to change the game client! Congratulations! You are now using Quilkin to manipulate the game client to server connection, without having to edit either!","breadcrumbs":"Agones + Xonotic (Sidecar) » 4. Play Xonotic, through Quilkin","id":"27","title":"4. Play Xonotic, through Quilkin"},"28":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 7. Cleanup","id":"28","title":"7. Cleanup"},"29":{"body":"Have a look at the examples folder for configuration and usage examples.","breadcrumbs":"Agones + Xonotic (Sidecar) » What's Next?","id":"29","title":"What's Next?"},"3":{"body":"Quilkin incorporates these abilities: Non-transparent proxying of UDP data, the internal state of your game architecture is not visible to bad actors. Out of the box metrics for UDP packet information. Composable tools for access control and security. Able to be utilised as a standalone binary, with no client/server changes required or as a Rust library depending on how deep an integration you wish for your system. Integration with Game Server hosting platforms such as Agones . Can be integrated with C/C++ code bases via FFI.","breadcrumbs":"Introduction » Major Features","id":"3","title":"Major Features"},"30":{"body":"","breadcrumbs":"Agones + Xonotic (xDS) » Quickstart: Quilkin with Agones and Xonotic (xDS)","id":"30","title":"Quickstart: Quilkin with Agones and Xonotic (xDS)"},"31":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (xDS) » Requirements","id":"31","title":"Requirements"},"32":{"body":"In this quickstart, we'll be setting up an example Xonotic Agones Fleet, that will only be accessible through Quilkin that is hosted within the same cluster, utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Agones xDS Provider to provide an out-of-the-box control plane for integration between Agones and Quilkin's xDS configuration API with minimal effort.","breadcrumbs":"Agones + Xonotic (xDS) » 1. Overview","id":"32","title":"1. Overview"},"33":{"body":"To install Quilkin as an Agones integrated xDS control plane, we can create a deployment of Quilkin running as quilkin manage agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/xds-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin manage agones process to inspect Agones resources. A matching Deployment that runs the quilkin manage process xDS control plane and a Service that the Quilkin proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 76s We can now run kubectl get service quilkin-manage-agones and see the service that is generated in front of the above Deployment for our Quilkin proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-manage-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-manage-agones ClusterIP 10.104.2.72 80/TCP 1m23s","breadcrumbs":"Agones + Xonotic (xDS) » 2. Install Quilkin Agones xDS Provider","id":"33","title":"2. Install Quilkin Agones xDS Provider"},"34":{"body":"To install the Quilkin Proxy pool which connects to the above xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-manage-agones:80 all connected to the quilkin-manage-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 5m7s\nquilkin-proxies-78965c446d-dqvjg 1/1 Running 0 6s\nquilkin-proxies-78965c446d-fr6zs 1/1 Running 0 6s\nquilkin-proxies-78965c446d-m4rr7 1/1 Running 0 6s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin manage agones instance. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin manage agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the xds-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (xDS) » 3. Install Quilkin Proxy Pool","id":"34","title":"3. Install Quilkin Proxy Pool"},"35":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Ready 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 34s","breadcrumbs":"Agones + Xonotic (xDS) » 4. Create the Agones Fleet","id":"35","title":"4. Create the Agones Fleet"},"36":{"body":"To let the Quilkin xDS provider know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Allocated 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 23m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: $ kubectl describe gameserver xonotic-d7rfx-55j7q\nName: xonotic-d7rfx-55j7q\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-h5cfn\nAnnotations: agones.dev/last-allocated: 2022-12-19T22:59:22.099818298Z agones.dev/ready-container-id: containerd://7b3d9e9dbda6f2e0381df7669f6117bf3e54171469cfacbce2670605a61ce4b8 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"34.168.170.51:7226\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The xDS process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set the routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (xDS) » 5. Allocate a GameServer","id":"36","title":"5. Allocate a GameServer"},"37":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (xDS) » Connecting Client Side","id":"37","title":"Connecting Client Side"},"38":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (xDS) » What's Next?","id":"38","title":"What's Next?"},"39":{"body":"","breadcrumbs":"Agones + Xonotic (Relay) » Quickstart: Quilkin with Agones and Xonotic (Relay)","id":"39","title":"Quickstart: Quilkin with Agones and Xonotic (Relay)"},"4":{"body":"Quilkin provides a variety of different services depending on your use-case. The primary service is proxy , which runs a reverse UDP proxy. To see a basic usage of the command-line interface run through the netcat with Quilkin quickstart . For more advanced usage, you might also be interested in: Checking out the installation guide Having a look at the example projects for basic configuration examples. Checking out the example deployment architecture for deploying quilkin for your game network. $ quilkin --help\nThe Command-Line Interface for Quilkin Usage: quilkin [OPTIONS] Commands: agent Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services generate-config-schema Generates JSON schema files for known filters manage Runs Quilkin as a xDS management server, using `provider` as a configuration source qcmp proxy Run Quilkin as a UDP reverse proxy relay Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services help Print this message or the help of the given subcommand(s) Options: --no-admin Whether to spawn the admin server or not [env: NO_ADMIN=] -c, --config The path to the configuration file for the Quilkin instance [env: QUILKIN_CONFIG=] [default: quilkin.yaml] --admin-address The port to bind for the admin server [env: QUILKIN_ADMIN_ADDRESS=] -q, --quiet Whether Quilkin will report any results to stdout/stderr [env: QUIET=] --log-format [default: auto] [possible values: auto, json, plain, pretty] -h, --help Print help -V, --version Print version","breadcrumbs":"Introduction » What Next?","id":"4","title":"What Next?"},"40":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (Relay) » Requirements","id":"40","title":"Requirements"},"41":{"body":"In this quickstart, we'll be setting up an example multi-cluster Xonotic Agones Fleet, that will only be accessible through Quilkin, via utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Relay to provide an out-of-the-box multi-cluster xDS control plane, and the Agones Agent to send information from the cluster(s) to the relay, which can be used as a management server for each of the Quilkin Proxy instances. While the application of quilkin relay is to ultimately provide a solution where multiple clusters feed configuration information into a single relay endpoint via a quilkin agent, in this example we'll use a single cluster for demonstrative purposes.","breadcrumbs":"Agones + Xonotic (Relay) » 1. Overview","id":"41","title":"1. Overview"},"42":{"body":"To install Quilkin as an Agones integrated relay control plane, we can create a deployment of Quilkin running as quilkin relay with a corresponding Agones agent, quilkin agent agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/relay-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin agent agones process to inspect Agones resources. A Deployment that runs the quilkin relay process, a matching Deployment for the quilkin agent process and a Service that the Quilkin agents can send configuration information to, and the Proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-qh7cq 1/1 Running 0 6s\nquilkin-relay-agones-55fbd69f5d-cdh9k 1/1 Running 0 6s We can now run kubectl get service quilkin-relay-agones and see the service that is generated in front of the above Quilkin Relay Deployment for our Quilkin Proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-relay-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-relay-agones ClusterIP 10.103.243.246 7800/TCP,7900/TCP 57s","breadcrumbs":"Agones + Xonotic (Relay) » 2. Install Quilkin Relay and Agones Agent","id":"42","title":"2. Install Quilkin Relay and Agones Agent"},"43":{"body":"To install the Quilkin Proxy pool which connects to the above Relay xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-relay-agones:7900 all of which are connected to the quilkin-relay-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods NAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-5brzf 1/1 Running 0 18s\nquilkin-proxies-7d9bbbccdf-5mz4l 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-9vd59 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-vwn2f 1/1 Running 0 7s\nquilkin-relay-agones-55fbd69f5d-k2n7b 1/1 Running 0 18s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin agent agones instance and passed through the quilkin relay instance into each of the proxies. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin agent agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the relay-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (Relay) » 3. Install Quilkin Proxy Pool","id":"43","title":"3. Install Quilkin Proxy Pool"},"44":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Ready 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 1m","breadcrumbs":"Agones + Xonotic (Relay) » 4. Create the Agones Fleet","id":"44","title":"4. Create the Agones Fleet"},"45":{"body":"To let the Quilkin Agones Agent know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Allocated 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 17m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: ❯ kubectl describe gs xonotic-8ns7b-2lk5d\nName: xonotic-8ns7b-2lk5d\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-8ns7b\nAnnotations: agones.dev/last-allocated: 2023-10-04T19:47:04.047026419Z agones.dev/ready-container-id: containerd://b39d30965becdbc40336fd9aa642fe776421553615f642dd599e1b0d88c505b6 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"39.168.219.72:7015\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The Agones agent process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (Relay) » 5. Allocate a GameServer","id":"45","title":"5. Allocate a GameServer"},"46":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (Relay) » Connecting Client Side","id":"46","title":"Connecting Client Side"},"47":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (Relay) » What's Next?","id":"47","title":"What's Next?"},"48":{"body":"Services Ports Protocol Proxy 7777 UDP (IPv4 OR IPv6) QCMP 7600 UDP (IPv4 OR IPv6) \"Proxy\" is the primary Quilkin service, which acts as a non-transparent UDP proxy. To view all the options for the proxy subcommand, run: $ quilkin proxy --help\nRun Quilkin as a UDP reverse proxy Usage: quilkin proxy [OPTIONS] Options: -m, --management-server One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=] --mmdb The remote URL or local file path to retrieve the Maxmind database [env: MMDB=] -p, --port The port to listen on [env: QUILKIN_PORT=] [default: 7777] -q, --qcmp-port The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --to-tokens Assigns dynamic tokens to each address in the `--to` argument Format is `:` [env: QUILKIN_DEST_TOKENS=] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -w, --workers Number of worker threads used to process packets. If not specified defaults to number of cpus [env: QUILKIN_WORKERS=] -h, --help Print help (see a summary with '-h')","breadcrumbs":"Proxy » Proxy","id":"48","title":"Proxy"},"49":{"body":"An Endpoint represents an address that Quilkin forwards packets to that it has received from the source port. It is represented by an IP address and port. An Endpoint can optionally be associated with an arbitrary set of metadata as well.","breadcrumbs":"Proxy » Endpoints","id":"49","title":"Endpoints"},"5":{"body":"There are variety of automated and manual methods for installing Quilkin onto your system. For cloud deployments Quilkin provides a container image to make it easily to immediately start using it. You can also install Quilkin on your local machine through Cargo .","breadcrumbs":"Installation » Installation","id":"5","title":"Installation"},"50":{"body":"Filters are the way for a Quilkin proxy to intercept UDP packet traffic from the source and Endpoints in either direction, and be able to inspect, manipulate, and route the packets as desired. See Filters for a deeper dive into Filters, as well as the list of build in Filters that come with Quilkin.","breadcrumbs":"Proxy » Proxy Filters","id":"50","title":"Proxy Filters"},"51":{"body":"Endpoint metadata is an arbitrary set of key value pairs that are associated with an Endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. Metadata associated with an endpoint contain arbitrary key value pairs which Filters can consult when processing packets (e.g they can contain information that determine whether or not to route a particular packet to an endpoint).","breadcrumbs":"Proxy » Endpoint Metadata","id":"51","title":"Endpoint Metadata"},"52":{"body":"Access tokens that can be associated with an endpoint are simply a special piece of metadata well known to Quilkin and utilised by the built-in TokenRouter filter to route packets. Such well known values are placed within an object in the endpoint metadata, under the special key quilkin.dev. Currently, only the tokens key is in use. As an example, the following shows the configuration for an endpoint with its metadata: clusters: - endpoints: - address: 127.0.0.1:26000 metadata: canary: false quilkin.dev: # This object is extracted by Quilkin and is usually reserved for built-in features tokens: - MXg3aWp5Ng== # base64 for 1x7ijy6 - OGdqM3YyaQ== # base64 for 8gj3v2i An endpoint's metadata can be specified alongside the endpoint in static configuration or using the xDS endpoint metadata field when using dynamic configuration via xDS.","breadcrumbs":"Proxy » Specialist Endpoint Metadata","id":"52","title":"Specialist Endpoint Metadata"},"53":{"body":"A session represents ongoing communication flow between a client on a [Local Port] and an Endpoint . Quilkin uses the \"Session\" concept to track traffic flowing through the proxy between any client-server pair. A Session serves the same purpose, and can be thought of as a lightweight version of a TCP session in that, while a TCP session requires a protocol to establish and teardown: A Quilkin session is automatically created upon receiving the first packet from a client via the [Local Port] to be sent to an upstream Endpoint . The session is automatically deleted after a period of inactivity (where no packet was sent between either party) - currently 60 seconds. A session is identified by the 4-tuple (client IP, client Port, server IP, server Port) where the client is the downstream endpoint which initiated the communication with Quilkin and the server is one of the upstream Endpoints that Quilkin proxies traffic to. Sessions are established after the filter chain completes. The destination Endpoint of a packet is determined by the filter chain , so a Session can only be created after filter chain completion. For example, if the filter chain drops all packets, then no session will ever be created.","breadcrumbs":"Proxy » Session","id":"53","title":"Session"},"54":{"body":"While much of Quilkin's proxy configuration can be configured via its command line interface , if you have a larger or more complex configuration it might be useful to use a configuration file instead. The following is the schema and reference for Quilkin's proxy configuration file. See the examples folder for example configuration files. By default, Quilkin will look for a configuration file named quilkin.yaml in its current running directory first, then if not present, in /etc/quilkin/quilkin.yaml on UNIX systems. This can be overridden with the -c/--config command-line argument, or the QUILKIN_FILENAME environment variable.","breadcrumbs":"Proxy » Configuration File » Configuration File","id":"54","title":"Configuration File"},"55":{"body":"Example of a full configuration for quilkin proxy that utlisies a static endpoint configuration to specify two endpoints with token metadata attached to each: #\n# Example configuration for a Quilkin Proxy with static Endpoints\n# version: v1alpha1\nid: my-proxy # An identifier for the proxy instance.\nclusters: # grouping of clusters - endpoints: # array of potential endpoints to send on traffic to - address: 127.0.0.1:26000 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - MXg3aWp5Ng== # the connection byte array to route to, encoded as base64 (string value: 1x7ijy6) - OGdqM3YyaQ== # (string value: 8gj3v2i) - address: 127.0.0.1:26001 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - bmt1eTcweA== # (string value: nkuy70x) This is a great use of a static configuration file, as we only get a singular --to endpoint address via the command line arguments. We can also configure Filters via the configuration file. See that section for documentation.","breadcrumbs":"Proxy » Configuration File » Static Configuration","id":"55","title":"Static Configuration"},"56":{"body":"If you need to dynamically change either Filters and/or Endpoints at runtime, see the Control Plane documentation on the configuration API surface, and built in dynamic management providers.","breadcrumbs":"Proxy » Configuration File » Dynamic Configuration","id":"56","title":"Dynamic Configuration"},"57":{"body":"The full JSON Schema for the YAML configuration file. type: object\nproperties: version: type: string description: | The configuration file version to use. enum: - v1alpha1 id: type: string description: | An identifier for the proxy instance. default: On linux, the machine hostname is used as default. On all other platforms a UUID is generated for the proxy. port: type: integer description: | The listening port. In \"proxy\" mode, the port for traffic to be sent to. In \"manage\" mode, the port to connect to the xDS API. default: 7000 maxmind_db: type: string description: | The remote URL or local file path to retrieve the Maxmind database (requires licence). filters: type: array description: | A filter chain. items: '$ref': {} # Refer to the Filter documentation for a filter configuration schema. clusters: type: array description: | grouping of endpoints, per cluster. items: type: object properties: endpoints: type: array description: | A list of upstream endpoints to forward packets to. items: type: object description: | An upstream endpoint properties: address: type: string description: | Socket address of the endpoint. This must be of the ´IP:Port` form e.g `192.168.1.1:7001` metadata: type: object description: | Arbitrary key value pairs that is associated with the endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. required: - address","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"57","title":"Json Schema"},"58":{"body":"In most cases, we would like Quilkin to do some preprocessing of received packets before sending them off to their destination. Because this stage is entirely specific to the use case at hand and differs between Quilkin deployments, we must have a say over what tweaks to perform - this is where filters come in.","breadcrumbs":"Proxy » Filters » Packet Filters","id":"58","title":"Packet Filters"},"59":{"body":"A filter represents a step in the tweaking/decision-making process of how we would like to process our packets. For example, at some step, we might choose to append some metadata to every packet we receive before forwarding it while at a later step, choose not to forward packets that don't meet some criteria. Quilkin lets us specify any number of filters and connect them in a sequence to form a packet processing pipeline similar to a Unix pipeline - we call this pipeline a Filter chain. The combination of filters and filter chain allows us to add new functionality to fit every scenario without changing Quilkin's core. As an example, say we would like to perform the following steps in our processing pipeline to the packets we receive. Append a predetermined byte to the packet. Compress the packet. Do not forward (drop) the packet if its compressed length is over 512 bytes. We would create a filter corresponding to each step either by leveraging any existing filters that do what we want or and connect them to form the following filter chain: append | compress | drop When Quilkin consults our filter chain, it feeds the received packet into append and forwards the packet it receives (if any) from drop - i.e the output of append becomes the input into compress and so on in that order. There are a few things we note here: Although we have in this example, a filter called drop, every filter in the filter chain has the same ability to drop or update a packet - if any filter drops a packet then no more work needs to be done regarding that packet so the next filter in the pipeline never has any knowledge that the dropped packet ever existed. The filter chain is consulted for every received packet, and its filters are traversed in reverse order for packets travelling in the opposite direction. A packet received downstream will be fed into append and the result from drop is forwarded upstream - a packet received upstream will be fed into drop and the result from append is forwarded downstream. Exactly one filter chain is specified and used to process all packets that flow through Quilkin.","breadcrumbs":"Proxy » Filters » Filters and Filter chain","id":"59","title":"Filters and Filter chain"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1 - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 10 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);\n# } We specify our filter chain in the .filters section of the proxy's configuration which has takes a sequence of FilterConfig objects. Each object describes all information necessary to create a single filter. The above example creates a filter chain comprising a Debug filter followed by a LocalRateLimit filter - the effect is that every packet will be logged and the proxy will not forward more than 10 packets per second. The sequence determines the filter chain order so its ordering matters - the chain starts with the filter corresponding the first filter config and ends with the filter corresponding the last filter config in the sequence.","breadcrumbs":"Proxy » Filters » Configuration Examples","id":"60","title":"Configuration Examples"},"61":{"body":"A filter within the filter chain can share data within another filter further along in the filter chain by propagating the desired data alongside the packet being processed. This enables sharing dynamic information at runtime, e.g information about the current packet that might be useful to other filters that process that packet. At packet processing time each packet is associated with filter dynamic metadata (a set of key-value pairs). Each key is a unique string while its value is an associated quilkin::metadata::Value . When a filter processes a packet, it can choose to consult the associated dynamic metadata for more information or itself add/update or remove key-values from the set. As an example, the built-in [CaptureBytes] filter is one such filter that populates a packet's filter metadata. [CaptureBytes] extracts information (a configurable byte sequence) from each packet and appends it to the packet's dynamic metadata for other filters to leverage. On the other hand, the built-in TokenRouter filter selects what endpoint to route a packet by consulting the packet's dynamic metadata for a routing token. Consequently, we can build a filter chain with a [CaptureBytes] filter preceeding a TokenRouter filter, both configured to write and read the same key in the dynamic metadata entry. The effect would be that packets are routed to upstream endpoints based on token information extracted from their contents.","breadcrumbs":"Proxy » Filters » Filter Dynamic Metadata","id":"61","title":"Filter Dynamic Metadata"},"62":{"body":"The following metadata are currently used by Quilkin core and built-in filters. Name Type Description quilkin.dev/captured Bytes The default key under which the Capture filter puts the byte slices it extracts from each packet.","breadcrumbs":"Proxy » Filters » Well Known Dynamic Metadata","id":"62","title":"Well Known Dynamic Metadata"},"63":{"body":"Quilkin includes several filters out of the box. Filter Description Capture Capture specific bytes from a packet and store them in filter dynamic metadata . Compress Compress and decompress packets data. Concatenate Add authentication tokens to packets. Debug Logs every packet. Drop Drop all packets Firewall Allowing/blocking traffic by IP and port. LoadBalancer Distributes downstream packets among upstream endpoints. LocalRateLimit Limit the frequency of packets. Match Change Filter behaviour based on dynamic metadata Pass Allow all packets through Timestamp Accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. TokenRouter Send packets to endpoints based on metadata.","breadcrumbs":"Proxy » Filters » Built-in filters","id":"63","title":"Built-in filters"},"64":{"body":"Represents configuration for a filter instance. properties: name: type: string description: | Identifies the type of filter to be created. This value is unique for every filter type - please consult the documentation for the particular filter for this value. config: type: object description: | The configuration value to be passed onto the created filter. This is passed as an object value since it is specific to the filter's type and is validated by the filter implementation. Please consult the documentation for the particular filter for its schema. required: [ 'name' ]","breadcrumbs":"Proxy » Filters » FilterConfig","id":"64","title":"FilterConfig"},"65":{"body":"The Capture filter's job is to find a series of bytes within a packet, and capture it into Filter Dynamic Metadata , so that it can be utilised by filters further down the chain. This is often used as a way of retrieving authentication tokens from a packet, and used in combination with Concatenate and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"65","title":"Capture"},"66":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"66","title":"Capture strategies"},"67":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"67","title":"Suffix"},"68":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"68","title":"Prefix"},"69":{"body":"Captures bytes using a regular expression. Unlike other capture strategies, the regular expression can return one or many values if there are multiple matches.","breadcrumbs":"Proxy » Filters » Capture » Regex","id":"69","title":"Regex"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-114e7e6 Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"70","title":"Filter name"},"71":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Capture » Configuration Examples","id":"71","title":"Configuration Examples"},"72":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- metadata_key\n- strategy\nproperties: metadata_key: description: The key to use when storing the captured value in the filter context. If a match was found it is available under `{{metadata_key}}/is_present`. allOf: - $ref: '#/definitions/Key' strategy: description: The capture strategy. allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Key: description: A key in the metadata table. type: string Strategy: description: Strategy to apply for acquiring a set of bytes in the UDP packet oneOf: - description: Looks for the set of bytes at the beginning of the packet type: object required: - kind - size properties: kind: type: string enum: - PREFIX remove: description: Whether captured bytes are removed from the original packet. default: false type: boolean size: description: The number of bytes to capture. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - size properties: kind: type: string enum: - SUFFIX remove: description: The number of bytes to capture. default: false type: boolean size: description: Whether captured bytes are removed from the original packet. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - pattern properties: kind: type: string enum: - REGEX pattern: description: The regular expression to use for capture. type: string","breadcrumbs":"Proxy » Filters » Capture » Configuration Options ( Rust Doc )","id":"72","title":"Configuration Options ( Rust Doc )"},"73":{"body":"The Compress filter's job is to provide a variety of compression implementations for compression and subsequent decompression of UDP data when sent between systems, such as a game client and game server.","breadcrumbs":"Proxy » Filters » Compress » Compress","id":"73","title":"Compress"},"74":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"74","title":"Filter name"},"75":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); The above example shows a proxy that could be used with a typical game client, where the original client data is sent to the local listening port and then compressed when heading up to a dedicated game server, and then decompressed when traffic is returned from the dedicated game server before being handed back to game client. It is worth noting that since the Compress filter modifies the entire packet , it is worth paying special attention to the order it is placed in your Filter configuration . Most of the time it will likely be the first or last Filter configured to ensure it is compressing the entire set of data being sent.","breadcrumbs":"Proxy » Filters » Compress » Configuration Examples","id":"75","title":"Configuration Examples"},"76":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: mode: default: SNAPPY allOf: - $ref: '#/definitions/Mode' on_read: $ref: '#/definitions/Action' on_write: $ref: '#/definitions/Action'\ndefinitions: Action: description: Whether to do nothing, compress or decompress the packet. type: string enum: - DO_NOTHING - COMPRESS - DECOMPRESS Mode: description: The library to use when compressing. type: string enum: - SNAPPY - LZ4","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"76","title":"Configuration Options ( Rust Doc )"},"77":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"77","title":"Compression Modes"},"78":{"body":"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. This compression method is provided by rust-snappy . Due to the small size of packets, this only encodes and decodes the non-streaming version of the format described here . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"78","title":"Snappy"},"79":{"body":"LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. This compression method is provided by lz4_flex . Due to the small size of packets, this only encodes and decodes the block version of the format described. If your game client/server itself is performing LZ4 de/compression it needs to encode or decode a varint of the uncompressed packet size (maximum 2^16) since that is not part of the LZ4 block format. The varint is of the same exact form as that used by snappy . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: LZ4","breadcrumbs":"Proxy » Filters » Compress » LZ4","id":"79","title":"LZ4"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin_filter_int_counter{label=\"compressed_bytes_total\"} Total number of compressed bytes either received or sent. quilkin_filter_int_counter{label=\"decompressed_bytes_total\"} Total number of decompressed bytes either received or sent.","breadcrumbs":"Proxy » Filters » Compress » Metrics","id":"80","title":"Metrics"},"81":{"body":"The Concatenate filter's job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately.","breadcrumbs":"Proxy » Filters » Concatenate » Concatenate","id":"81","title":"Concatenate"},"82":{"body":"quilkin.filters.concatenate.v1alpha1.Concatenate","breadcrumbs":"Proxy » Filters » Concatenate » Filter name","id":"82","title":"Filter name"},"83":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate.v1alpha1.Concatenate config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Examples","id":"83","title":"Configuration Examples"},"84":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `Concatenate` filter configuration.\ntype: object\nrequired:\n- bytes\nproperties: bytes: type: array items: type: integer format: uint8 minimum: 0.0 on_read: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Read` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy' on_write: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Write` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Strategy: type: string enum: - APPEND - PREPEND - DO_NOTHING","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Options ( Rust Doc )","id":"84","title":"Configuration Options ( Rust Doc )"},"85":{"body":"The Debug filter logs all incoming and outgoing packets to standard output. This filter is useful in debugging deployments where the packets strictly contain valid UTF-8 encoded strings. A generic error message is instead logged if conversion from bytes to UTF-8 fails.","breadcrumbs":"Proxy » Filters » Debug » Debug","id":"85","title":"Debug"},"86":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"86","title":"Filter name"},"87":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Debug » Configuration Examples","id":"87","title":"Configuration Examples"},"88":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: A Debug filter's configuration.\ntype: object\nproperties: id: description: Identifier that will be optionally included with each log message. type: - string - 'null'","breadcrumbs":"Proxy » Filters » Debug » Configuration Options ( Rust Doc )","id":"88","title":"Configuration Options ( Rust Doc )"},"89":{"body":"The Drop filter always drops any packet passed through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Drop » Drop","id":"89","title":"Drop"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"90","title":"Filter name"},"91":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Drop » Configuration Examples","id":"91","title":"Configuration Examples"},"92":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"92","title":"Configuration"},"93":{"body":"The Firewall filter's job is to allow or block traffic depending on if the incoming traffic's IP and port matches the rules set on the Firewall filter.","breadcrumbs":"Proxy » Filters » Firewall » Firewall","id":"93","title":"Firewall"},"94":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"94","title":"Filter name"},"95":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.firewall.v1alpha1.Firewall config: on_read: - action: ALLOW sources: - 192.168.51.0/24 ports: - 10 - 1000-7000 on_write: - action: DENY sources: - 192.168.51.0/24 ports: - 7000\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Firewall » Configuration Examples","id":"95","title":"Configuration Examples"},"96":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Represents how a Firewall filter is configured for read and write operations.\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: on_read: type: array items: $ref: '#/definitions/Rule' on_write: type: array items: $ref: '#/definitions/Rule'\ndefinitions: Action: description: Whether or not a matching [Rule] should Allow or Deny access oneOf: - description: Matching rules will allow packets through. type: string enum: - ALLOW - description: Matching rules will block packets. type: string enum: - DENY Cidr: description: Cidr notation for an ipv6 or ipv4 netmask type: string PortRange: description: Range of matching ports that are configured against a [Rule]. allOf: - $ref: '#/definitions/Range_of_uint16' Range_of_uint16: type: object required: - end - start properties: end: type: integer format: uint16 minimum: 0.0 start: type: integer format: uint16 minimum: 0.0 Rule: description: Combination of CIDR range, port range and action to take. type: object required: - action - ports - sources properties: action: $ref: '#/definitions/Action' ports: type: array items: $ref: '#/definitions/PortRange' sources: description: ipv4 or ipv6 CIDR address. type: array items: $ref: '#/definitions/Cidr'","breadcrumbs":"Proxy » Filters » Firewall » Configuration Options ( Rust Doc )","id":"96","title":"Configuration Options ( Rust Doc )"},"97":{"body":"The Firewall filter supports DENY and ALLOW actions for access control. When multiple DENY and ALLOW actions are used for a workload at the same time, the evaluation is processed in the order it is configured, with the first matching rule deciding if the request is allowed or denied: If a rule action is ALLOW, and it matches the request, then the entire request is allowed. If a rule action is DENY and it matches the request, then the entire request is denied. If none of the configured rules match, then the request is denied.","breadcrumbs":"Proxy » Filters » Firewall » Rule Evaluation","id":"97","title":"Rule Evaluation"},"98":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"98","title":"LoadBalancer"},"99":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"99","title":"Filter name"}},"length":229,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"129":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"1":{"4":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"e":{"6":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"128":{"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":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"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":{"211":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"149":{"tf":1.0}}},"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"]":{":":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"228":{"tf":1.0},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"191":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"211":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"127":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"206":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"206":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"204":{"tf":1.0},"28":{"tf":1.0}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"213":{"tf":1.0},"215":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"186":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"126":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":3,"docs":{"137":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":41,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.6457513110645907},"207":{"tf":1.7320508075688772},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"213":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"214":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"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":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"130":{"tf":1.0},"207":{"tf":2.6457513110645907},"208":{"tf":2.6457513110645907},"218":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":35,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":3.0},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":2.23606797749979},"228":{"tf":1.7320508075688772},"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},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"43":{"tf":2.23606797749979},"44":{"tf":2.6457513110645907},"45":{"tf":2.449489742783178},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"df":15,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"223":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":16,"docs":{"12":{"tf":1.0},"127":{"tf":2.0},"131":{"tf":1.0},"138":{"tf":2.0},"215":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"220":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"178":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"223":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"204":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"135":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"212":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"134":{"tf":1.4142135623730951},"146":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"211":{"tf":1.0},"218":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":2.8284271247461903},"148":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"143":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"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":{"142":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"211":{"tf":1.0},"223":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"211":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":2,"docs":{"211":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"204":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"l":{"df":2,"docs":{"204":{"tf":2.0},"211":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"142":{"tf":1.0},"204":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":6,"docs":{"11":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"223":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"206":{"tf":1.0},"228":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":22,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"176":{"tf":1.4142135623730951},"204":{"tf":2.6457513110645907},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"151":{"tf":1.0},"165":{"tf":1.0},"222":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"144":{"tf":1.0},"204":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":2.8284271247461903},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"215":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":3.7416573867739413},"225":{"tf":3.872983346207417},"228":{"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},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"228":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":49,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"130":{"tf":2.8284271247461903},"131":{"tf":1.0},"133":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"138":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"138":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"176":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":43,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"159":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":77,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.449489742783178},"139":{"tf":1.7320508075688772},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":2.0},"153":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":2.8284271247461903},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"130":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.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},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"214":{"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}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"205":{"tf":2.6457513110645907},"206":{"tf":3.3166247903554},"208":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"210":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"133":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"219":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"d":{"df":4,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"228":{"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":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0}},"r":{"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":8,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"206":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"173":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":2.8284271247461903},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"217":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.7320508075688772}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"148":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"138":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":2.0},"142":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"210":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"207":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"173":{"tf":1.0},"178":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"134":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":18,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"211":{"tf":2.6457513110645907},"212":{"tf":1.4142135623730951},"225":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"146":{"tf":1.0},"204":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"212":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":2.6457513110645907},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"224":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"137":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"138":{"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":1,"docs":{"142":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"205":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"225":{"tf":1.0}},"t":{"df":2,"docs":{"134":{"tf":1.7320508075688772},"214":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"211":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"211":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"136":{"tf":2.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"225":{"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":{"205":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"211":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":16,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":3.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"207":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":88,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"126":{"tf":2.449489742783178},"136":{"tf":3.1622776601683795},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"196":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"214":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":3.605551275463989},"61":{"tf":4.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"149":{"tf":1.0},"209":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"151":{"tf":1.0},"184":{"tf":1.0},"223":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"162":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"x":{"df":1,"docs":{"211":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"161":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":2.0}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"127":{"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},"210":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"219":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"219":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"138":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"218":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"148":{"tf":1.0},"225":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":2.0},"2":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"224":{"tf":2.6457513110645907},"225":{"tf":3.605551275463989},"228":{"tf":2.449489742783178},"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},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"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},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.4641016151377544},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"228":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"126":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"218":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":6,"docs":{"143":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"222":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"222":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"130":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"209":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"191":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"218":{"tf":1.0}}}}},"p":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.0}}}},"p":{"df":8,"docs":{"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"218":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"218":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":9,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":2.449489742783178},"131":{"tf":1.0},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.4641016151377544},"136":{"tf":1.4142135623730951},"149":{"tf":1.0},"180":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"214":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"222":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":10,"docs":{"219":{"tf":1.0},"221":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"153":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"204":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"211":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}},"v":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{"223":{"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":{"225":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"131":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"207":{"tf":1.4142135623730951},"220":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"134":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"218":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":41,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":3.0},"147":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"133":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"223":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"140":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.449489742783178},"137":{"tf":1.0},"139":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"217":{"tf":2.0}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"128":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"215":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"151":{"tf":1.0},"193":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"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":{"133":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"135":{"tf":1.0},"204":{"tf":2.8284271247461903},"217":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"228":{"tf":1.0}}},"w":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"223":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"212":{"tf":1.0}}}}}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"174":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"142":{"tf":2.0},"224":{"tf":1.0},"225":{"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":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"137":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":3.1622776601683795},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"222":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"228":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"130":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"193":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"153":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"219":{"tf":2.8284271247461903},"22":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"132":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"129":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"212":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"224":{"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},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.1622776601683795},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"204":{"tf":2.0},"212":{"tf":1.0},"219":{"tf":1.7320508075688772},"223":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"223":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"225":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"136":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"227":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"111":{"tf":1.7320508075688772},"151":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"137":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"225":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.23606797749979},"153":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"193":{"tf":1.0},"218":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"129":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":2.0},"130":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"205":{"tf":2.6457513110645907},"206":{"tf":3.1622776601683795},"208":{"tf":1.0},"225":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"211":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"189":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"218":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"223":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":42,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"137":{"tf":2.0},"145":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"158":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"213":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"165":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"178":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"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":{"219":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"228":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"139":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":12,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"150":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"223":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":1,"docs":{"204":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":56,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":2.449489742783178},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"153":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.8284271247461903},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":56,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"134":{"tf":3.1622776601683795},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":3.7416573867739413},"143":{"tf":3.4641016151377544},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.6457513110645907},"224":{"tf":3.3166247903554},"225":{"tf":4.242640687119285},"228":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.605551275463989},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":2.8284271247461903},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"75":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"223":{"tf":1.0},"60":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"215":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":10,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"149":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"149":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"164":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"169":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"179":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"181":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"194":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"200":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"214":{"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":{"215":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"137":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"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":{"134":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"129":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"134":{"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":{"137":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"135":{"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":{"135":{"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":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"142":{"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":{"142":{"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":{"142":{"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":{"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":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":85,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.0},"15":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.0},"207":{"tf":2.449489742783178},"208":{"tf":1.7320508075688772},"209":{"tf":2.0},"211":{"tf":2.23606797749979},"212":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.23606797749979},"220":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"228":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.605551275463989},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.123105625617661},"43":{"tf":3.872983346207417},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"191":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"223":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"218":{"tf":3.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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"223":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"211":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"130":{"tf":1.0},"137":{"tf":1.7320508075688772},"153":{"tf":2.0},"205":{"tf":3.1622776601683795},"206":{"tf":4.242640687119285},"207":{"tf":2.23606797749979},"208":{"tf":2.6457513110645907},"218":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":17,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"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":{"222":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"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":{"143":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"131":{"tf":1.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"16":{"tf":1.0},"204":{"tf":2.449489742783178},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"212":{"tf":2.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"225":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"208":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"223":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.23606797749979}}}},"n":{"df":42,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"221":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}}}}},"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"134":{"tf":1.0},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"134":{"tf":1.0},"162":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"d":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":12,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"225":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"204":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"129":{"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":{"129":{"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":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"140":{"tf":1.4142135623730951},"142":{"tf":3.3166247903554},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"145":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":3.605551275463989},"224":{"tf":2.6457513110645907},"225":{"tf":4.242640687119285},"228":{"tf":2.23606797749979},"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},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":29,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"148":{"tf":1.0},"153":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":3.7416573867739413},"206":{"tf":2.0},"207":{"tf":3.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.23606797749979},"135":{"tf":2.449489742783178},"218":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.4641016151377544}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"14":{"tf":1.0},"146":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"209":{"tf":1.0},"222":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"136":{"tf":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":{"136":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"138":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"225":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"147":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"211":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"174":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"228":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":10,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":8,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"218":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"223":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":1,"docs":{"204":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"153":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"204":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"163":{"tf":1.0},"207":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"142":{"tf":1.0},"218":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"228":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":16,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"211":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.7320508075688772},"137":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"134":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":2.23606797749979},"118":{"tf":1.0},"129":{"tf":2.0},"151":{"tf":1.0},"203":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":2.6457513110645907},"146":{"tf":1.7320508075688772},"149":{"tf":1.0},"211":{"tf":2.449489742783178},"225":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"228":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.0},"219":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"214":{"tf":1.0}}},"k":{"df":4,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"22":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"147":{"tf":1.7320508075688772},"218":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"12":{"tf":1.0},"146":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":58,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":3.3166247903554},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"129":{"tf":2.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"8":{"df":1,"docs":{"129":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"185":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"204":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"209":{"tf":1.4142135623730951},"224":{"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":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"218":{"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},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"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":9,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"153":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"228":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"147":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"147":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":2.6457513110645907},"207":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"204":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"228":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":2.0},"137":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"136":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"206":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"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":{"142":{"tf":1.0},"211":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"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":8,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":33,"docs":{"137":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":2.23606797749979},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":25,"docs":{"148":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"134":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"129":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"1":{"4":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"e":{"6":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"128":{"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":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"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":{"211":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"149":{"tf":1.0}}},"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"]":{":":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"228":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"191":{"tf":1.0},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"211":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.4142135623730951}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"127":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"206":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"206":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"204":{"tf":1.0},"28":{"tf":1.4142135623730951}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"213":{"tf":1.0},"215":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"186":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"126":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":3,"docs":{"137":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":41,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.6457513110645907},"207":{"tf":1.7320508075688772},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"127":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"214":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"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":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"130":{"tf":1.0},"207":{"tf":3.0},"208":{"tf":2.8284271247461903},"218":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":3.3166247903554},"145":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":2.6457513110645907},"228":{"tf":2.0},"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},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":3.605551275463989},"43":{"tf":2.449489742783178},"44":{"tf":3.0},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.3166247903554},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"df":15,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"223":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":16,"docs":{"12":{"tf":1.0},"127":{"tf":2.0},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"220":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"178":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"223":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"204":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"135":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"212":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"134":{"tf":1.4142135623730951},"146":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"211":{"tf":1.0},"218":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":3.0},"148":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"143":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"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":{"142":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"211":{"tf":1.0},"223":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"211":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":2,"docs":{"211":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"204":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"l":{"df":2,"docs":{"204":{"tf":2.0},"211":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"142":{"tf":1.0},"204":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":6,"docs":{"11":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"223":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"206":{"tf":1.0},"228":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":22,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"176":{"tf":1.4142135623730951},"204":{"tf":2.6457513110645907},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"151":{"tf":1.0},"165":{"tf":1.4142135623730951},"222":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"144":{"tf":1.0},"204":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":3.0},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"215":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":3.872983346207417},"225":{"tf":4.0},"228":{"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},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"228":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":49,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.7320508075688772},"130":{"tf":2.8284271247461903},"131":{"tf":1.0},"133":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"138":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"138":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":43,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"159":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":77,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.449489742783178},"139":{"tf":2.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"149":{"tf":2.0},"153":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"55":{"tf":3.0},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"130":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.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},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"214":{"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}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":91,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.8284271247461903},"206":{"tf":3.3166247903554},"208":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"210":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"133":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"219":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"d":{"df":4,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"228":{"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":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"206":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"173":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":2.8284271247461903},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"217":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":2.0}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"148":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"138":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":2.0},"142":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"210":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"207":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"173":{"tf":1.0},"178":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"134":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"182":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":18,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"211":{"tf":2.6457513110645907},"212":{"tf":1.4142135623730951},"225":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"146":{"tf":1.0},"204":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"212":{"tf":2.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"52":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"137":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"138":{"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":1,"docs":{"142":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"205":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"225":{"tf":1.0}},"t":{"df":2,"docs":{"134":{"tf":1.7320508075688772},"214":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"211":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":40,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"211":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"136":{"tf":2.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"225":{"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":{"205":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"211":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":3.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":2.0},"207":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":109,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.6457513110645907},"136":{"tf":3.3166247903554},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.23606797749979},"149":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"196":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"214":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":4.69041575982343},"60":{"tf":3.7416573867739413},"61":{"tf":4.242640687119285},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":2.8284271247461903},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"n":{"d":{"df":3,"docs":{"149":{"tf":1.0},"209":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"223":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"162":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"x":{"df":1,"docs":{"211":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"161":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"44":{"tf":2.23606797749979}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"127":{"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},"210":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"219":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"219":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"138":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"218":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"148":{"tf":1.0},"225":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":2.0},"2":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"224":{"tf":2.6457513110645907},"225":{"tf":3.605551275463989},"228":{"tf":2.8284271247461903},"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},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"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},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.605551275463989},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"228":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"126":{"tf":1.0},"134":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"218":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":6,"docs":{"143":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"222":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"222":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"130":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"209":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"191":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"218":{"tf":1.0}}}}},"p":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.0}}}},"p":{"df":8,"docs":{"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"218":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"218":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":9,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"225":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":2.449489742783178},"131":{"tf":1.0},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.4641016151377544},"136":{"tf":1.4142135623730951},"149":{"tf":1.0},"180":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"214":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":2.0},"144":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"222":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":10,"docs":{"219":{"tf":1.0},"221":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"153":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"204":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"211":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}},"v":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{"223":{"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":{"225":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"131":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"207":{"tf":1.4142135623730951},"220":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"134":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"218":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.23606797749979},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":41,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":3.0},"147":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"133":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"223":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"140":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.449489742783178},"137":{"tf":1.0},"139":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"217":{"tf":2.23606797749979}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"151":{"tf":1.0},"189":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"128":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"215":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"151":{"tf":1.0},"193":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"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":{"133":{"tf":1.4142135623730951},"214":{"tf":2.449489742783178},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"135":{"tf":1.0},"204":{"tf":2.8284271247461903},"217":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"228":{"tf":1.0}}},"w":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"223":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"212":{"tf":1.0}}}}}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"174":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"142":{"tf":2.0},"224":{"tf":1.0},"225":{"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":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"137":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"142":{"tf":3.1622776601683795},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"222":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"228":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"130":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"193":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"133":{"tf":2.0},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.8284271247461903},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"153":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.8284271247461903},"135":{"tf":2.23606797749979},"136":{"tf":2.8284271247461903},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"219":{"tf":3.0},"22":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"132":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"170":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"129":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"212":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"224":{"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},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.1622776601683795},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"204":{"tf":2.0},"212":{"tf":1.0},"219":{"tf":1.7320508075688772},"223":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"228":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"137":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"223":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"225":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"136":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"227":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"151":{"tf":1.0},"199":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"137":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"225":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.449489742783178},"153":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"193":{"tf":1.0},"218":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"129":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":78,"docs":{"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.8284271247461903},"206":{"tf":3.1622776601683795},"208":{"tf":1.0},"225":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"209":{"tf":2.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"189":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"218":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"223":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":42,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"137":{"tf":2.0},"145":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"158":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"213":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"165":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"178":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"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":{"219":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"228":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":56,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":15,"docs":{"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"223":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":1,"docs":{"204":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":57,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":2.8284271247461903},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":2.23606797749979},"153":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.8284271247461903},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":129,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":3.3166247903554},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":3.872983346207417},"143":{"tf":3.4641016151377544},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.8284271247461903},"224":{"tf":3.605551275463989},"225":{"tf":4.47213595499958},"228":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.7416573867739413},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":3.1622776601683795},"49":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"223":{"tf":1.0},"60":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"215":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":10,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"149":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"149":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"169":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"181":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"188":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"192":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"194":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"214":{"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":{"215":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"137":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"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":{"134":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"129":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"134":{"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":{"137":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"135":{"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":{"135":{"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":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"142":{"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":{"142":{"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":{"142":{"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":{"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":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":85,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"205":{"tf":2.23606797749979},"206":{"tf":2.0},"207":{"tf":2.6457513110645907},"208":{"tf":1.7320508075688772},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"212":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"228":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.7416573867739413},"34":{"tf":3.7416573867739413},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.242640687119285},"43":{"tf":4.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"191":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"223":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"218":{"tf":3.1622776601683795},"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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":60,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"223":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"211":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"130":{"tf":1.0},"137":{"tf":1.7320508075688772},"153":{"tf":2.0},"205":{"tf":3.4641016151377544},"206":{"tf":4.358898943540674},"207":{"tf":2.449489742783178},"208":{"tf":2.8284271247461903},"218":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":17,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"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":{"222":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"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":{"143":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"131":{"tf":1.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"16":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"21":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"212":{"tf":2.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"225":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"208":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"223":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.449489742783178}}}},"n":{"df":42,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"221":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}}}}},"df":17,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"134":{"tf":1.0},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.4142135623730951},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"134":{"tf":1.0},"162":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"d":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":12,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"225":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"204":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"129":{"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":{"129":{"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":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"140":{"tf":1.7320508075688772},"142":{"tf":3.3166247903554},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"145":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":3.7416573867739413},"224":{"tf":2.8284271247461903},"225":{"tf":4.358898943540674},"228":{"tf":2.449489742783178},"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},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":29,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"148":{"tf":1.0},"153":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"205":{"tf":3.7416573867739413},"206":{"tf":2.0},"207":{"tf":3.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.23606797749979},"135":{"tf":2.6457513110645907},"218":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.605551275463989}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"14":{"tf":1.0},"146":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"209":{"tf":1.0},"222":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"136":{"tf":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":{"136":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":12,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"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":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"138":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"225":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"147":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"211":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"174":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"228":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":10,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":8,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.23606797749979}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"218":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"223":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":1,"docs":{"204":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"153":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"204":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"163":{"tf":1.0},"207":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"142":{"tf":1.0},"218":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"228":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":16,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"211":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.7320508075688772},"137":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"134":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"129":{"tf":2.0},"151":{"tf":1.0},"203":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":22,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":2.8284271247461903},"146":{"tf":2.0},"149":{"tf":1.0},"211":{"tf":2.449489742783178},"225":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"151":{"tf":1.0},"201":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"228":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.0},"219":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"214":{"tf":1.0}}},"k":{"df":4,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"22":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"147":{"tf":1.7320508075688772},"218":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"12":{"tf":1.0},"146":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":58,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":3.3166247903554},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"129":{"tf":2.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"8":{"df":1,"docs":{"129":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"185":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"204":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"211":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"13":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"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":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"218":{"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},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"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":9,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"153":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"228":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"147":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"147":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":2.8284271247461903},"207":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"204":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"228":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":2.0},"137":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"136":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"206":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"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":{"142":{"tf":1.0},"211":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"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":8,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":36,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":29,"docs":{"148":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.8284271247461903},"37":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"45":{"tf":2.8284271247461903},"46":{"tf":2.449489742783178},"47":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"134":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"3":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"5":{"df":3,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"6":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"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":{"213":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"207":{"tf":1.0},"42":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"144":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"131":{"tf":1.0},"215":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"165":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"170":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"176":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"211":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"182":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"145":{"tf":1.0},"158":{"tf":1.0},"216":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"222":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":20,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"184":{"tf":1.0},"93":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"228":{"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":{"134":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"215":{"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":{"133":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"210":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"222":{"tf":1.0}}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"v":{"6":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"189":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"193":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.0}}}},"z":{"4":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"219":{"tf":1.0},"24":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"226":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"199":{"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":{"128":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"205":{"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":{"209":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":21,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"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":{"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"205":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"n":{"df":1,"docs":{"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"131":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"228":{"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":{"135":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"227":{"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":2,"docs":{"115":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"201":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"204":{"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":{"129":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"d":{"df":9,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["introduction.html#overview","introduction.html#what-is-quilkin","introduction.html#why-use-quilkin","introduction.html#major-features","introduction.html#what-next","installation.html#installation","installation.html#distributions","installation.html#oci-image","installation.html#cargo","installation.html#github","faq.html#faq","faq.html#just-how-fast-is-quilkin-what-sort-of-performance-can-i-expect","faq.html#can-i-integrate-quilkin-with-c-code","faq.html#i-would-like-to-run-quilkin-as-a-client-side-proxy-on-a-console-can-i-do-that","faq.html#any-reason-you-didnt-contribute-this-intoextend-envoy","deployment/quickstarts/netcat.html#quickstart-quilkin-with-netcat","deployment/quickstarts/netcat.html#requirements","deployment/quickstarts/netcat.html#1-start-an-udp-echo-service","deployment/quickstarts/netcat.html#2-start-quilkin","deployment/quickstarts/netcat.html#3-send-a-packet","deployment/quickstarts/agones-xonotic-sidecar.html#quickstart-quilkin-with-agones-and-xonotic-sidecar","deployment/quickstarts/agones-xonotic-sidecar.html#requirements","deployment/quickstarts/agones-xonotic-sidecar.html#1-agones-fleet-with-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#2-play-xonotic","deployment/quickstarts/agones-xonotic-sidecar.html#3-check-out-the-metrics","deployment/quickstarts/agones-xonotic-sidecar.html#5-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#6-agones-fleet-but-with-compression","deployment/quickstarts/agones-xonotic-sidecar.html#4-play-xonotic-through-quilkin","deployment/quickstarts/agones-xonotic-sidecar.html#7-cleanup","deployment/quickstarts/agones-xonotic-sidecar.html#whats-next","deployment/quickstarts/agones-xonotic-xds.html#quickstart-quilkin-with-agones-and-xonotic-xds","deployment/quickstarts/agones-xonotic-xds.html#requirements","deployment/quickstarts/agones-xonotic-xds.html#1-overview","deployment/quickstarts/agones-xonotic-xds.html#2-install-quilkin-agones-xds-provider","deployment/quickstarts/agones-xonotic-xds.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-xds.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-xds.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-xds.html#connecting-client-side","deployment/quickstarts/agones-xonotic-xds.html#whats-next","deployment/quickstarts/agones-xonotic-relay.html#quickstart-quilkin-with-agones-and-xonotic-relay","deployment/quickstarts/agones-xonotic-relay.html#requirements","deployment/quickstarts/agones-xonotic-relay.html#1-overview","deployment/quickstarts/agones-xonotic-relay.html#2-install-quilkin-relay-and-agones-agent","deployment/quickstarts/agones-xonotic-relay.html#3-install-quilkin-proxy-pool","deployment/quickstarts/agones-xonotic-relay.html#4-create-the-agones-fleet","deployment/quickstarts/agones-xonotic-relay.html#5-allocate-a-gameserver","deployment/quickstarts/agones-xonotic-relay.html#connecting-client-side","deployment/quickstarts/agones-xonotic-relay.html#whats-next","services/proxy.html#proxy","services/proxy.html#endpoints","services/proxy.html#proxy-filters","services/proxy.html#endpoint-metadata","services/proxy.html#specialist-endpoint-metadata","services/proxy.html#session","services/proxy/configuration.html#configuration-file","services/proxy/configuration.html#static-configuration","services/proxy/configuration.html#dynamic-configuration","services/proxy/configuration.html#json-schema","services/proxy/filters.html#packet-filters","services/proxy/filters.html#filters-and-filter-chain","services/proxy/filters.html#configuration-examples","services/proxy/filters.html#filter-dynamic-metadata","services/proxy/filters.html#well-known-dynamic-metadata","services/proxy/filters.html#built-in-filters","services/proxy/filters.html#filterconfig","services/proxy/filters/capture.html#capture","services/proxy/filters/capture.html#capture-strategies","services/proxy/filters/capture.html#suffix","services/proxy/filters/capture.html#prefix","services/proxy/filters/capture.html#regex","services/proxy/filters/capture.html#filter-name","services/proxy/filters/capture.html#configuration-examples","services/proxy/filters/capture.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compress","services/proxy/filters/compress.html#filter-name","services/proxy/filters/compress.html#configuration-examples","services/proxy/filters/compress.html#configuration-options--rust-doc-","services/proxy/filters/compress.html#compression-modes","services/proxy/filters/compress.html#snappy","services/proxy/filters/compress.html#lz4","services/proxy/filters/compress.html#metrics","services/proxy/filters/concatenate.html#concatenate","services/proxy/filters/concatenate.html#filter-name","services/proxy/filters/concatenate.html#configuration-examples","services/proxy/filters/concatenate.html#configuration-options--rust-doc-","services/proxy/filters/debug.html#debug","services/proxy/filters/debug.html#filter-name","services/proxy/filters/debug.html#configuration-examples","services/proxy/filters/debug.html#configuration-options--rust-doc-","services/proxy/filters/drop.html#drop","services/proxy/filters/drop.html#filter-name","services/proxy/filters/drop.html#configuration-examples","services/proxy/filters/drop.html#configuration","services/proxy/filters/firewall.html#firewall","services/proxy/filters/firewall.html#filter-name","services/proxy/filters/firewall.html#configuration-examples","services/proxy/filters/firewall.html#configuration-options--rust-doc-","services/proxy/filters/firewall.html#rule-evaluation","services/proxy/filters/load_balancer.html#loadbalancer","services/proxy/filters/load_balancer.html#filter-name","services/proxy/filters/load_balancer.html#configuration-examples","services/proxy/filters/load_balancer.html#configuration-options--rust-doc-","services/proxy/filters/local_rate_limit.html#localratelimit","services/proxy/filters/local_rate_limit.html#filter-name","services/proxy/filters/local_rate_limit.html#configuration-examples","services/proxy/filters/local_rate_limit.html#configuration-options--rust-doc-","services/proxy/filters/match.html#match","services/proxy/filters/match.html#filter-name","services/proxy/filters/match.html#configuration-examples","services/proxy/filters/match.html#configuration-options--rust-doc-","services/proxy/filters/match.html#metrics","services/proxy/filters/pass.html#pass","services/proxy/filters/pass.html#filter-name","services/proxy/filters/pass.html#configuration-examples","services/proxy/filters/pass.html#configuration","services/proxy/filters/timestamp.html#timestamp","services/proxy/filters/timestamp.html#filter-name","services/proxy/filters/timestamp.html#configuration-examples","services/proxy/filters/timestamp.html#configuration-options--rust-doc-","services/proxy/filters/timestamp.html#metrics","services/proxy/filters/token_router.html#tokenrouter","services/proxy/filters/token_router.html#filter-name","services/proxy/filters/token_router.html#configuration-examples","services/proxy/filters/token_router.html#configuration-options--rust-doc-","services/proxy/filters/token_router.html#metrics","services/proxy/filters/token_router.html#sample-applications","services/proxy/filters/token_router.html#packet-authentication","services/proxy/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","services/proxy/qcmp.html#datacenter-latency","services/proxy/qcmp.html#api-and-schema","services/proxy/metrics.html#proxy-metrics","services/proxy/metrics.html#asn-maxmind-information","services/proxy/metrics.html#general-metrics","services/proxy/metrics.html#session-metrics","services/proxy/metrics.html#filter-metrics","services/xds.html#xds-control-plane","services/xds.html#overview","services/xds.html#xds-configuration-resources","services/xds.html#connecting-to-an-xds-management-server","services/xds/metrics.html#xds-metrics","services/xds/metrics.html#proxy-mode","services/xds/metrics.html#xds-provider-mode","services/xds/providers/agones.html#agones-xds-provider","services/xds/providers/agones.html#endpoint-configuration","services/xds/providers/agones.html#access-tokens","services/xds/providers/agones.html#filter-configuration","services/xds/providers/agones.html#usage","services/xds/providers/filesystem.html#filesystem-xds-provider","services/xds/proto/index.html#protocol-documentation","services/xds/proto/index.html#table-of-contents","services/xds/proto/index.html#quilkinrelayv1alpha1relayproto","services/xds/proto/index.html#aggregatedcontrolplanediscoveryservice","services/xds/proto/index.html#quilkinconfigv1alpha1configproto","services/xds/proto/index.html#cluster","services/xds/proto/index.html#clustermap","services/xds/proto/index.html#datacenter","services/xds/proto/index.html#endpoint","services/xds/proto/index.html#filter","services/xds/proto/index.html#filterchain","services/xds/proto/index.html#host","services/xds/proto/index.html#ipv6","services/xds/proto/index.html#locality","services/xds/proto/index.html#quilkinfilterscapturev1alpha1captureproto","services/xds/proto/index.html#capture","services/xds/proto/index.html#captureprefix","services/xds/proto/index.html#captureregex","services/xds/proto/index.html#capturesuffix","services/xds/proto/index.html#quilkinfilterscompressv1alpha1compressproto","services/xds/proto/index.html#compress","services/xds/proto/index.html#compressactionvalue","services/xds/proto/index.html#compressmodevalue","services/xds/proto/index.html#compressaction","services/xds/proto/index.html#compressmode","services/xds/proto/index.html#quilkinfiltersconcatenatev1alpha1concatenateproto","services/xds/proto/index.html#concatenate","services/xds/proto/index.html#concatenatestrategyvalue","services/xds/proto/index.html#concatenatestrategy","services/xds/proto/index.html#quilkinfiltersdebugv1alpha1debugproto","services/xds/proto/index.html#debug","services/xds/proto/index.html#quilkinfiltersdropv1alpha1dropproto","services/xds/proto/index.html#drop","services/xds/proto/index.html#quilkinfiltersfirewallv1alpha1firewallproto","services/xds/proto/index.html#firewall","services/xds/proto/index.html#firewallportrange","services/xds/proto/index.html#firewallrule","services/xds/proto/index.html#firewallaction","services/xds/proto/index.html#quilkinfiltersload_balancerv1alpha1load_balancerproto","services/xds/proto/index.html#loadbalancer","services/xds/proto/index.html#loadbalancerpolicyvalue","services/xds/proto/index.html#loadbalancerpolicy","services/xds/proto/index.html#quilkinfilterslocal_rate_limitv1alpha1local_rate_limitproto","services/xds/proto/index.html#localratelimit","services/xds/proto/index.html#quilkinfiltersmatchv1alpha1matchproto","services/xds/proto/index.html#match","services/xds/proto/index.html#matchbranch","services/xds/proto/index.html#matchconfig","services/xds/proto/index.html#quilkinfilterspassv1alpha1passproto","services/xds/proto/index.html#pass","services/xds/proto/index.html#quilkinfilterstoken_routerv1alpha1token_routerproto","services/xds/proto/index.html#tokenrouter","services/xds/proto/index.html#quilkinfilterstimestampv1alpha1timestampproto","services/xds/proto/index.html#timestamp","services/xds/proto/index.html#scalar-value-types","services/relay.html#control-plane-relay","services/relay.html#quickstart","services/agent.html#quilkin-agent","services/agent.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#installation","sdks/unreal-engine.html#configuration","sdks/unreal-engine.html#delegates","deployment/admin.html#administration","deployment/admin.html#logging","deployment/admin.html#http-api","deployment/admin.html#endpoints","deployment/admin.html#live","deployment/admin.html#ready","deployment/admin.html#metrics","deployment/admin.html#debugpprofprofile","deployment/admin.html#config","deployment/examples.html#quilkin-integration-examples","deployment/examples.html#server-proxy-as-a-sidecar","deployment/examples.html#client-proxy-to-sidecar-server-proxy","deployment/examples.html#client-proxy-to-separate-server-proxies-pools","deployment/examples.html#what-next","third-party/presentations.html#third-party-videos-and-presentations","third-party/presentations.html#gdc-2023-open-source-game-development-summit-agones-and-quilkin-oss-multiplayer-game-server-service-mesh-on-kubernetes"],"index":{"documentStore":{"docInfo":{"0":{"body":10,"breadcrumbs":2,"title":1},"1":{"body":66,"breadcrumbs":2,"title":1},"10":{"body":0,"breadcrumbs":2,"title":1},"100":{"body":41,"breadcrumbs":6,"title":2},"101":{"body":60,"breadcrumbs":8,"title":4},"102":{"body":19,"breadcrumbs":6,"title":1},"103":{"body":1,"breadcrumbs":7,"title":2},"104":{"body":115,"breadcrumbs":7,"title":2},"105":{"body":52,"breadcrumbs":9,"title":4},"106":{"body":19,"breadcrumbs":4,"title":1},"107":{"body":1,"breadcrumbs":5,"title":2},"108":{"body":38,"breadcrumbs":5,"title":2},"109":{"body":180,"breadcrumbs":7,"title":4},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":18,"breadcrumbs":4,"title":1},"111":{"body":12,"breadcrumbs":4,"title":1},"112":{"body":1,"breadcrumbs":5,"title":2},"113":{"body":38,"breadcrumbs":5,"title":2},"114":{"body":3,"breadcrumbs":4,"title":1},"115":{"body":21,"breadcrumbs":4,"title":1},"116":{"body":1,"breadcrumbs":5,"title":2},"117":{"body":25,"breadcrumbs":5,"title":2},"118":{"body":35,"breadcrumbs":7,"title":4},"119":{"body":7,"breadcrumbs":4,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":30,"breadcrumbs":5,"title":1},"121":{"body":1,"breadcrumbs":6,"title":2},"122":{"body":44,"breadcrumbs":6,"title":2},"123":{"body":31,"breadcrumbs":8,"title":4},"124":{"body":40,"breadcrumbs":5,"title":1},"125":{"body":0,"breadcrumbs":6,"title":2},"126":{"body":108,"breadcrumbs":6,"title":2},"127":{"body":41,"breadcrumbs":9,"title":5},"128":{"body":24,"breadcrumbs":5,"title":1},"129":{"body":109,"breadcrumbs":7,"title":3},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":119,"breadcrumbs":6,"title":2},"131":{"body":23,"breadcrumbs":6,"title":2},"132":{"body":6,"breadcrumbs":4,"title":2},"133":{"body":56,"breadcrumbs":5,"title":3},"134":{"body":181,"breadcrumbs":4,"title":2},"135":{"body":54,"breadcrumbs":4,"title":2},"136":{"body":101,"breadcrumbs":4,"title":2},"137":{"body":186,"breadcrumbs":5,"title":3},"138":{"body":97,"breadcrumbs":3,"title":1},"139":{"body":39,"breadcrumbs":5,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":15,"breadcrumbs":6,"title":4},"141":{"body":0,"breadcrumbs":5,"title":2},"142":{"body":117,"breadcrumbs":5,"title":2},"143":{"body":142,"breadcrumbs":6,"title":3},"144":{"body":92,"breadcrumbs":7,"title":3},"145":{"body":43,"breadcrumbs":6,"title":2},"146":{"body":33,"breadcrumbs":6,"title":2},"147":{"body":68,"breadcrumbs":6,"title":2},"148":{"body":47,"breadcrumbs":5,"title":1},"149":{"body":102,"breadcrumbs":7,"title":3},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":0,"breadcrumbs":6,"title":2},"151":{"body":56,"breadcrumbs":6,"title":2},"152":{"body":0,"breadcrumbs":5,"title":1},"153":{"body":87,"breadcrumbs":5,"title":1},"154":{"body":0,"breadcrumbs":5,"title":1},"155":{"body":9,"breadcrumbs":5,"title":1},"156":{"body":7,"breadcrumbs":5,"title":1},"157":{"body":10,"breadcrumbs":5,"title":1},"158":{"body":12,"breadcrumbs":5,"title":1},"159":{"body":12,"breadcrumbs":5,"title":1},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":7,"breadcrumbs":5,"title":1},"161":{"body":10,"breadcrumbs":5,"title":1},"162":{"body":8,"breadcrumbs":5,"title":1},"163":{"body":11,"breadcrumbs":5,"title":1},"164":{"body":0,"breadcrumbs":5,"title":1},"165":{"body":12,"breadcrumbs":5,"title":1},"166":{"body":8,"breadcrumbs":5,"title":1},"167":{"body":6,"breadcrumbs":5,"title":1},"168":{"body":9,"breadcrumbs":5,"title":1},"169":{"body":0,"breadcrumbs":5,"title":1},"17":{"body":30,"breadcrumbs":6,"title":5},"170":{"body":10,"breadcrumbs":5,"title":1},"171":{"body":6,"breadcrumbs":5,"title":1},"172":{"body":6,"breadcrumbs":5,"title":1},"173":{"body":9,"breadcrumbs":5,"title":1},"174":{"body":8,"breadcrumbs":5,"title":1},"175":{"body":0,"breadcrumbs":5,"title":1},"176":{"body":10,"breadcrumbs":5,"title":1},"177":{"body":6,"breadcrumbs":5,"title":1},"178":{"body":10,"breadcrumbs":5,"title":1},"179":{"body":0,"breadcrumbs":5,"title":1},"18":{"body":56,"breadcrumbs":4,"title":3},"180":{"body":7,"breadcrumbs":5,"title":1},"181":{"body":0,"breadcrumbs":5,"title":1},"182":{"body":1,"breadcrumbs":5,"title":1},"183":{"body":0,"breadcrumbs":5,"title":1},"184":{"body":10,"breadcrumbs":5,"title":1},"185":{"body":8,"breadcrumbs":5,"title":1},"186":{"body":12,"breadcrumbs":5,"title":1},"187":{"body":8,"breadcrumbs":5,"title":1},"188":{"body":0,"breadcrumbs":5,"title":1},"189":{"body":6,"breadcrumbs":5,"title":1},"19":{"body":61,"breadcrumbs":4,"title":3},"190":{"body":6,"breadcrumbs":5,"title":1},"191":{"body":10,"breadcrumbs":5,"title":1},"192":{"body":0,"breadcrumbs":5,"title":1},"193":{"body":9,"breadcrumbs":5,"title":1},"194":{"body":0,"breadcrumbs":5,"title":1},"195":{"body":10,"breadcrumbs":5,"title":1},"196":{"body":8,"breadcrumbs":5,"title":1},"197":{"body":12,"breadcrumbs":5,"title":1},"198":{"body":0,"breadcrumbs":5,"title":1},"199":{"body":1,"breadcrumbs":5,"title":1},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"200":{"body":0,"breadcrumbs":5,"title":1},"201":{"body":7,"breadcrumbs":5,"title":1},"202":{"body":0,"breadcrumbs":5,"title":1},"203":{"body":6,"breadcrumbs":5,"title":1},"204":{"body":248,"breadcrumbs":7,"title":3},"205":{"body":201,"breadcrumbs":4,"title":3},"206":{"body":211,"breadcrumbs":2,"title":1},"207":{"body":200,"breadcrumbs":4,"title":2},"208":{"body":72,"breadcrumbs":3,"title":1},"209":{"body":29,"breadcrumbs":6,"title":4},"21":{"body":22,"breadcrumbs":4,"title":1},"210":{"body":6,"breadcrumbs":3,"title":1},"211":{"body":229,"breadcrumbs":3,"title":1},"212":{"body":45,"breadcrumbs":3,"title":1},"213":{"body":8,"breadcrumbs":2,"title":1},"214":{"body":40,"breadcrumbs":2,"title":1},"215":{"body":25,"breadcrumbs":3,"title":2},"216":{"body":5,"breadcrumbs":2,"title":1},"217":{"body":19,"breadcrumbs":2,"title":1},"218":{"body":129,"breadcrumbs":2,"title":1},"219":{"body":55,"breadcrumbs":2,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"220":{"body":48,"breadcrumbs":2,"title":1},"221":{"body":10,"breadcrumbs":2,"title":1},"222":{"body":36,"breadcrumbs":5,"title":3},"223":{"body":112,"breadcrumbs":5,"title":3},"224":{"body":79,"breadcrumbs":7,"title":5},"225":{"body":188,"breadcrumbs":8,"title":6},"226":{"body":10,"breadcrumbs":3,"title":1},"227":{"body":0,"breadcrumbs":6,"title":4},"228":{"body":98,"breadcrumbs":18,"title":16},"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":46,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":201,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":275,"breadcrumbs":6,"title":3},"37":{"body":205,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":0,"breadcrumbs":8,"title":5},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":26,"breadcrumbs":4,"title":1},"41":{"body":74,"breadcrumbs":5,"title":2},"42":{"body":156,"breadcrumbs":9,"title":6},"43":{"body":218,"breadcrumbs":8,"title":5},"44":{"body":83,"breadcrumbs":7,"title":4},"45":{"body":276,"breadcrumbs":6,"title":3},"46":{"body":205,"breadcrumbs":6,"title":3},"47":{"body":10,"breadcrumbs":5,"title":2},"48":{"body":150,"breadcrumbs":2,"title":1},"49":{"body":20,"breadcrumbs":2,"title":1},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":27,"breadcrumbs":3,"title":2},"51":{"body":50,"breadcrumbs":3,"title":2},"52":{"body":79,"breadcrumbs":4,"title":3},"53":{"body":113,"breadcrumbs":2,"title":1},"54":{"body":55,"breadcrumbs":5,"title":2},"55":{"body":92,"breadcrumbs":5,"title":2},"56":{"body":18,"breadcrumbs":5,"title":2},"57":{"body":154,"breadcrumbs":5,"title":2},"58":{"body":23,"breadcrumbs":4,"title":2},"59":{"body":191,"breadcrumbs":5,"title":3},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":101,"breadcrumbs":4,"title":2},"61":{"body":136,"breadcrumbs":5,"title":3},"62":{"body":24,"breadcrumbs":6,"title":4},"63":{"body":75,"breadcrumbs":4,"title":2},"64":{"body":50,"breadcrumbs":3,"title":1},"65":{"body":33,"breadcrumbs":4,"title":1},"66":{"body":5,"breadcrumbs":5,"title":2},"67":{"body":4,"breadcrumbs":4,"title":1},"68":{"body":4,"breadcrumbs":4,"title":1},"69":{"body":16,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":1,"breadcrumbs":5,"title":2},"71":{"body":22,"breadcrumbs":5,"title":2},"72":{"body":159,"breadcrumbs":7,"title":4},"73":{"body":20,"breadcrumbs":4,"title":1},"74":{"body":1,"breadcrumbs":5,"title":2},"75":{"body":81,"breadcrumbs":5,"title":2},"76":{"body":48,"breadcrumbs":7,"title":4},"77":{"body":0,"breadcrumbs":5,"title":2},"78":{"body":42,"breadcrumbs":4,"title":1},"79":{"body":80,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":14,"breadcrumbs":4,"title":1},"81":{"body":22,"breadcrumbs":4,"title":1},"82":{"body":1,"breadcrumbs":5,"title":2},"83":{"body":21,"breadcrumbs":5,"title":2},"84":{"body":61,"breadcrumbs":7,"title":4},"85":{"body":30,"breadcrumbs":4,"title":1},"86":{"body":1,"breadcrumbs":5,"title":2},"87":{"body":18,"breadcrumbs":5,"title":2},"88":{"body":24,"breadcrumbs":7,"title":4},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":1,"breadcrumbs":5,"title":2},"91":{"body":38,"breadcrumbs":5,"title":2},"92":{"body":3,"breadcrumbs":4,"title":1},"93":{"body":16,"breadcrumbs":4,"title":1},"94":{"body":1,"breadcrumbs":5,"title":2},"95":{"body":31,"breadcrumbs":5,"title":2},"96":{"body":138,"breadcrumbs":7,"title":4},"97":{"body":49,"breadcrumbs":5,"title":2},"98":{"body":8,"breadcrumbs":5,"title":1},"99":{"body":1,"breadcrumbs":6,"title":2}},"docs":{"0":{"body":"Quilkin is a UDP proxy, specifically designed for use with multiplayer dedicated game servers.","breadcrumbs":"Introduction » Overview","id":"0","title":"Overview"},"1":{"body":"Quilkin on open source is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game servers deployments, to ensure security, access control, telemetry data, metrics and more. It is designed to be used behind game clients as well as in front of dedicated game servers. Quilkin's aim is to pull the above functionality out of bespoke, monolithic dedicated game servers and clients, and provide standard, composable modules that can be reused across a wide set of multiplayer games, so that game developers can instead focus on their game specific aspects of building a multiplayer game.","breadcrumbs":"Introduction » What is Quilkin?","id":"1","title":"What is Quilkin?"},"10":{"body":"","breadcrumbs":"FAQ » FAQ","id":"10","title":"FAQ"},"100":{"body":"# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.load_balancer.v1alpha1.LoadBalancer config: policy: ROUND_ROBIN\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } The load balancing policy (the strategy to use to select what endpoint to send traffic to) is configurable. In the example above, packets will be distributed by selecting endpoints in turn, in round robin fashion.","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Examples","id":"100","title":"Configuration Examples"},"101":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: The configuration for [`load_balancer`][super].\ntype: object\nproperties: policy: default: ROUND_ROBIN allOf: - $ref: '#/definitions/Policy'\ndefinitions: Policy: description: Policy represents how a [`load_balancer`][super] distributes packets across endpoints. oneOf: - description: Send packets to endpoints in turns. type: string enum: - ROUND_ROBIN - description: Send packets to endpoints chosen at random. type: string enum: - RANDOM - description: Send packets to endpoints based on hash of source IP and port. type: string enum: - HASH","breadcrumbs":"Proxy » Filters » Load Balancer » Configuration Options ( Rust Doc )","id":"101","title":"Configuration Options ( Rust Doc )"},"102":{"body":"The LocalRateLimit filter controls the frequency at which packets received downstream are forwarded upstream by the proxy. Rate limiting is done independently per source (IP, Port) combination.","breadcrumbs":"Proxy » Filters » Local Rate Limit » LocalRateLimit","id":"102","title":"LocalRateLimit"},"103":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"103","title":"Filter name"},"104":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 1000 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);\n# } To configure a rate limiter, we specify the maximum rate at which the proxy is allowed to forward packets. In the example above, we configured the proxy to forward a maximum of 1000 packets per second). Be aware that due to some optimizations in the current rate limiter implementation, the enforced maximum number of packets is not always exact. It is in theory possible that the rate limiter allows a few packets through, however in practice this would be a rare occurrence and the maximum number of such packets that is in the worse case N-1 where N is the number of threads used to process packets. For example, a configuration allowing 1000 packets per second could potentially allow 1004 packets during some time window if we have up to 4 threads. Packets that that exceeds the maximum configured rate are dropped.","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Examples","id":"104","title":"Configuration Examples"},"105":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- max_packets\n- period\nproperties: max_packets: description: The maximum number of packets allowed to be forwarded by the rate limiter in a given duration. type: integer format: uint minimum: 0.0 period: description: The duration in seconds during which max_packets applies. If none is provided, it defaults to one second. type: integer format: uint32 minimum: 0.0","breadcrumbs":"Proxy » Filters » Local Rate Limit » Configuration Options ( Rust Doc )","id":"105","title":"Configuration Options ( Rust Doc )"},"106":{"body":"The Match filter's job is to provide a mechanism to change behaviour based on dynamic metadata. This filter behaves similarly to the match expression in Rust or switch statements in other languages.","breadcrumbs":"Proxy » Filters » Match » Match","id":"106","title":"Match"},"107":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"107","title":"Filter name"},"108":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Match » Configuration Examples","id":"108","title":"Configuration Examples"},"109":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Configuration for [`Match`][super::Match].\ntype: object\nproperties: on_read: description: Configuration for [`Filter::read`][crate::filters::Filter::read]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null' on_write: description: Configuration for [`Filter::write`][crate::filters::Filter::write]. anyOf: - $ref: '#/definitions/DirectionalConfig' - type: 'null'\nadditionalProperties: false\ndefinitions: Branch: description: A specific match branch. The filter is run when `value` matches the value defined in `metadata_key`. type: object required: - name - value properties: config: true label: type: - string - 'null' name: type: string value: description: The value to compare against the dynamic metadata. allOf: - $ref: '#/definitions/Value' DirectionalConfig: description: Configuration for a specific direction. type: object required: - branches - metadataKey properties: branches: description: List of filters to compare and potentially run if any match. type: array items: $ref: '#/definitions/Branch' fallthrough: description: The behaviour for when none of the `branches` match. default: config: null label: null name: quilkin.filters.drop.v1alpha1.Drop allOf: - $ref: '#/definitions/Filter' metadataKey: description: The key for the metadata to compare against. allOf: - $ref: '#/definitions/Key' Filter: description: Filter is the configuration for a single filter type: object required: - name properties: config: true label: type: - string - 'null' name: type: string additionalProperties: false Key: description: A key in the metadata table. type: string Value: anyOf: - type: boolean - type: integer format: uint64 minimum: 0.0 - type: array items: $ref: '#/definitions/Value' - type: string - type: array items: type: integer format: uint8 minimum: 0.0 View the Match filter documentation for more details.","breadcrumbs":"Proxy » Filters » Match » Configuration Options ( Rust Doc )","id":"109","title":"Configuration Options ( Rust Doc )"},"11":{"body":"Our current testing shows that on Quilkin shows that it process packets quite fast ! We won't be publishing performance benchmarks, as performance will always change depending on the underlying hardware, number of filters, configurations and more. We highly recommend you run your own load tests on your platform and configuration, matching your production workload and configuration as close as possible. Our iperf3 based performance test in the examples' folder is a good starting point. Since this is still an alpha project, we have plans on investigating further performance improvements in upcoming releases, both from an optimisation and observability perspective as well.","breadcrumbs":"FAQ » Just how fast is Quilkin? What sort of performance can I expect?","id":"11","title":"Just how fast is Quilkin? What sort of performance can I expect?"},"110":{"body":"quilkin_filter_int_counter{label=\"packets_matched_total\"} A counter of the total number of packets where the dynamic metadata matches a branch value. quilkin_filter_int_counter{label=\"packets_fallthrough_total\"} A counter of the total number of packets that are processed by the fallthrough configuration.","breadcrumbs":"Proxy » Filters » Match » Metrics","id":"110","title":"Metrics"},"111":{"body":"The Pass filter that always passes any packet through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Pass » Pass","id":"111","title":"Pass"},"112":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"112","title":"Filter name"},"113":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Pass » Configuration Examples","id":"113","title":"Configuration Examples"},"114":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"114","title":"Configuration"},"115":{"body":"The Timestamp filter accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. Mostly useful in combination with other filters such as Capture to pull timestamp data from packets.","breadcrumbs":"Proxy » Filters » Timestamp » Timestamp","id":"115","title":"Timestamp"},"116":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"116","title":"Filter name"},"117":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: example.com/session_duration prefix: size: 3 remove: false - name: quilkin.filters.timestamp.v1alpha1.Timestamp config: metadataKey: example.com/session_duration\nclusters: - endpoints: - address: 127.0.0.1:26000\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Examples","id":"117","title":"Configuration Examples"},"118":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a [self]'s configuration.\ntype: object\nrequired:\n- metadataKey\nproperties: metadataKey: description: The metadata key to read the UTC UNIX Timestamp from. allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Timestamp » Configuration Options ( Rust Doc )","id":"118","title":"Configuration Options ( Rust Doc )"},"119":{"body":"quilkin_filter_histogram{label=\"duration\"} A histogram of durations from metadata_key to now in the packet direction.","breadcrumbs":"Proxy » Filters » Timestamp » Metrics","id":"119","title":"Metrics"},"12":{"body":"Quilkin is also released as a library so it can be integrated with an external codebase as necessary. Using Rust code inside a C or C++ project mostly consists of two parts. Creating a C-friendly API in Rust Embedding your Rust project into an external build system See A little Rust with your C for more information. Over time, we will be expanding documentation on how to integrate with specific engines if running Quilkin as a separate binary is not an option.","breadcrumbs":"FAQ » Can I integrate Quilkin with C++ code?","id":"12","title":"Can I integrate Quilkin with C++ code?"},"120":{"body":"The TokenRouter filter's job is to provide a mechanism to declare which Endpoints a packet should be sent to. This Filter provides this functionality by comparing a byte array token found in the Filter Dynamic Metadata from a previous Filter, and comparing it to Endpoint's tokens , and sending packets to those Endpoints only if there is a match.","breadcrumbs":"Proxy » Filters » Token Router » TokenRouter","id":"120","title":"TokenRouter"},"121":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"121","title":"Filter name"},"122":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); View the CaptureBytes filter documentation for more details.","breadcrumbs":"Proxy » Filters » Token Router » Configuration Examples","id":"122","title":"Configuration Examples"},"123":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nproperties: metadataKey: description: the key to use when retrieving the token from the Filter's dynamic metadata default: quilkin.dev/capture allOf: - $ref: '#/definitions/Key'\ndefinitions: Key: description: A key in the metadata table. type: string","breadcrumbs":"Proxy » Filters » Token Router » Configuration Options ( Rust Doc )","id":"123","title":"Configuration Options ( Rust Doc )"},"124":{"body":"quilkin_filter_TokenRouter_packets_dropped_total A counter of the total number of packets that have been dropped. This is also provided with a Reason label, as there are differing reasons for packets to be dropped: NoEndpointMatch - The token provided via the Filter dynamic metadata does not match any Endpoint's tokens. NoTokenFound - No token has been found in the Filter dynamic metadata. InvalidToken - The data found for the token in the Filter dynamic metadata is not of the correct data type (Vec)","breadcrumbs":"Proxy » Filters » Token Router » Metrics","id":"124","title":"Metrics"},"125":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"125","title":"Sample Applications"},"126":{"body":"In combination with several other filters, the TokenRouter can be utilised as an authentication and access control mechanism for all incoming packets. Capturing the authentication token from an incoming packet can be implemented via the CaptureByte filter, with an example outlined below, or any other filter that populates the configured dynamic metadata key for the authentication token to reside. It is assumed that the endpoint tokens that are used for authentication are generated by an external system, are appropriately cryptographically random and sent to each proxy securely. For example, a configuration would look like: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture # Capture and remove the authentication token config: suffix: size: 3 remove: true - name: quilkin.filters.token_router.v1alpha1.TokenRouter\nclusters: - endpoints: - address: 127.0.0.1:26000 metadata: quilkin.dev: tokens: - MXg3aWp5Ng== # Authentication is provided by these ids, and matched against - OGdqM3YyaQ== # the value stored in Filter dynamic metadata - address: 127.0.0.1:26001 metadata: quilkin.dev: tokens: - bmt1eTcweA==\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2); On the game client side the Concatenate filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"126","title":"Packet Authentication"},"127":{"body":"services ports Protocol QCMP 7600 UDP AND TCP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP and TCP. The purpose of this API is to provide meta operations that can be used by untrusted clients. Currently the API is focuses on providing pings for latency measurement but that may change overtime as new features are added.","breadcrumbs":"Proxy » Control Message Protocol » Quilkin Control Message Protocol (QCMP)","id":"127","title":"Quilkin Control Message Protocol (QCMP)"},"128":{"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":"128","title":"Ping"},"129":{"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":"129","title":"Protocol Data Unit"},"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":"In addition to being able to ping Quilkin to get the latency between the client and proxy. In order to allow clients to send information to services like a matchmaker about which datacentre they are closest to, Quilkin also includes the ability to get a proxy's latency to each of its connected datacentres. Note: This requires a multi-cluster relay setup, as when you set up proxies in the same cluster as gameservers, this measurement is redundant. All that is required to set this up is to provide an ICAO code to the agent in the gameserver cluster. (E.g. through the environment variable ICAO_CODE). No further setup is required. You can use duplicate ICAO codes , Quilkin will choose the best result amongst the duplicates to return. Quilkin assumes that multiple of the same ICAO code refer to the same phyiscal datacentre, so latency between them should negible. Why ICAO? ICAO is an international standard for airport codes, airport codes are an easy human readable code that makes it easy to use geo-visualisations in tools like Grafana, and easily allows grouping. IATA codes only cover major airports, ICAO codes cover practically every airport making them easy to more accurately represent the location of any datacentre.","breadcrumbs":"Proxy » Control Message Protocol » Datacenter Latency","id":"130","title":"Datacenter Latency"},"131":{"body":"Currently the datacentre latency can be retrieved by sending a GET / HTTP request to the QCMP port. The returned data is a JSON object with each key being the ICAO code for the datacentre, and the value being the latency in nanoseconds.","breadcrumbs":"Proxy » Control Message Protocol » API And Schema","id":"131","title":"API And Schema"},"132":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"132","title":"Proxy Metrics"},"133":{"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":"133","title":"ASN Maxmind Information"},"134":{"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 (in nanoseconds). 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":"134","title":"General Metrics"},"135":{"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":"135","title":"Session Metrics"},"136":{"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":"136","title":"Filter Metrics"},"137":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For single-cluster integration, Quilkin provides a manage service, that can be used with a number of configuration discovery providers to provide cluster configuration multiple proxys . With each provider automating the complexity of a full xDS management control plane via integrations with popular projects and common architecture patterns. To view all the providers and options for the manage subcommand, run: $ quilkin manage --help\nRuns Quilkin as a xDS management server, using `provider` as a configuration source Usage: quilkin manage [OPTIONS] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] -p, --port The TCP port to listen to, to serve discovery responses [env: QUILKIN_PORT=] [default: 7800] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [default: any] [possible values: v4, v6, any] -h, --help Print help","breadcrumbs":"Control Plane » xDS Control Plane","id":"137","title":"xDS Control Plane"},"138":{"body":"In addition to static configuration provided upon startup, a Quiklin proxy's configuration can also be updated at runtime. The proxy can be configured on startup to talk to a set of management servers which provide it with updates throughout its lifecycle. Communication between the proxy and management server uses the xDS gRPC protocol , similar to an envoy proxy . xDS is one of the standard configuration mechanisms for software proxies and as a result, Quilkin can be setup to discover configuration resources from any API compatible server. Also, given that the protocol is well specified , it is similarly straight-forward to implement a custom server to suit any deployment's needs. As described within the xDS-api documentation, the xDS API comprises a set of resource discovery APIs, each serving a specific set of configuration resource types, while the protocol itself comes in several variants . Quilkin implements the Aggregated Discovery Service (ADS) Incremental xDS variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"138","title":"Overview"},"139":{"body":"Heavily influenced by xDS's Cluster Discovery Service , Endpoint Discovery Service , and Listener Discovery Service , Quilkin utilises its own custom Configuration xDS resources (reference) to enable dynamic configuration of Datacenters, Clusters, Endpoints and Filters through the Aggregated Discovery Service. This above reference also provides documentation for all the ProtoBuf definitions for all Filters that are available in Quilkin.","breadcrumbs":"Control Plane » xDS Configuration Resources","id":"139","title":"xDS Configuration Resources"},"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":"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":"140","title":"Connecting to an xDS management server"},"141":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"141","title":"xDS Metrics"},"142":{"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":"142","title":"Proxy Mode"},"143":{"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":"143","title":"xDS Provider Mode"},"144":{"body":"The Agones xDS Provider is built to simplify Quilkin integration with Agones game server hosting on top of Kubernetes . This provider watches for changes in Agones GameServer resources in a cluster, and utilises that information to provide Endpoint information to connected Quilkin proxies. To view all the options for the agones provider subcommand, run: $ quilkin manage agones --help\nWatches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration Usage: quilkin manage agones [OPTIONS] Options: -c, --config-namespace The namespace under which the configmap is stored [env: QUILKIN_AGONES_CONFIG_NAMESPACE=] -g, --gameservers-namespace The namespace under which the game servers run [env: QUILKIN_AGONES_GAMESERVERS_NAMESPACE=] [default: default] -h, --help Print help Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"144","title":"Agones xDS Provider"},"145":{"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":"145","title":"Endpoint Configuration"},"146":{"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":"146","title":"Access Tokens"},"147":{"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":"147","title":"Filter Configuration"},"148":{"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":"148","title":"Usage"},"149":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. To view all the options for the file provider subcommand, run: $ quilkin manage agones --help\nWatches for changes to the file located at `path` Usage: quilkin manage file Arguments: The path to the source config [env: QUILKIN_FS_PATH=] Options: -h, --help Print help For example: quilkin manage file quilkin.yaml We run this on port 1800, in this example, in case you are running this locally, and the default port is taken up by an existing Quilkin proxy. After running this command, any proxy that connects to port 18000 will receive updates as configured in config.yaml file. You can find the configuration file schema in Configuration File . Example: # let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: hello\nclusters: - endpoints: - address: 123.0.0.1:29 metadata: 'quilkin.dev': tokens: - 'MXg3aWp5Ng=='\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Control Plane » Providers » Filesystem » Filesystem xDS Provider","id":"149","title":"Filesystem xDS Provider"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » Protocol Documentation","id":"150","title":"Protocol Documentation"},"151":{"body":"quilkin/relay/v1alpha1/relay.proto AggregatedControlPlaneDiscoveryService quilkin/config/v1alpha1/config.proto Cluster ClusterMap Datacenter Endpoint Filter FilterChain Host Ipv6 Locality quilkin/filters/capture/v1alpha1/capture.proto Capture Capture.Prefix Capture.Regex Capture.Suffix quilkin/filters/compress/v1alpha1/compress.proto Compress Compress.ActionValue Compress.ModeValue Compress.Action Compress.Mode quilkin/filters/concatenate/v1alpha1/concatenate.proto Concatenate Concatenate.StrategyValue Concatenate.Strategy quilkin/filters/debug/v1alpha1/debug.proto Debug quilkin/filters/drop/v1alpha1/drop.proto Drop quilkin/filters/firewall/v1alpha1/firewall.proto Firewall Firewall.PortRange Firewall.Rule Firewall.Action quilkin/filters/load_balancer/v1alpha1/load_balancer.proto LoadBalancer LoadBalancer.PolicyValue LoadBalancer.Policy quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto LocalRateLimit quilkin/filters/match/v1alpha1/match.proto Match Match.Branch Match.Config quilkin/filters/pass/v1alpha1/pass.proto Pass quilkin/filters/token_router/v1alpha1/token_router.proto TokenRouter quilkin/filters/timestamp/v1alpha1/timestamp.proto Timestamp Scalar Value Types Top","breadcrumbs":"Control Plane » Protobuf Reference » Table of Contents","id":"151","title":"Table of Contents"},"152":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/relay/v1alpha1/relay.proto","id":"152","title":"quilkin/relay/v1alpha1/relay.proto"},"153":{"body":"The Manager Discovery Service provides an RPC for a management service to upstream its configuration to a relay service. This RPC works essentially the same as xDS, except instead of the client connecting to the server to receive configuration, the client is connecting to the server send its configuration. This service enables the relay to merge the configuration of all currently live management servers as a single aggregated xDS server without the relay needing to maintain a list of xDS servers to connect to in the relay itself. Method Name Request Type Response Type Description StreamAggregatedResources .envoy.service.discovery.v3.DiscoveryResponse stream .envoy.service.discovery.v3.DiscoveryRequest stream This RPC is not supported but remains here as part of the xDS standard, as Quilkin only uses a delta configuration transport for performance reasons. DeltaAggregatedResources .envoy.service.discovery.v3.DeltaDiscoveryResponse stream .envoy.service.discovery.v3.DeltaDiscoveryRequest stream Delta (Incremental) xDS implementation Top","breadcrumbs":"Control Plane » Protobuf Reference » AggregatedControlPlaneDiscoveryService","id":"153","title":"AggregatedControlPlaneDiscoveryService"},"154":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/config/v1alpha1/config.proto","id":"154","title":"quilkin/config/v1alpha1/config.proto"},"155":{"body":"Field Type Label Description locality Locality endpoints Endpoint repeated","breadcrumbs":"Control Plane » Protobuf Reference » Cluster","id":"155","title":"Cluster"},"156":{"body":"Field Type Label Description clusters Cluster repeated","breadcrumbs":"Control Plane » Protobuf Reference » ClusterMap","id":"156","title":"ClusterMap"},"157":{"body":"Field Type Label Description host string qcmp_port uint32 icao_code string","breadcrumbs":"Control Plane » Protobuf Reference » Datacenter","id":"157","title":"Datacenter"},"158":{"body":"Field Type Label Description host string port uint32 metadata google.protobuf.Struct host2 Host","breadcrumbs":"Control Plane » Protobuf Reference » Endpoint","id":"158","title":"Endpoint"},"159":{"body":"Field Type Label Description name string label string optional config string optional","breadcrumbs":"Control Plane » Protobuf Reference » Filter","id":"159","title":"Filter"},"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":"Field Type Label Description filters Filter repeated","breadcrumbs":"Control Plane » Protobuf Reference » FilterChain","id":"160","title":"FilterChain"},"161":{"body":"Field Type Label Description name string ipv4 fixed32 ipv6 Ipv6","breadcrumbs":"Control Plane » Protobuf Reference » Host","id":"161","title":"Host"},"162":{"body":"Field Type Label Description first fixed64 second fixed64","breadcrumbs":"Control Plane » Protobuf Reference » Ipv6","id":"162","title":"Ipv6"},"163":{"body":"Field Type Label Description region string zone string sub_zone string Top","breadcrumbs":"Control Plane » Protobuf Reference » Locality","id":"163","title":"Locality"},"164":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/capture/v1alpha1/capture.proto","id":"164","title":"quilkin/filters/capture/v1alpha1/capture.proto"},"165":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue prefix Capture.Prefix suffix Capture.Suffix regex Capture.Regex","breadcrumbs":"Control Plane » Protobuf Reference » Capture","id":"165","title":"Capture"},"166":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Prefix","id":"166","title":"Capture.Prefix"},"167":{"body":"Field Type Label Description regex google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Regex","id":"167","title":"Capture.Regex"},"168":{"body":"Field Type Label Description size uint32 remove google.protobuf.BoolValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Capture.Suffix","id":"168","title":"Capture.Suffix"},"169":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/compress/v1alpha1/compress.proto","id":"169","title":"quilkin/filters/compress/v1alpha1/compress.proto"},"17":{"body":"So that we have a target for sending UDP packets to, let's use ncat to create a simple UDP echo process. To do this run: ncat -e $(which cat) -k -u -l 8080 This routes all UDP packets that ncat receives to the local cat process, which echoes it back.","breadcrumbs":"Netcat » 1. Start an udp echo service","id":"17","title":"1. Start an udp echo service"},"170":{"body":"Field Type Label Description mode Compress.ModeValue on_read Compress.ActionValue on_write Compress.ActionValue","breadcrumbs":"Control Plane » Protobuf Reference » Compress","id":"170","title":"Compress"},"171":{"body":"Field Type Label Description value Compress.Action","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ActionValue","id":"171","title":"Compress.ActionValue"},"172":{"body":"Field Type Label Description value Compress.Mode","breadcrumbs":"Control Plane » Protobuf Reference » Compress.ModeValue","id":"172","title":"Compress.ModeValue"},"173":{"body":"Name Number Description DoNothing 0 Compress 1 Decompress 2","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Action","id":"173","title":"Compress.Action"},"174":{"body":"Name Number Description Snappy 0 Lz4 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Compress.Mode","id":"174","title":"Compress.Mode"},"175":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/concatenate/v1alpha1/concatenate.proto","id":"175","title":"quilkin/filters/concatenate/v1alpha1/concatenate.proto"},"176":{"body":"Field Type Label Description on_write Concatenate.StrategyValue on_read Concatenate.StrategyValue bytes bytes","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate","id":"176","title":"Concatenate"},"177":{"body":"Field Type Label Description value Concatenate.Strategy","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.StrategyValue","id":"177","title":"Concatenate.StrategyValue"},"178":{"body":"Name Number Description DoNothing 0 Append 1 Prepend 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » Concatenate.Strategy","id":"178","title":"Concatenate.Strategy"},"179":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/debug/v1alpha1/debug.proto","id":"179","title":"quilkin/filters/debug/v1alpha1/debug.proto"},"18":{"body":"Next let's configure Quilkin in proxy mode, with a static configuration that points at the UDP echo service we just started. quilkin proxy --to 127.0.0.1:8080 This configuration will start Quilkin on the default proxy port , and it will redirect all incoming UDP traffic to a single endpoint of 127.0.0.1, port 8080. You should see an output like the following: {\"timestamp\":\"2023-01-19T10:16:23.399277Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.6\n.0-dev\",\"commit\":\"72176a191ffc3a597e3834ee1d0090b30caf81d4\"},\"target\":\"quilkin::cli\",\"filename\":\"src/cli.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.399771Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"addres\ns\":\"0.0.0.0:8000\"},\"target\":\"quilkin::admin\",\"filename\":\"src/admin.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.400544Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7777,\"proxy_id\"\n:\"7e9fc464-6ccc-41fe-afc4-6c97089de9b8\"},\"target\":\"quilkin::proxy\",\"filename\":\"src/proxy.rs\"}\n{\"timestamp\":\"2023-01-19T10:16:23.401192Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"qui","breadcrumbs":"Netcat » 2. Start Quilkin","id":"18","title":"2. Start Quilkin"},"180":{"body":"Field Type Label Description id google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » Debug","id":"180","title":"Debug"},"181":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/drop/v1alpha1/drop.proto","id":"181","title":"quilkin/filters/drop/v1alpha1/drop.proto"},"182":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Drop","id":"182","title":"Drop"},"183":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/firewall/v1alpha1/firewall.proto","id":"183","title":"quilkin/filters/firewall/v1alpha1/firewall.proto"},"184":{"body":"Field Type Label Description on_read Firewall.Rule repeated on_write Firewall.Rule repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall","id":"184","title":"Firewall"},"185":{"body":"Field Type Label Description min uint32 max uint32","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.PortRange","id":"185","title":"Firewall.PortRange"},"186":{"body":"Field Type Label Description action Firewall.Action sources string repeated ports Firewall.PortRange repeated","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Rule","id":"186","title":"Firewall.Rule"},"187":{"body":"Name Number Description Allow 0 Deny 1 Top","breadcrumbs":"Control Plane » Protobuf Reference » Firewall.Action","id":"187","title":"Firewall.Action"},"188":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/load_balancer/v1alpha1/load_balancer.proto","id":"188","title":"quilkin/filters/load_balancer/v1alpha1/load_balancer.proto"},"189":{"body":"Field Type Label Description policy LoadBalancer.PolicyValue","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer","id":"189","title":"LoadBalancer"},"19":{"body":"In (yet 😃) another shell, let's use netcat to send an udp packet. Run the following to connect netcat to Quilkin's receiving port of 7000 via UDP (-u): nc -u 127.0.0.1 7777 Type the word \"test\" and hit enter, you should see it echoed back to you like so: nc -u 127.0.0.1 7777\ntest\ntest Feel free to send even more packets, as many as you would like 👍. Congratulations! You have successfully routed a UDP packet and back again with Quilkin! What's next? Run through the Quilkin with Agones quickstart . Have a look at some of the examples we have.","breadcrumbs":"Netcat » 3. Send a packet","id":"19","title":"3. Send a packet"},"190":{"body":"Field Type Label Description value LoadBalancer.Policy","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.PolicyValue","id":"190","title":"LoadBalancer.PolicyValue"},"191":{"body":"Name Number Description RoundRobin 0 Random 1 Hash 2 Top","breadcrumbs":"Control Plane » Protobuf Reference » LoadBalancer.Policy","id":"191","title":"LoadBalancer.Policy"},"192":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto","id":"192","title":"quilkin/filters/local_rate_limit/v1alpha1/local_rate_limit.proto"},"193":{"body":"Field Type Label Description max_packets uint64 period google.protobuf.UInt32Value Top","breadcrumbs":"Control Plane » Protobuf Reference » LocalRateLimit","id":"193","title":"LocalRateLimit"},"194":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/match/v1alpha1/match.proto","id":"194","title":"quilkin/filters/match/v1alpha1/match.proto"},"195":{"body":"Field Type Label Description on_read Match.Config optional on_write Match.Config optional","breadcrumbs":"Control Plane » Protobuf Reference » Match","id":"195","title":"Match"},"196":{"body":"Field Type Label Description value google.protobuf.Value filter envoy.config.listener.v3.Filter","breadcrumbs":"Control Plane » Protobuf Reference » Match.Branch","id":"196","title":"Match.Branch"},"197":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue branches Match.Branch repeated fallthrough envoy.config.listener.v3.Filter Top","breadcrumbs":"Control Plane » Protobuf Reference » Match.Config","id":"197","title":"Match.Config"},"198":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/pass/v1alpha1/pass.proto","id":"198","title":"quilkin/filters/pass/v1alpha1/pass.proto"},"199":{"body":"Top","breadcrumbs":"Control Plane » Protobuf Reference » Pass","id":"199","title":"Pass"},"2":{"body":"Some of Quilkin's advantages: Lower development and operational costs for securing, monitoring and making reliable multiplayer game servers and their communications. Provide entry-point redundancy for your game clients to connect to - making it much harder to take down your game servers. Multiple integration patterns, allowing you to choose the level of integration that makes sense for your architecture. Remove non-game specific computation out of your game server's processing loop - and save that precious CPU for your game simulation!","breadcrumbs":"Introduction » Why use Quilkin?","id":"2","title":"Why use Quilkin?"},"20":{"body":"","breadcrumbs":"Agones + Xonotic (Sidecar) » Quickstart: Quilkin with Agones and Xonotic (Sidecar)","id":"20","title":"Quickstart: Quilkin with Agones and Xonotic (Sidecar)"},"200":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/token_router/v1alpha1/token_router.proto","id":"200","title":"quilkin/filters/token_router/v1alpha1/token_router.proto"},"201":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue Top","breadcrumbs":"Control Plane » Protobuf Reference » TokenRouter","id":"201","title":"TokenRouter"},"202":{"body":"","breadcrumbs":"Control Plane » Protobuf Reference » quilkin/filters/timestamp/v1alpha1/timestamp.proto","id":"202","title":"quilkin/filters/timestamp/v1alpha1/timestamp.proto"},"203":{"body":"Field Type Label Description metadata_key google.protobuf.StringValue","breadcrumbs":"Control Plane » Protobuf Reference » Timestamp","id":"203","title":"Timestamp"},"204":{"body":".proto Type Notes C++ Java Python Go C# PHP Ruby double double double float float64 double float Float float float float float float32 float float Float int32 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. int32 int int int32 int integer Bignum or Fixnum (as required) int64 Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. int64 long int/long int64 long integer/string Bignum uint32 Uses variable-length encoding. uint32 int int/long uint32 uint integer Bignum or Fixnum (as required) uint64 Uses variable-length encoding. uint64 long int/long uint64 ulong integer/string Bignum or Fixnum (as required) sint32 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. int32 int int int32 int integer Bignum or Fixnum (as required) sint64 Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. int64 long int/long int64 long integer/string Bignum fixed32 Always four bytes. More efficient than uint32 if values are often greater than 2^28. uint32 int int uint32 uint integer Bignum or Fixnum (as required) fixed64 Always eight bytes. More efficient than uint64 if values are often greater than 2^56. uint64 long int/long uint64 ulong integer/string Bignum sfixed32 Always four bytes. int32 int int int32 int integer Bignum or Fixnum (as required) sfixed64 Always eight bytes. int64 long int/long int64 long integer/string Bignum bool bool boolean boolean bool bool boolean TrueClass/FalseClass string A string must always contain UTF-8 encoded or 7-bit ASCII text. string String str/unicode string string string String (UTF-8) bytes May contain any arbitrary sequence of bytes. string ByteString str []byte ByteString string String (ASCII-8BIT)","breadcrumbs":"Control Plane » Protobuf Reference » Scalar Value Types","id":"204","title":"Scalar Value Types"},"205":{"body":"services ports Protocol ADS 7800 gRPC(IPv4 OR IPv6) CPDS 7900 gRPC(IPv4 OR IPv6) Note: This service is currently in active experimentation and development so there may be bugs which cause it to be unusable for production, as always all bug reports are welcome and appreciated. For multi-cluster integration, Quilkin provides a relay service, that can be used with a multiple control plane services in different clusters to provide a unified \"Aggregated Discovery Service\" endpoint for proxy services. To connect to a control plane to a relay, add the --relay flag to your control plane with the address of the relay. Then to connect a proxy service to the relay's ADS endpoint, you use the same --management-server argument for connecting to control planes. To view all options for the relay subcommand, run: $ quilkin relay --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin relay [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -m, --mds-port Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] -x, --xds-port Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -h, --help Print help Each sub-control planes (file, agones, etc) matches the quilkin manage providers capabilities. Have a look at each of the Control Plane > Providers documentation for integration details.","breadcrumbs":"Relay » Control Plane Relay","id":"205","title":"Control Plane Relay"},"206":{"body":"To get started with the relay service we need to start the relay service, and then setup our configuration source. For this we're going to the built-in relay client in the control plane service to forward information to the relay. For this demo we'll use the file provider for the control plane, but this example works with any configuration provider. # quilkin.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:8888 To start the relay, run the relay command: quilkin relay To spawn the control plane and have the control plane send its configuration, we need to run the manage command with the --relay flag with the address of the relay of the relay server we just spawned which is at port 7900 by default. We're also going to set --admin-address and --port flags to avoid port collision with the relay's admin and xds endpoints. quilkin --admin-address http://localhost:8001 \\ manage \\ --port 7801 \\ --relay http://localhost:7900 \\ file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Control Plane\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config Since the relay service also exposes a aDS control plane endpoint, that represents the merged set of all sources, to connect this to the proxy all we have to do is use the same --management-server flag that we use to specify the location of control planes, then the proxies will be able to pull configuration from the relay. quilkin --admin-address http://localhost:8002 proxy --management-server http://127.0.0.1:7800 We can also additionally add a second control plane source to the relay, which will be merged with our control plane's configuration to create a singular set of data that the proxies can query using xDS discovery requests. # quilkin2.yaml\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:9999 quilkin --admin-address http://localhost:8003 \\ manage \\ --port 7802 \\ --relay http://localhost:7900 \\ file quilkin.yaml And that's it! We've just setup control planes to look for configuration changes in our system, a relay to merge any changes into a unified dataset, and set up proxies that make use of that data to decide where and how to send packets.","breadcrumbs":"Relay » Quickstart","id":"206","title":"Quickstart"},"207":{"body":"services ports Protocol QCMP 7600 UDP(IPv4 OR IPv6) For multi-cluster integration, Quilkin provides a agent service, that can be deployed to a cluster to act as a beacon for QCMP pings and forward cluster configuration information to a relay service. Agent configuration sources matches that of the Management Server , such as Filesystem and Agones . To view all options for the agent subcommand, run: $ quilkin agent --help\nRuns Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services Usage: quilkin agent [OPTIONS] [COMMAND] Commands: agones Watches Agones' game server CRDs for `Allocated` game server endpoints, and for a `ConfigMap` that specifies the filter configuration file Watches for changes to the file located at `path` help Print this message or the help of the given subcommand(s) Options: -q, --qcmp-port Port for QCMP service [env: QCMP_PORT=] [default: 7600] -r, --relay One or more `quilkin relay` endpoints to push configuration changes to [env: QUILKIN_MANAGEMENT_SERVER=] --region The `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_REGION=] --zone The `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_ZONE=] --sub-zone The `sub_zone` in the `zone` in the `region` to set in the cluster map for any provider endpoints discovered [env: QUILKIN_SUB_ZONE=] --address-type If specified, filters the available gameserver addresses to the one that matches the specified type --ip-kind If specified, additionally filters the gameserver address by its ip kind [possible values: v4, v6, any] -i, --icao-code The ICAO code for the agent [env: ICAO_CODE=] [default: XXXX] -h, --help Print help","breadcrumbs":"Relay » Agents » Quilkin Agent","id":"207","title":"Quilkin Agent"},"208":{"body":"The simplest version of the agent service is just running quilkin agent, this will setup just the QCMP service allowing the agent to be pinged for measuring round-time-trips (RTT). quilkin agent To run an agent with the relay (see relay quickstart for more information), you just need to specify the relay endpoint with the --relay flag and provide a configuration discovery provider such as a configuration file or Agones. quilkin --admin-adress http://localhost:8001 agent --relay http://localhost:7900 file quilkin.yaml Now if we run cURL on both the relay and the control plane we should see that they both contain the same set of endpoints. # Check Agent\ncurl localhost:8001/config\n# Check Relay\ncurl localhost:8000/config","breadcrumbs":"Relay » Agents » Quickstart","id":"208","title":"Quickstart"},"209":{"body":"This is an unreal engine 5 plugin for Quilkin, a UDP proxy for gameservers. The plugin provides several features that you can use with Quilkin deployments, such as proxying game traffic, and latency measurement. You can also find guide level documentation on how the proxy works in the Quilkin Book .","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"209","title":"Quilkin Unreal Engine Plugin"},"21":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides.","breadcrumbs":"Agones + Xonotic (Sidecar) » Requirements","id":"21","title":"Requirements"},"210":{"body":"Copy this plugin to your Plugins folder in your Engine directory.","breadcrumbs":"Unreal Engine » Installation","id":"210","title":"Installation"},"211":{"body":"Static configuration is available in the editor through UQuilkinDeveloperSettings in \"Project Settings\". Dynamic configuration is available through UQuilkinConfigSubsystem, it is initialised from the settings provided in UQuilkinDeveloperSettings, but can also be updated in code, and users can bind individual properties to delegates allowing them to dynamically set based on custom logic. bool Enabled Whether the plugin will attach a versioned routing token to UDP packets to allow load balancers forward traffic to the correct gameserver. This also requires the address the clients connect to be a Quilkin load balancer, if connected directly to a gameserver the client will be rejected. bool EnabledInPie By default Enabled is disabled in editor to prevent interfering with local clients and gameservers, you can override this behaviour by also enabling EnabledInPie. TArray RoutingToken The routing token representing the gameserver a client wants to reach, the token must be 16 bytes exactly. Currently the plugin only supports using Enabled with a routing token to create the following layout. It is assumed that the routing token would come from an external service, such as a matchmaking system. | token | version X bytes | 16 bytes | 1 byte TArray Endpoints A set of Quilkin load balancer endpoints that can be used for the following features. bool MeasureEndpoints When enabled, the plugin will start a new Tick task that executes at a fixed interval (currently 30 seconds), where it will spawn a new background task that will ping each endpoint in Endpoints, and track its measurement in a fixed size circular buffer. Pings are handled through Quilkin Control Message Protocol, this is a bespoke protocol for UDP to be able to support situations where for example using ICMP is not possible, see the Quilkin Book for more details on the protocol data unit. Note MeasureEndpoints is orthogonal to Enabled and UseEndpoints meaning that you can use MeasureEndpoints for latency measurements without being required to also use Quilkin for game traffic. bool UseEndpoints Whether to use Endpoints for game traffic. When enabled, instead of using the provided FInternetAddr, the plugin will choose the lowest latency endpoint available and send traffic through that endpoint to connect to the gameserver, and if the latency should exceed JitterThreshold then the plugin will attempt to redirect traffic to the next available endpoint with the lowest latency.","breadcrumbs":"Unreal Engine » Configuration","id":"211","title":"Configuration"},"212":{"body":"Quilkin exposes a number of delegates to be able to access certain information, they can be accessed through the FQuilkinDelegates class. GetQuilkinEndpointMeasurements returns TArray representing each endpoint set in Endpoints with their median latency. The array will be empty if no endpoints have been set and MeasureEndpoints is not enabled. GetLowestLatencyEndpoint returns TOptional is a specialisation of GetQuilkinEndpointMeasurements returning the lowest latency endpoint and its median latency. The delegate will return None if the array is empty and MeasureEndpoints is not enabled.","breadcrumbs":"Unreal Engine » Delegates","id":"212","title":"Delegates"},"213":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"213","title":"Administration"},"214":{"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":"214","title":"Logging"},"215":{"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":"215","title":"HTTP API"},"216":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"216","title":"Endpoints"},"217":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Liveness is defined as \"hasn't panicked\", as long as the process has not panicked quilkin is considered live.","breadcrumbs":"Administration » /live","id":"217","title":"/live"},"218":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Readiness is service and provider specific, so based on what you're running there will be different criteria for a service to be considered ready. Here's a list of the criteria for each service an provider. Service Readiness Proxy Management server is connected (or always true if config is static) OR if there is more than one endpoint configured Manage Provider is ready Relay Provider is ready Agent Provider is ready AND connected to relay Provider Readiness Agones The service is connected to kube-api File The service has found and watches the file When setting thresholds for your proxy probes, you generally want to set a low check period (e.g. periodSeconds=1) and a low success threshold (e.g. successThreshold=1), but a high failureThreshold (e.g. failureThreshold=60) and terminationGracePeriodSeconds to allow for backoff attempts and existing player sessions to continue without disruption. Proxy Mode Will return an HTTP status of 200 when there is at least one endpoint to send data to. This is primarily to ensure that new proxies that have yet to get configuration information from an xDS server aren't send data until they are fully populated. xDS Provider Mode Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /ready","id":"218","title":"/ready"},"219":{"body":"Outputs Prometheus formatted metrics for this instance. See the Proxy Metrics documentation for what proxy metrics are available. See the xDS Metrics documentation for what xDS metrics are available. Heap Allocation Metrics Quilkin exposes the following metrics on heap allocations, which are useful for performance observability: quilkin_allocation_bytes_total (Counter) The total number of allocated bytes. quilkin_allocation_total (Counter) The total number of allocations. quilkin_extant_allocation_size (Gauge) The current total of extant allocation bytes. quilkin_extant_allocation_count (Gauge) The current number of extant allocations\"","breadcrumbs":"Administration » /metrics","id":"219","title":"/metrics"},"22":{"body":"In this step, we're going to set up a Xonotic dedicated game server, with Quilkin running as a sidecar , which will give us access to all the metrics that Quilkin provides. kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml This applies two resources to your cluster: A Kubernetes ConfigMap with a basic Quilkin static configuration. An Agones Fleet specification with Quilkin running as a sidecar to Xonotic, such that it can process all the UDP traffic and pass it to the Xonotic dedicated game server. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-htc2x-84mzm Ready 34.94.107.201 7533 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-htc2x-sdp4k Ready 34.94.107.201 7599 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 1. Agones Fleet with Quilkin","id":"22","title":"1. Agones Fleet with Quilkin"},"220":{"body":"This provides a endpoint to profile Quilkin's performance. You can use with any system which supports pprof output such as Pyroscope . This requires setting up a writable /tmp directory in the Quilkin container. E.g. apiVersion: apps/v1\nkind: Deployment\nspec: template: spec: containers: - name: quilkin # ...Other container configuration... volumeMounts: - mountPath: /tmp name: tmp subPath: tmp volumes: - name: tmp emptyDir: medium: Memory sizeLimit: 64Mi","breadcrumbs":"Administration » /debug/pprof/profile","id":"220","title":"/debug/pprof/profile"},"221":{"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":"221","title":"/config"},"222":{"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":"222","title":"Quilkin Integration Examples"},"223":{"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":"223","title":"Server Proxy as a Sidecar"},"224":{"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":"224","title":"Client Proxy to Sidecar Server Proxy"},"225":{"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":"225","title":"Client Proxy to Separate Server Proxies Pools"},"226":{"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":"226","title":"What Next?"},"227":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"227","title":"Third Party Videos and Presentations"},"228":{"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":"228","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"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} 8000 Then open a browser to http://localhost:8000/metrics to see the Prometheus metrics that Quilkin exports.","breadcrumbs":"Agones + Xonotic (Sidecar) » 3. Check out the metrics","id":"24","title":"3. Check out the metrics"},"25":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 5. Cleanup","id":"25","title":"5. Cleanup"},"26":{"body":"Let's take this one step further and compress the data between the Xonotic client and the server, without having to change either of them! Let's create a new Xonotic Fleet on our Agones cluster, but this time configured such that Quilkin will decompress packets that are incoming. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml This will implement the Compress filter in our Quilkin sidecar proxy in our new Fleet. Now you can run kubectl get gameservers until all your Agones GameServers are marked as Ready like so: $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-sidecar-compress-htc2x-84mzm Ready 34.94.107.201 7534 gke-agones-default-pool-0f7d8adc-7w3c 7m25s\nxonotic-sidecar-compress-htc2x-sdp4k Ready 34.94.107.201 7592 gke-agones-default-pool-0f7d8adc-7w3c 7m25s","breadcrumbs":"Agones + Xonotic (Sidecar) » 6. Agones Fleet, but with Compression","id":"26","title":"6. Agones Fleet, but with Compression"},"27":{"body":"What we will do in this step, is run Quilkin locally as a client-side proxy to compress the UDP data before it is sent up to our Xonotic servers that are expecting compressed data. First, grab a copy of the Quilkin configuration client-compress.yaml locally. This has the Compress filter already configured, but we need to fill in the address to connect to. Rather than editing a file, this could also be sent through the xDS API , but it is easier to demonstrate this functionality through a static configuration. Instead of connecting Xonotic directly, take the IP and port from one of the Agones hosted GameServer records, and replace the ${GAMESERVER_IP} and ${GAMESERVER_PORT} values in your copy of client-compress.yaml. Run this configuration locally as: quilkin -c ./client-compress.yaml proxy Now we can connect to the local client proxy on \"127.0.0.1:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of compressing the data for you without having to change the game client! Congratulations! You are now using Quilkin to manipulate the game client to server connection, without having to edit either!","breadcrumbs":"Agones + Xonotic (Sidecar) » 4. Play Xonotic, through Quilkin","id":"27","title":"4. Play Xonotic, through Quilkin"},"28":{"body":"Run the following to delete the Fleet and the accompanying ConfigMap: kubectl delete -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-sidecar/sidecar-compress.yaml","breadcrumbs":"Agones + Xonotic (Sidecar) » 7. Cleanup","id":"28","title":"7. Cleanup"},"29":{"body":"Have a look at the examples folder for configuration and usage examples.","breadcrumbs":"Agones + Xonotic (Sidecar) » What's Next?","id":"29","title":"What's Next?"},"3":{"body":"Quilkin incorporates these abilities: Non-transparent proxying of UDP data, the internal state of your game architecture is not visible to bad actors. Out of the box metrics for UDP packet information. Composable tools for access control and security. Able to be utilised as a standalone binary, with no client/server changes required or as a Rust library depending on how deep an integration you wish for your system. Integration with Game Server hosting platforms such as Agones . Can be integrated with C/C++ code bases via FFI.","breadcrumbs":"Introduction » Major Features","id":"3","title":"Major Features"},"30":{"body":"","breadcrumbs":"Agones + Xonotic (xDS) » Quickstart: Quilkin with Agones and Xonotic (xDS)","id":"30","title":"Quickstart: Quilkin with Agones and Xonotic (xDS)"},"31":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (xDS) » Requirements","id":"31","title":"Requirements"},"32":{"body":"In this quickstart, we'll be setting up an example Xonotic Agones Fleet, that will only be accessible through Quilkin that is hosted within the same cluster, utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Agones xDS Provider to provide an out-of-the-box control plane for integration between Agones and Quilkin's xDS configuration API with minimal effort.","breadcrumbs":"Agones + Xonotic (xDS) » 1. Overview","id":"32","title":"1. Overview"},"33":{"body":"To install Quilkin as an Agones integrated xDS control plane, we can create a deployment of Quilkin running as quilkin manage agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/xds-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin manage agones process to inspect Agones resources. A matching Deployment that runs the quilkin manage process xDS control plane and a Service that the Quilkin proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 76s We can now run kubectl get service quilkin-manage-agones and see the service that is generated in front of the above Deployment for our Quilkin proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-manage-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-manage-agones ClusterIP 10.104.2.72 80/TCP 1m23s","breadcrumbs":"Agones + Xonotic (xDS) » 2. Install Quilkin Agones xDS Provider","id":"33","title":"2. Install Quilkin Agones xDS Provider"},"34":{"body":"To install the Quilkin Proxy pool which connects to the above xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-manage-agones:80 all connected to the quilkin-manage-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-manage-agones-54b787654-9dbvp 1/1 Running 0 5m7s\nquilkin-proxies-78965c446d-dqvjg 1/1 Running 0 6s\nquilkin-proxies-78965c446d-fr6zs 1/1 Running 0 6s\nquilkin-proxies-78965c446d-m4rr7 1/1 Running 0 6s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin manage agones instance. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin manage agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the xds-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (xDS) » 3. Install Quilkin Proxy Pool","id":"34","title":"3. Install Quilkin Proxy Pool"},"35":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gameservers\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Ready 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 34s\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 34s","breadcrumbs":"Agones + Xonotic (xDS) » 4. Create the Agones Fleet","id":"35","title":"4. Create the Agones Fleet"},"36":{"body":"To let the Quilkin xDS provider know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-d7rfx-55j7q Allocated 34.168.170.51 7226 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-nx7xr Ready 34.168.170.51 7984 gke-agones-default-534a3f8d-ifpc 23m\nxonotic-d7rfx-sn5d6 Ready 34.168.170.51 7036 gke-agones-default-534a3f8d-ifpc 23m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: $ kubectl describe gameserver xonotic-d7rfx-55j7q\nName: xonotic-d7rfx-55j7q\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-h5cfn\nAnnotations: agones.dev/last-allocated: 2022-12-19T22:59:22.099818298Z agones.dev/ready-container-id: containerd://7b3d9e9dbda6f2e0381df7669f6117bf3e54171469cfacbce2670605a61ce4b8 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"34.168.170.51:7226\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The xDS process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set the routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (xDS) » 5. Allocate a GameServer","id":"36","title":"5. Allocate a GameServer"},"37":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-xds/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (xDS) » Connecting Client Side","id":"37","title":"Connecting Client Side"},"38":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (xDS) » What's Next?","id":"38","title":"What's Next?"},"39":{"body":"","breadcrumbs":"Agones + Xonotic (Relay) » Quickstart: Quilkin with Agones and Xonotic (Relay)","id":"39","title":"Quickstart: Quilkin with Agones and Xonotic (Relay)"},"4":{"body":"Quilkin provides a variety of different services depending on your use-case. The primary service is proxy , which runs a reverse UDP proxy. To see a basic usage of the command-line interface run through the netcat with Quilkin quickstart . For more advanced usage, you might also be interested in: Checking out the installation guide Having a look at the example projects for basic configuration examples. Checking out the example deployment architecture for deploying quilkin for your game network. $ quilkin --help\nThe Command-Line Interface for Quilkin Usage: quilkin [OPTIONS] Commands: agent Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services generate-config-schema Generates JSON schema files for known filters manage Runs Quilkin as a xDS management server, using `provider` as a configuration source qcmp proxy Run Quilkin as a UDP reverse proxy relay Runs Quilkin as a relay service that runs a Manager Discovery Service (mDS) for accepting cluster and configuration information from xDS management services, and exposing it as a single merged xDS service for proxy services help Print this message or the help of the given subcommand(s) Options: --no-admin Whether to spawn the admin server or not [env: NO_ADMIN=] -c, --config The path to the configuration file for the Quilkin instance [env: QUILKIN_CONFIG=] [default: quilkin.yaml] --admin-address The port to bind for the admin server [env: QUILKIN_ADMIN_ADDRESS=] -q, --quiet Whether Quilkin will report any results to stdout/stderr [env: QUIET=] --log-format [default: auto] [possible values: auto, json, plain, pretty] -h, --help Print help -V, --version Print version","breadcrumbs":"Introduction » What Next?","id":"4","title":"What Next?"},"40":{"body":"A terminal with kubectl installed A local copy of the Xonotic client A running Agones Kubernetes cluster Installation instructions If you aren't familiar with Agones, we recommend working through their Getting Started guides. A local copy of the Quilkin Binary .","breadcrumbs":"Agones + Xonotic (Relay) » Requirements","id":"40","title":"Requirements"},"41":{"body":"In this quickstart, we'll be setting up an example multi-cluster Xonotic Agones Fleet, that will only be accessible through Quilkin, via utilising the TokenRouter Filter to provide routing and access control to the Allocated GameServer instances. To do this, we'll take advantage of the Quilkin Relay to provide an out-of-the-box multi-cluster xDS control plane, and the Agones Agent to send information from the cluster(s) to the relay, which can be used as a management server for each of the Quilkin Proxy instances. While the application of quilkin relay is to ultimately provide a solution where multiple clusters feed configuration information into a single relay endpoint via a quilkin agent, in this example we'll use a single cluster for demonstrative purposes.","breadcrumbs":"Agones + Xonotic (Relay) » 1. Overview","id":"41","title":"1. Overview"},"42":{"body":"To install Quilkin as an Agones integrated relay control plane, we can create a deployment of Quilkin running as quilkin relay with a corresponding Agones agent, quilkin agent agones, with the appropriate permissions. Run the following: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/relay-control-plane.yaml This applies several resources to your cluster: A ConfigMap with a Capture and TokenRouter Filter set up to route packets to Endpoints, to be the base configuration for all the Quilkin proxies. Appropriate RBAC permissions for the quilkin agent agones process to inspect Agones resources. A Deployment that runs the quilkin relay process, a matching Deployment for the quilkin agent process and a Service that the Quilkin agents can send configuration information to, and the Proxies can connect to, to get their Filter and Endpoint configuration from. Now we can run kubectl get pods until we see that the Pod for the Deployment is up and running. $ kubectl get pods\nNAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-qh7cq 1/1 Running 0 6s\nquilkin-relay-agones-55fbd69f5d-cdh9k 1/1 Running 0 6s We can now run kubectl get service quilkin-relay-agones and see the service that is generated in front of the above Quilkin Relay Deployment for our Quilkin Proxies to connect to and receive their configuration information from. $ kubectl get service quilkin-relay-agones\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-relay-agones ClusterIP 10.103.243.246 7800/TCP,7900/TCP 57s","breadcrumbs":"Agones + Xonotic (Relay) » 2. Install Quilkin Relay and Agones Agent","id":"42","title":"2. Install Quilkin Relay and Agones Agent"},"43":{"body":"To install the Quilkin Proxy pool which connects to the above Relay xDS provider, we can create a Deployment of Quilkin proxy instances that point to the aforementioned Service, like so: kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/proxy-pool.yaml This will set up three instances of Quilkin running as quilkin proxy --management-server http://quilkin-relay-agones:7900 all of which are connected to the quilkin-relay-agones service. Now we can run kubectl get pods until we see that the Pods for the proxy Deployment is up and running. $ kubectl get pods NAME READY STATUS RESTARTS AGE\nquilkin-agones-agent-9dd6699bd-5brzf 1/1 Running 0 18s\nquilkin-proxies-7d9bbbccdf-5mz4l 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-9vd59 1/1 Running 0 7s\nquilkin-proxies-7d9bbbccdf-vwn2f 1/1 Running 0 7s\nquilkin-relay-agones-55fbd69f5d-k2n7b 1/1 Running 0 18s Let's take this one step further, and check the configuration of the proxies that should have come from the quilkin agent agones instance and passed through the quilkin relay instance into each of the proxies. In another terminal, run: kubectl port-forward deployments/quilkin-proxies 8001:8000, to port forward the admin endpoint locally to port 8001, which we can then query. Go back to your original terminal and run curl -s http://localhost:8001/config If you have jq installed, run curl -s http://localhost:8001/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} This shows us the current configuration of the proxies coming from the xDS server created via quilkin agent agones. The most interesting part that we see here, is that we have a matching set of Filters that are found in the ConfigMap in the relay-control-plane.yaml we installed earlier.","breadcrumbs":"Agones + Xonotic (Relay) » 3. Install Quilkin Proxy Pool","id":"43","title":"3. Install Quilkin Proxy Pool"},"44":{"body":"Now we will create an Agones Fleet to spin up all our Xonotic game servers. Thankfully, Agones Fleets require no specific configuration to work with Quilkin proxies, so this yaml is a standard Agones Fleet configuration kubectl apply -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/fleet.yaml Run kubectl get gameservers until all the GameServer records show that they are Ready and able to take players. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Ready 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 1m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 1m","breadcrumbs":"Agones + Xonotic (Relay) » 4. Create the Agones Fleet","id":"44","title":"4. Create the Agones Fleet"},"45":{"body":"To let the Quilkin Agones Agent know what token will route to which GameServer we need to apply the quilkin.dev/tokens annotation to an allocated GameServer, with the token content as its value. This token would normally get generated by some kind of player authentication service and passed to the client via the matchmaking service - but for demonstrative purposes, we've hardcoded it into the example GameServerAllocation. Since you can add annotations to GameServers at allocation time , we can both allocate a GameServer and apply the annotation at the same time! kubectl create -f https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/gameserverallocation.yaml If we check our GameServers now, we should see that one of them has moved to the Allocated state, marking it as having players playing on it, and therefore it is protected by Agones until the game session ends. $ kubectl get gs\nNAME STATE ADDRESS PORT NODE AGE\nxonotic-8ns7b-2lk5d Allocated 39.168.219.72 7015 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-hrc8j Ready 39.168.219.72 7298 gke-agones-default-ad8cd7e5-3b12 17m\nxonotic-8ns7b-mldg6 Ready 39.168.219.72 7558 gke-agones-default-ad8cd7e5-3b12 17m Don't do this more than once, as then multiple allocated GameServers will have the same routing token! If we kubectl describe gameserver and have a look at the annotations section, we should see something similar to this: ❯ kubectl describe gs xonotic-8ns7b-2lk5d\nName: xonotic-8ns7b-2lk5d\nNamespace: default\nLabels: agones.dev/fleet=xonotic agones.dev/gameserverset=xonotic-8ns7b\nAnnotations: agones.dev/last-allocated: 2023-10-04T19:47:04.047026419Z agones.dev/ready-container-id: containerd://b39d30965becdbc40336fd9aa642fe776421553615f642dd599e1b0d88c505b6 agones.dev/sdk-version: 1.40.0 quilkin.dev/tokens: NDU2\nAPI Version: agones.dev/v1\nKind: GameServer\n... Where we can see that there is now an annotation of quilkin.dev/tokens with the base64 encoded version of 456 as our authentication and routing token (\"NDU2\"). You should use something more cryptographically random than 456 in your application. Let's run curl -s http://localhost:8001/config again, so we can see what has changed! ❯ curl -s http://localhost:8001/config | jq\n{ \"clusters\": [ { \"endpoints\": [ { \"address\": \"39.168.219.72:7015\", \"metadata\": { \"quilkin.dev\": { \"tokens\": [ \"NDU2\" ] }, \"name\": \"xonotic-8ns7b-2lk5d\" } } ], \"locality\": null } ], \"filters\": [ { \"name\": \"quilkin.filters.capture.v1alpha1.Capture\", \"label\": null, \"config\": { \"metadataKey\": \"quilkin.dev/capture\", \"suffix\": { \"size\": 3, \"remove\": true } } }, { \"name\": \"quilkin.filters.token_router.v1alpha1.TokenRouter\", \"label\": null, \"config\": null } ], \"id\": \"quilkin-proxies-7d9bbbccdf-9vd59\", \"version\": \"v1alpha1\"\n} Looking under clusters > endpoints we can see an address and token that matches up with the GameServer record we created above! The Agones agent process saw that allocated GameServer, turned it into a Quilkin Endpoint and applied the set routing token appropriately -- without you having to write a line of xDS compliant code!","breadcrumbs":"Agones + Xonotic (Relay) » 5. Allocate a GameServer","id":"45","title":"5. Allocate a GameServer"},"46":{"body":"Instead of connecting to Xonotic or an Agones GameServer directly, we'll want to grab the IP and exposed port of the Service that fronts all our Quilkin proxies and connect to that instead -- but we'll have to append our routing token 456 from before, to ensure our traffic gets routed to the correct Xonotic GameServer address. Run kubectl get service quilkin-proxies to get the EXTERNAL-IP of the Service you created. $ kubectl get service quilkin-proxies\nNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\nquilkin-proxies LoadBalancer 10.109.0.12 35.246.94.14 7777:30174/UDP 3h22m We have a Quilkin config yaml file all ready for you, that is configured to append the routing token 456 to each packet that passes through it, via the power of a Concatenate Filter. Download client-token.yaml locally, so you can edit it: curl https://raw.githubusercontent.com/googleforgames/quilkin/main/examples/agones-xonotic-relay/client-token.yaml --output client-token.yaml We then take the EXTERNAL-IP and port from the quilkin-proxies service, and replace the${LOADBALANCER_IP} with it in client-token.yaml. Run this edited configuration locally with your quilkin binary as quilkin -c ./client-token.yaml proxy: $ ./quilkin --config ./client-token.yaml proxy\n2023-10-04T20:09:07.320780Z INFO quilkin::cli: src/cli.rs: Starting Quilkin version=\"0.7.0-dev\" commit=\"d42db7e14c2e0e758e9a6eb655ccf4184941066c\"\n2023-10-04T20:09:07.321711Z INFO quilkin::admin: src/admin.rs: Starting admin endpoint address=[::]:8000\n2023-10-04T20:09:07.322089Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Starting port=7777 proxy_id=\"markmandel45\"\n2023-10-04T20:09:07.322576Z INFO quilkin::cli::proxy: src/cli/proxy.rs: Quilkin is ready\n2023-10-04T20:09:07.322692Z INFO qcmp_task{v4_addr=0.0.0.0:7600 v6_addr=[::]:7600}: quilkin::protocol: src/protocol.rs: awaiting qcmp packets v4_addr=0.0.0.0:7600 v6_addr=[::]:7600 Now connect to the local client proxy on \"[::1]:7777\" via the \"Multiplayer > Address\" field in the Xonotic client, and Quilkin will take care of appending the routing token to all your UDP packets, which the Quilkin proxies will route to the Allocated GameServer, and you can play a gamee! xonotic-address-v6.png ...And you didn't have to change the client or the dedicated game server 🤸","breadcrumbs":"Agones + Xonotic (Relay) » Connecting Client Side","id":"46","title":"Connecting Client Side"},"47":{"body":"Check out the variety of Filters that are possible with Quilkin. Read into the xDS Management API .","breadcrumbs":"Agones + Xonotic (Relay) » What's Next?","id":"47","title":"What's Next?"},"48":{"body":"Services Ports Protocol Proxy 7777 UDP (IPv4 OR IPv6) QCMP 7600 UDP (IPv4 OR IPv6) \"Proxy\" is the primary Quilkin service, which acts as a non-transparent UDP proxy. To view all the options for the proxy subcommand, run: $ quilkin proxy --help\nRun Quilkin as a UDP reverse proxy Usage: quilkin proxy [OPTIONS] Options: -m, --management-server One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=] --mmdb The remote URL or local file path to retrieve the Maxmind database [env: MMDB=] -p, --port The port to listen on [env: QUILKIN_PORT=] [default: 7777] -q, --qcmp-port The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --to-tokens Assigns dynamic tokens to each address in the `--to` argument Format is `:` [env: QUILKIN_DEST_TOKENS=] --idle-request-interval-secs The interval in seconds at which the relay will send a discovery request to an management server after receiving no updates [env: QUILKIN_IDLE_REQUEST_INTERVAL_SECS=] -w, --workers Number of worker threads used to process packets. If not specified defaults to number of cpus [env: QUILKIN_WORKERS=] -h, --help Print help (see a summary with '-h')","breadcrumbs":"Proxy » Proxy","id":"48","title":"Proxy"},"49":{"body":"An Endpoint represents an address that Quilkin forwards packets to that it has received from the source port. It is represented by an IP address and port. An Endpoint can optionally be associated with an arbitrary set of metadata as well.","breadcrumbs":"Proxy » Endpoints","id":"49","title":"Endpoints"},"5":{"body":"There are variety of automated and manual methods for installing Quilkin onto your system. For cloud deployments Quilkin provides a container image to make it easily to immediately start using it. You can also install Quilkin on your local machine through Cargo .","breadcrumbs":"Installation » Installation","id":"5","title":"Installation"},"50":{"body":"Filters are the way for a Quilkin proxy to intercept UDP packet traffic from the source and Endpoints in either direction, and be able to inspect, manipulate, and route the packets as desired. See Filters for a deeper dive into Filters, as well as the list of build in Filters that come with Quilkin.","breadcrumbs":"Proxy » Proxy Filters","id":"50","title":"Proxy Filters"},"51":{"body":"Endpoint metadata is an arbitrary set of key value pairs that are associated with an Endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. Metadata associated with an endpoint contain arbitrary key value pairs which Filters can consult when processing packets (e.g they can contain information that determine whether or not to route a particular packet to an endpoint).","breadcrumbs":"Proxy » Endpoint Metadata","id":"51","title":"Endpoint Metadata"},"52":{"body":"Access tokens that can be associated with an endpoint are simply a special piece of metadata well known to Quilkin and utilised by the built-in TokenRouter filter to route packets. Such well known values are placed within an object in the endpoint metadata, under the special key quilkin.dev. Currently, only the tokens key is in use. As an example, the following shows the configuration for an endpoint with its metadata: clusters: - endpoints: - address: 127.0.0.1:26000 metadata: canary: false quilkin.dev: # This object is extracted by Quilkin and is usually reserved for built-in features tokens: - MXg3aWp5Ng== # base64 for 1x7ijy6 - OGdqM3YyaQ== # base64 for 8gj3v2i An endpoint's metadata can be specified alongside the endpoint in static configuration or using the xDS endpoint metadata field when using dynamic configuration via xDS.","breadcrumbs":"Proxy » Specialist Endpoint Metadata","id":"52","title":"Specialist Endpoint Metadata"},"53":{"body":"A session represents ongoing communication flow between a client on a [Local Port] and an Endpoint . Quilkin uses the \"Session\" concept to track traffic flowing through the proxy between any client-server pair. A Session serves the same purpose, and can be thought of as a lightweight version of a TCP session in that, while a TCP session requires a protocol to establish and teardown: A Quilkin session is automatically created upon receiving the first packet from a client via the [Local Port] to be sent to an upstream Endpoint . The session is automatically deleted after a period of inactivity (where no packet was sent between either party) - currently 60 seconds. A session is identified by the 4-tuple (client IP, client Port, server IP, server Port) where the client is the downstream endpoint which initiated the communication with Quilkin and the server is one of the upstream Endpoints that Quilkin proxies traffic to. Sessions are established after the filter chain completes. The destination Endpoint of a packet is determined by the filter chain , so a Session can only be created after filter chain completion. For example, if the filter chain drops all packets, then no session will ever be created.","breadcrumbs":"Proxy » Session","id":"53","title":"Session"},"54":{"body":"While much of Quilkin's proxy configuration can be configured via its command line interface , if you have a larger or more complex configuration it might be useful to use a configuration file instead. The following is the schema and reference for Quilkin's proxy configuration file. See the examples folder for example configuration files. By default, Quilkin will look for a configuration file named quilkin.yaml in its current running directory first, then if not present, in /etc/quilkin/quilkin.yaml on UNIX systems. This can be overridden with the -c/--config command-line argument, or the QUILKIN_FILENAME environment variable.","breadcrumbs":"Proxy » Configuration File » Configuration File","id":"54","title":"Configuration File"},"55":{"body":"Example of a full configuration for quilkin proxy that utlisies a static endpoint configuration to specify two endpoints with token metadata attached to each: #\n# Example configuration for a Quilkin Proxy with static Endpoints\n# version: v1alpha1\nid: my-proxy # An identifier for the proxy instance.\nclusters: # grouping of clusters - endpoints: # array of potential endpoints to send on traffic to - address: 127.0.0.1:26000 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - MXg3aWp5Ng== # the connection byte array to route to, encoded as base64 (string value: 1x7ijy6) - OGdqM3YyaQ== # (string value: 8gj3v2i) - address: 127.0.0.1:26001 metadata: # Metadata associated with the endpoint quilkin.dev: tokens: - bmt1eTcweA== # (string value: nkuy70x) This is a great use of a static configuration file, as we only get a singular --to endpoint address via the command line arguments. We can also configure Filters via the configuration file. See that section for documentation.","breadcrumbs":"Proxy » Configuration File » Static Configuration","id":"55","title":"Static Configuration"},"56":{"body":"If you need to dynamically change either Filters and/or Endpoints at runtime, see the Control Plane documentation on the configuration API surface, and built in dynamic management providers.","breadcrumbs":"Proxy » Configuration File » Dynamic Configuration","id":"56","title":"Dynamic Configuration"},"57":{"body":"The full JSON Schema for the YAML configuration file. type: object\nproperties: version: type: string description: | The configuration file version to use. enum: - v1alpha1 id: type: string description: | An identifier for the proxy instance. default: On linux, the machine hostname is used as default. On all other platforms a UUID is generated for the proxy. port: type: integer description: | The listening port. In \"proxy\" mode, the port for traffic to be sent to. In \"manage\" mode, the port to connect to the xDS API. default: 7000 maxmind_db: type: string description: | The remote URL or local file path to retrieve the Maxmind database (requires licence). filters: type: array description: | A filter chain. items: '$ref': {} # Refer to the Filter documentation for a filter configuration schema. clusters: type: array description: | grouping of endpoints, per cluster. items: type: object properties: endpoints: type: array description: | A list of upstream endpoints to forward packets to. items: type: object description: | An upstream endpoint properties: address: type: string description: | Socket address of the endpoint. This must be of the ´IP:Port` form e.g `192.168.1.1:7001` metadata: type: object description: | Arbitrary key value pairs that is associated with the endpoint. These are visible to Filters when processing packets and can be used to provide more context about endpoints (e.g whether or not to route a packet to an endpoint). Keys must be of type string otherwise the configuration is rejected. required: - address","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"57","title":"Json Schema"},"58":{"body":"In most cases, we would like Quilkin to do some preprocessing of received packets before sending them off to their destination. Because this stage is entirely specific to the use case at hand and differs between Quilkin deployments, we must have a say over what tweaks to perform - this is where filters come in.","breadcrumbs":"Proxy » Filters » Packet Filters","id":"58","title":"Packet Filters"},"59":{"body":"A filter represents a step in the tweaking/decision-making process of how we would like to process our packets. For example, at some step, we might choose to append some metadata to every packet we receive before forwarding it while at a later step, choose not to forward packets that don't meet some criteria. Quilkin lets us specify any number of filters and connect them in a sequence to form a packet processing pipeline similar to a Unix pipeline - we call this pipeline a Filter chain. The combination of filters and filter chain allows us to add new functionality to fit every scenario without changing Quilkin's core. As an example, say we would like to perform the following steps in our processing pipeline to the packets we receive. Append a predetermined byte to the packet. Compress the packet. Do not forward (drop) the packet if its compressed length is over 512 bytes. We would create a filter corresponding to each step either by leveraging any existing filters that do what we want or and connect them to form the following filter chain: append | compress | drop When Quilkin consults our filter chain, it feeds the received packet into append and forwards the packet it receives (if any) from drop - i.e the output of append becomes the input into compress and so on in that order. There are a few things we note here: Although we have in this example, a filter called drop, every filter in the filter chain has the same ability to drop or update a packet - if any filter drops a packet then no more work needs to be done regarding that packet so the next filter in the pipeline never has any knowledge that the dropped packet ever existed. The filter chain is consulted for every received packet, and its filters are traversed in reverse order for packets travelling in the opposite direction. A packet received downstream will be fed into append and the result from drop is forwarded upstream - a packet received upstream will be fed into drop and the result from append is forwarded downstream. Exactly one filter chain is specified and used to process all packets that flow through Quilkin.","breadcrumbs":"Proxy » Filters » Filters and Filter chain","id":"59","title":"Filters and Filter chain"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"body":"# // Wrap this example within an async main function since the\n# // local_rate_limit filter spawns a task on initialization\n# #[tokio::main]\n# async fn main() {\n# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1 - name: quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit config: max_packets: 10 period: 1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);\n# } We specify our filter chain in the .filters section of the proxy's configuration which has takes a sequence of FilterConfig objects. Each object describes all information necessary to create a single filter. The above example creates a filter chain comprising a Debug filter followed by a LocalRateLimit filter - the effect is that every packet will be logged and the proxy will not forward more than 10 packets per second. The sequence determines the filter chain order so its ordering matters - the chain starts with the filter corresponding the first filter config and ends with the filter corresponding the last filter config in the sequence.","breadcrumbs":"Proxy » Filters » Configuration Examples","id":"60","title":"Configuration Examples"},"61":{"body":"A filter within the filter chain can share data within another filter further along in the filter chain by propagating the desired data alongside the packet being processed. This enables sharing dynamic information at runtime, e.g information about the current packet that might be useful to other filters that process that packet. At packet processing time each packet is associated with filter dynamic metadata (a set of key-value pairs). Each key is a unique string while its value is an associated quilkin::metadata::Value . When a filter processes a packet, it can choose to consult the associated dynamic metadata for more information or itself add/update or remove key-values from the set. As an example, the built-in [CaptureBytes] filter is one such filter that populates a packet's filter metadata. [CaptureBytes] extracts information (a configurable byte sequence) from each packet and appends it to the packet's dynamic metadata for other filters to leverage. On the other hand, the built-in TokenRouter filter selects what endpoint to route a packet by consulting the packet's dynamic metadata for a routing token. Consequently, we can build a filter chain with a [CaptureBytes] filter preceeding a TokenRouter filter, both configured to write and read the same key in the dynamic metadata entry. The effect would be that packets are routed to upstream endpoints based on token information extracted from their contents.","breadcrumbs":"Proxy » Filters » Filter Dynamic Metadata","id":"61","title":"Filter Dynamic Metadata"},"62":{"body":"The following metadata are currently used by Quilkin core and built-in filters. Name Type Description quilkin.dev/captured Bytes The default key under which the Capture filter puts the byte slices it extracts from each packet.","breadcrumbs":"Proxy » Filters » Well Known Dynamic Metadata","id":"62","title":"Well Known Dynamic Metadata"},"63":{"body":"Quilkin includes several filters out of the box. Filter Description Capture Capture specific bytes from a packet and store them in filter dynamic metadata . Compress Compress and decompress packets data. Concatenate Add authentication tokens to packets. Debug Logs every packet. Drop Drop all packets Firewall Allowing/blocking traffic by IP and port. LoadBalancer Distributes downstream packets among upstream endpoints. LocalRateLimit Limit the frequency of packets. Match Change Filter behaviour based on dynamic metadata Pass Allow all packets through Timestamp Accepts a UNIX timestamp from metadata and observes the duration between that timestamp and now. TokenRouter Send packets to endpoints based on metadata.","breadcrumbs":"Proxy » Filters » Built-in filters","id":"63","title":"Built-in filters"},"64":{"body":"Represents configuration for a filter instance. properties: name: type: string description: | Identifies the type of filter to be created. This value is unique for every filter type - please consult the documentation for the particular filter for this value. config: type: object description: | The configuration value to be passed onto the created filter. This is passed as an object value since it is specific to the filter's type and is validated by the filter implementation. Please consult the documentation for the particular filter for its schema. required: [ 'name' ]","breadcrumbs":"Proxy » Filters » FilterConfig","id":"64","title":"FilterConfig"},"65":{"body":"The Capture filter's job is to find a series of bytes within a packet, and capture it into Filter Dynamic Metadata , so that it can be utilised by filters further down the chain. This is often used as a way of retrieving authentication tokens from a packet, and used in combination with Concatenate and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"65","title":"Capture"},"66":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"66","title":"Capture strategies"},"67":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"67","title":"Suffix"},"68":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"68","title":"Prefix"},"69":{"body":"Captures bytes using a regular expression. Unlike other capture strategies, the regular expression can return one or many values if there are multiple matches.","breadcrumbs":"Proxy » Filters » Capture » Regex","id":"69","title":"Regex"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.10.0-dev-632ec6a Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"70","title":"Filter name"},"71":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Capture » Configuration Examples","id":"71","title":"Configuration Examples"},"72":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- metadata_key\n- strategy\nproperties: metadata_key: description: The key to use when storing the captured value in the filter context. If a match was found it is available under `{{metadata_key}}/is_present`. allOf: - $ref: '#/definitions/Key' strategy: description: The capture strategy. allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Key: description: A key in the metadata table. type: string Strategy: description: Strategy to apply for acquiring a set of bytes in the UDP packet oneOf: - description: Looks for the set of bytes at the beginning of the packet type: object required: - kind - size properties: kind: type: string enum: - PREFIX remove: description: Whether captured bytes are removed from the original packet. default: false type: boolean size: description: The number of bytes to capture. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - size properties: kind: type: string enum: - SUFFIX remove: description: The number of bytes to capture. default: false type: boolean size: description: Whether captured bytes are removed from the original packet. type: integer format: uint32 minimum: 0.0 - description: Look for the set of bytes at the end of the packet type: object required: - kind - pattern properties: kind: type: string enum: - REGEX pattern: description: The regular expression to use for capture. type: string","breadcrumbs":"Proxy » Filters » Capture » Configuration Options ( Rust Doc )","id":"72","title":"Configuration Options ( Rust Doc )"},"73":{"body":"The Compress filter's job is to provide a variety of compression implementations for compression and subsequent decompression of UDP data when sent between systems, such as a game client and game server.","breadcrumbs":"Proxy » Filters » Compress » Compress","id":"73","title":"Compress"},"74":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"74","title":"Filter name"},"75":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1); The above example shows a proxy that could be used with a typical game client, where the original client data is sent to the local listening port and then compressed when heading up to a dedicated game server, and then decompressed when traffic is returned from the dedicated game server before being handed back to game client. It is worth noting that since the Compress filter modifies the entire packet , it is worth paying special attention to the order it is placed in your Filter configuration . Most of the time it will likely be the first or last Filter configured to ensure it is compressing the entire set of data being sent.","breadcrumbs":"Proxy » Filters » Compress » Configuration Examples","id":"75","title":"Configuration Examples"},"76":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: mode: default: SNAPPY allOf: - $ref: '#/definitions/Mode' on_read: $ref: '#/definitions/Action' on_write: $ref: '#/definitions/Action'\ndefinitions: Action: description: Whether to do nothing, compress or decompress the packet. type: string enum: - DO_NOTHING - COMPRESS - DECOMPRESS Mode: description: The library to use when compressing. type: string enum: - SNAPPY - LZ4","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"76","title":"Configuration Options ( Rust Doc )"},"77":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"77","title":"Compression Modes"},"78":{"body":"Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. This compression method is provided by rust-snappy . Due to the small size of packets, this only encodes and decodes the non-streaming version of the format described here . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"78","title":"Snappy"},"79":{"body":"LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core, scalable with multi-cores CPU. It features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. This compression method is provided by lz4_flex . Due to the small size of packets, this only encodes and decodes the block version of the format described. If your game client/server itself is performing LZ4 de/compression it needs to encode or decode a varint of the uncompressed packet size (maximum 2^16) since that is not part of the LZ4 block format. The varint is of the same exact form as that used by snappy . - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: LZ4","breadcrumbs":"Proxy » Filters » Compress » LZ4","id":"79","title":"LZ4"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin_filter_int_counter{label=\"compressed_bytes_total\"} Total number of compressed bytes either received or sent. quilkin_filter_int_counter{label=\"decompressed_bytes_total\"} Total number of decompressed bytes either received or sent.","breadcrumbs":"Proxy » Filters » Compress » Metrics","id":"80","title":"Metrics"},"81":{"body":"The Concatenate filter's job is to add a byte packet to either the beginning or end of each UDP packet that passes through. This is commonly used to provide an auth token to each packet, so they can be routed appropriately.","breadcrumbs":"Proxy » Filters » Concatenate » Concatenate","id":"81","title":"Concatenate"},"82":{"body":"quilkin.filters.concatenate.v1alpha1.Concatenate","breadcrumbs":"Proxy » Filters » Concatenate » Filter name","id":"82","title":"Filter name"},"83":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate.v1alpha1.Concatenate config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Examples","id":"83","title":"Configuration Examples"},"84":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `Concatenate` filter configuration.\ntype: object\nrequired:\n- bytes\nproperties: bytes: type: array items: type: integer format: uint8 minimum: 0.0 on_read: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Read` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy' on_write: description: Whether or not to `append` or `prepend` or `do nothing` on Filter `Write` default: DO_NOTHING allOf: - $ref: '#/definitions/Strategy'\ndefinitions: Strategy: type: string enum: - APPEND - PREPEND - DO_NOTHING","breadcrumbs":"Proxy » Filters » Concatenate » Configuration Options ( Rust Doc )","id":"84","title":"Configuration Options ( Rust Doc )"},"85":{"body":"The Debug filter logs all incoming and outgoing packets to standard output. This filter is useful in debugging deployments where the packets strictly contain valid UTF-8 encoded strings. A generic error message is instead logged if conversion from bytes to UTF-8 fails.","breadcrumbs":"Proxy » Filters » Debug » Debug","id":"85","title":"Debug"},"86":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"86","title":"Filter name"},"87":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Debug » Configuration Examples","id":"87","title":"Configuration Examples"},"88":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: A Debug filter's configuration.\ntype: object\nproperties: id: description: Identifier that will be optionally included with each log message. type: - string - 'null'","breadcrumbs":"Proxy » Filters » Debug » Configuration Options ( Rust Doc )","id":"88","title":"Configuration Options ( Rust Doc )"},"89":{"body":"The Drop filter always drops any packet passed through it. This is useful in combination with conditional flow filters like Matches","breadcrumbs":"Proxy » Filters » Drop » Drop","id":"89","title":"Drop"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"90","title":"Filter name"},"91":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: - endpoints: - address: 127.0.0.1:26000 - address: 127.0.0.1:26001\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/token prefix: size: 3 remove: false - name: quilkin.filters.match.v1alpha1.Match config: on_read: metadataKey: myapp.com/token branches: - value: abc name: quilkin.filters.pass.v1alpha1.Pass fallthrough: name: quilkin.filters.drop.v1alpha1.Drop\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 2);","breadcrumbs":"Proxy » Filters » Drop » Configuration Examples","id":"91","title":"Configuration Examples"},"92":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"92","title":"Configuration"},"93":{"body":"The Firewall filter's job is to allow or block traffic depending on if the incoming traffic's IP and port matches the rules set on the Firewall filter.","breadcrumbs":"Proxy » Filters » Firewall » Firewall","id":"93","title":"Firewall"},"94":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"94","title":"Filter name"},"95":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.firewall.v1alpha1.Firewall config: on_read: - action: ALLOW sources: - 192.168.51.0/24 ports: - 10 - 1000-7000 on_write: - action: DENY sources: - 192.168.51.0/24 ports: - 7000\nclusters: - endpoints: - address: 127.0.0.1:7001\n# \";\n# let config = quilkin::config::Config::from_reader(yaml.as_bytes()).unwrap();\n# assert_eq!(config.filters.load().len(), 1);","breadcrumbs":"Proxy » Filters » Firewall » Configuration Examples","id":"95","title":"Configuration Examples"},"96":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Represents how a Firewall filter is configured for read and write operations.\ntype: object\nrequired:\n- on_read\n- on_write\nproperties: on_read: type: array items: $ref: '#/definitions/Rule' on_write: type: array items: $ref: '#/definitions/Rule'\ndefinitions: Action: description: Whether or not a matching [Rule] should Allow or Deny access oneOf: - description: Matching rules will allow packets through. type: string enum: - ALLOW - description: Matching rules will block packets. type: string enum: - DENY Cidr: description: Cidr notation for an ipv6 or ipv4 netmask type: string PortRange: description: Range of matching ports that are configured against a [Rule]. allOf: - $ref: '#/definitions/Range_of_uint16' Range_of_uint16: type: object required: - end - start properties: end: type: integer format: uint16 minimum: 0.0 start: type: integer format: uint16 minimum: 0.0 Rule: description: Combination of CIDR range, port range and action to take. type: object required: - action - ports - sources properties: action: $ref: '#/definitions/Action' ports: type: array items: $ref: '#/definitions/PortRange' sources: description: ipv4 or ipv6 CIDR address. type: array items: $ref: '#/definitions/Cidr'","breadcrumbs":"Proxy » Filters » Firewall » Configuration Options ( Rust Doc )","id":"96","title":"Configuration Options ( Rust Doc )"},"97":{"body":"The Firewall filter supports DENY and ALLOW actions for access control. When multiple DENY and ALLOW actions are used for a workload at the same time, the evaluation is processed in the order it is configured, with the first matching rule deciding if the request is allowed or denied: If a rule action is ALLOW, and it matches the request, then the entire request is allowed. If a rule action is DENY and it matches the request, then the entire request is denied. If none of the configured rules match, then the request is denied.","breadcrumbs":"Proxy » Filters » Firewall » Rule Evaluation","id":"97","title":"Rule Evaluation"},"98":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"98","title":"LoadBalancer"},"99":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"99","title":"Filter name"}},"length":229,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"129":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"128":{"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":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"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":{"211":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"149":{"tf":1.0}}},"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"]":{":":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"228":{"tf":1.0},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"191":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"211":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"3":{"2":{"df":0,"docs":{},"e":{"c":{"6":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.0}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"127":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"206":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"206":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"204":{"tf":1.0},"28":{"tf":1.0}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"213":{"tf":1.0},"215":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"186":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"126":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":3,"docs":{"137":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":41,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.6457513110645907},"207":{"tf":1.7320508075688772},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"127":{"tf":1.0},"213":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"226":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"214":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"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":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"130":{"tf":1.0},"207":{"tf":2.6457513110645907},"208":{"tf":2.6457513110645907},"218":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.6457513110645907},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":35,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":3.0},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":2.23606797749979},"228":{"tf":1.7320508075688772},"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},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":3.3166247903554},"43":{"tf":2.23606797749979},"44":{"tf":2.6457513110645907},"45":{"tf":2.449489742783178},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.1622776601683795},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"df":15,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"223":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":16,"docs":{"12":{"tf":1.0},"127":{"tf":2.0},"131":{"tf":1.0},"138":{"tf":2.0},"215":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"220":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"178":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"223":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"204":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.4142135623730951},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"135":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"212":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"134":{"tf":1.4142135623730951},"146":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"211":{"tf":1.0},"218":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":2.8284271247461903},"148":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"143":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"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":{"142":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"211":{"tf":1.0},"223":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"211":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":2,"docs":{"211":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"204":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"l":{"df":2,"docs":{"204":{"tf":2.0},"211":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"142":{"tf":1.0},"204":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":6,"docs":{"11":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"223":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"206":{"tf":1.0},"228":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":22,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"176":{"tf":1.4142135623730951},"204":{"tf":2.6457513110645907},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":15,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"151":{"tf":1.0},"165":{"tf":1.0},"222":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":2.6457513110645907}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"144":{"tf":1.0},"204":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":2.8284271247461903},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"215":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":3.7416573867739413},"225":{"tf":3.872983346207417},"228":{"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},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"228":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":49,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.4142135623730951},"130":{"tf":2.8284271247461903},"131":{"tf":1.0},"133":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"138":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"138":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":17,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":2.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":2.23606797749979},"79":{"tf":2.0},"80":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"176":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":43,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"159":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":77,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.449489742783178},"139":{"tf":1.7320508075688772},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"149":{"tf":2.0},"153":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":2.8284271247461903},"55":{"tf":2.6457513110645907},"56":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"130":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.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},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"214":{"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}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":20,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"205":{"tf":2.6457513110645907},"206":{"tf":3.3166247903554},"208":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"210":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"133":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"219":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"d":{"df":4,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"228":{"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":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"139":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0}},"r":{"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":8,"docs":{"151":{"tf":1.0},"180":{"tf":1.0},"214":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"206":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"173":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":2.8284271247461903},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"217":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":1.7320508075688772}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"148":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"138":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":2.0},"142":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"210":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"207":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.0},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"173":{"tf":1.0},"178":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"134":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"182":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":18,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.7320508075688772},"61":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":1.7320508075688772},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"211":{"tf":2.6457513110645907},"212":{"tf":1.4142135623730951},"225":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"146":{"tf":1.0},"204":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"212":{"tf":2.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":2.6457513110645907},"52":{"tf":2.6457513110645907},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"209":{"tf":1.4142135623730951},"210":{"tf":1.0},"224":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"137":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"138":{"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":1,"docs":{"142":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"205":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"225":{"tf":1.0}},"t":{"df":2,"docs":{"134":{"tf":1.7320508075688772},"214":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"211":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":2.0},"108":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"211":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"136":{"tf":2.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.0},"225":{"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":{"205":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"211":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":16,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":3.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":1.4142135623730951},"207":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":88,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"124":{"tf":1.7320508075688772},"126":{"tf":2.449489742783178},"136":{"tf":3.1622776601683795},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"149":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"196":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"214":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.23606797749979},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":3.605551275463989},"61":{"tf":4.0},"62":{"tf":1.4142135623730951},"63":{"tf":2.23606797749979},"64":{"tf":2.6457513110645907},"65":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"149":{"tf":1.0},"209":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"151":{"tf":1.0},"184":{"tf":1.0},"223":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.7320508075688772},"96":{"tf":1.0},"97":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"162":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"x":{"df":1,"docs":{"211":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"161":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.0},"41":{"tf":1.0},"44":{"tf":2.0}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"127":{"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},"210":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"219":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"219":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"138":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"218":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"148":{"tf":1.0},"225":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":2.0},"2":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"224":{"tf":2.6457513110645907},"225":{"tf":3.605551275463989},"228":{"tf":2.449489742783178},"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},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"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},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.4641016151377544},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"228":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"126":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"218":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":6,"docs":{"143":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"222":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"222":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"130":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"209":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"191":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"218":{"tf":1.0}}}}},"p":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.0}}}},"p":{"df":8,"docs":{"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"218":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"218":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":9,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":2.449489742783178},"131":{"tf":1.0},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.4641016151377544},"136":{"tf":1.4142135623730951},"149":{"tf":1.0},"180":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"214":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"222":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":2.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":10,"docs":{"219":{"tf":1.0},"221":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"153":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"204":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"211":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}},"v":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{"223":{"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":{"225":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"131":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"207":{"tf":1.4142135623730951},"220":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"134":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"218":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":41,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":3.0},"147":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"133":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"223":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"140":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.449489742783178},"137":{"tf":1.0},"139":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"217":{"tf":2.0}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"128":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"215":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"151":{"tf":1.0},"193":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"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":{"133":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"135":{"tf":1.0},"204":{"tf":2.8284271247461903},"217":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"228":{"tf":1.0}}},"w":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"223":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"212":{"tf":1.0}}}}}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"174":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"142":{"tf":2.0},"224":{"tf":1.0},"225":{"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":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"137":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"142":{"tf":3.1622776601683795},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"222":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"228":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":2.23606797749979},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"130":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"193":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.6457513110645907},"62":{"tf":1.4142135623730951},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"153":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.7320508075688772},"136":{"tf":2.449489742783178},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"219":{"tf":2.8284271247461903},"22":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"132":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"170":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"94":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":4,"docs":{"15":{"tf":1.0},"16":{"tf":1.0},"19":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"129":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"212":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"224":{"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},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.1622776601683795},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"204":{"tf":2.0},"212":{"tf":1.0},"219":{"tf":1.7320508075688772},"223":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"223":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.4142135623730951},"92":{"tf":1.0},"96":{"tf":1.0}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"225":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"136":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"227":{"tf":1.0},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"111":{"tf":1.7320508075688772},"151":{"tf":1.0},"199":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"137":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"225":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.23606797749979},"153":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"193":{"tf":1.0},"218":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"129":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":2.0},"130":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":11,"docs":{"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"205":{"tf":2.6457513110645907},"206":{"tf":3.1622776601683795},"208":{"tf":1.0},"225":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"209":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"211":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"189":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"218":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"223":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":42,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"137":{"tf":2.0},"145":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"158":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"213":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"165":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"178":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"227":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"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":{"219":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"228":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"139":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":12,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"150":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"223":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":1,"docs":{"204":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":56,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":2.449489742783178},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"153":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.8284271247461903},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":56,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"134":{"tf":3.1622776601683795},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":3.7416573867739413},"143":{"tf":3.4641016151377544},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.6457513110645907},"224":{"tf":3.3166247903554},"225":{"tf":4.242640687119285},"228":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.605551275463989},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":2.8284271247461903},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"75":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"223":{"tf":1.0},"60":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"215":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":10,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"149":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"149":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"164":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"169":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"179":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"181":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"194":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"202":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"200":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"214":{"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":{"215":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"137":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"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":{"134":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"129":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"134":{"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":{"137":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"135":{"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":{"135":{"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":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"142":{"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":{"142":{"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":{"142":{"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":{"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":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":85,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.0},"15":{"tf":1.0},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.0},"207":{"tf":2.449489742783178},"208":{"tf":1.7320508075688772},"209":{"tf":2.0},"211":{"tf":2.23606797749979},"212":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.23606797749979},"220":{"tf":1.4142135623730951},"222":{"tf":1.7320508075688772},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"228":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.449489742783178},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.605551275463989},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.123105625617661},"43":{"tf":3.872983346207417},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"191":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"102":{"tf":1.0},"104":{"tf":2.23606797749979},"105":{"tf":1.0},"223":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"218":{"tf":3.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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.0},"153":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"223":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"211":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"130":{"tf":1.0},"137":{"tf":1.7320508075688772},"153":{"tf":2.0},"205":{"tf":3.1622776601683795},"206":{"tf":4.242640687119285},"207":{"tf":2.23606797749979},"208":{"tf":2.6457513110645907},"218":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":2.0},"42":{"tf":3.0},"43":{"tf":2.449489742783178},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":17,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"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":{"222":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"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":{"143":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"131":{"tf":1.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"16":{"tf":1.0},"204":{"tf":2.449489742783178},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"212":{"tf":2.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"225":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"208":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"223":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.23606797749979}}}},"n":{"df":42,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"221":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}}}}},"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"204":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"134":{"tf":1.0},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"134":{"tf":1.0},"162":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"d":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":12,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"225":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"204":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"129":{"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":{"129":{"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":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"140":{"tf":1.4142135623730951},"142":{"tf":3.3166247903554},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"145":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":3.605551275463989},"224":{"tf":2.6457513110645907},"225":{"tf":4.242640687119285},"228":{"tf":2.23606797749979},"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},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":29,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"148":{"tf":1.0},"153":{"tf":2.0},"17":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":3.7416573867739413},"206":{"tf":2.0},"207":{"tf":3.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.23606797749979},"135":{"tf":2.449489742783178},"218":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.4641016151377544}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"14":{"tf":1.0},"146":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"209":{"tf":1.0},"222":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"136":{"tf":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":{"136":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"20":{"tf":1.0},"22":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"138":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"225":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"147":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"211":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"174":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.0},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"228":{"tf":1.4142135623730951},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":10,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":8,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.0}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"218":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"223":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":1,"docs":{"204":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"153":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"204":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"163":{"tf":1.0},"207":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"142":{"tf":1.0},"218":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"228":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":16,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"211":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.7320508075688772},"137":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"227":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"134":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"115":{"tf":2.23606797749979},"118":{"tf":1.0},"129":{"tf":2.0},"151":{"tf":1.0},"203":{"tf":1.0},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":20,"docs":{"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":2.0},"126":{"tf":2.6457513110645907},"146":{"tf":1.7320508075688772},"149":{"tf":1.0},"211":{"tf":2.449489742783178},"225":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.4142135623730951},"126":{"tf":1.0},"151":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"228":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.0},"219":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"214":{"tf":1.0}}},"k":{"df":4,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"22":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"147":{"tf":1.7320508075688772},"218":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"12":{"tf":1.0},"146":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":58,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":3.3166247903554},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"129":{"tf":2.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"8":{"df":1,"docs":{"129":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"185":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"204":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"209":{"tf":1.4142135623730951},"224":{"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":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"218":{"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},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"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":9,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"153":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"228":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"147":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"147":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":2.6457513110645907},"207":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"204":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"228":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":2.0},"137":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"136":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"206":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"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":{"142":{"tf":1.0},"211":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"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":8,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":33,"docs":{"137":{"tf":2.0},"138":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":2.23606797749979},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"38":{"tf":1.0},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":25,"docs":{"148":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"25":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"28":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.23606797749979},"36":{"tf":2.6457513110645907},"37":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.23606797749979},"45":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"134":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"4":{"df":0,"docs":{},"t":{"1":{"9":{":":{"4":{"7":{":":{"0":{"4":{".":{"0":{"4":{"7":{"0":{"2":{"6":{"4":{"1":{"9":{"df":0,"docs":{},"z":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{":":{"0":{"9":{":":{"0":{"7":{".":{"3":{"2":{"0":{"7":{"8":{"0":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"7":{"1":{"1":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"8":{"9":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"7":{"6":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"9":{"2":{"df":0,"docs":{},"z":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":12,"docs":{"129":{"tf":1.0},"142":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}},"f":{"7":{"d":{"8":{"a":{"d":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"4":{"0":{".":{"0":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"3":{".":{"2":{"4":{"3":{".":{"2":{"4":{"6":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{".":{"2":{".":{"7":{"2":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{".":{"1":{"2":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"104":{"tf":1.7320508075688772},"95":{"tf":1.0}}},"4":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}},"df":5,"docs":{"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979},"60":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"1":{"df":6,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"1":{"df":8,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"128":{"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":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"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":{"211":{"tf":1.4142135623730951}}},"7":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"tf":1.7320508075688772}}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"149":{"tf":1.0}}},"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"1":{".":{"0":{"/":{"2":{"4":{"df":1,"docs":{"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"1":{"0":{":":{"1":{"6":{":":{"2":{"3":{".":{"3":{"9":{"9":{"2":{"7":{"7":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"7":{"1":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{"1":{"1":{"9":{"2":{"df":0,"docs":{},"z":{"\"":{",":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"\"":{":":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{":":{"5":{"9":{":":{"2":{"2":{".":{"0":{"9":{"9":{"8":{"1":{"8":{"2":{"9":{"8":{"df":0,"docs":{},"z":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"]":{":":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.7320508075688772},"122":{"tf":1.0},"129":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"149":{"tf":1.0},"17":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.4142135623730951},"95":{"tf":1.0}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"44":{"tf":1.7320508075688772}}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":4,"docs":{"228":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"45":{"tf":1.0},"46":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"^":{"1":{"6":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"2":{"8":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"5":{"6":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"191":{"tf":1.0},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"60":{"tf":1.0},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"5":{"d":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"0":{"df":1,"docs":{"211":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{":":{"7":{"2":{"2":{"6":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"0":{"7":{".":{"2":{"0":{"1":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"35":{"tf":1.7320508075688772}}},"5":{".":{"2":{"4":{"6":{".":{"9":{"4":{".":{"1":{"4":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"1":{"6":{"8":{".":{"2":{"1":{"9":{".":{"7":{"2":{":":{"7":{"0":{"1":{"5":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"1":{"2":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":13,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"4":{"1":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"5":{"6":{"df":4,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":6,"docs":{"104":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"5":{"0":{"0":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"3":{"4":{"a":{"3":{"df":0,"docs":{},"f":{"8":{"d":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"b":{"7":{"8":{"7":{"6":{"5":{"4":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"df":0,"docs":{},"f":{"b":{"d":{"6":{"9":{"df":0,"docs":{},"f":{"5":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"7":{"df":1,"docs":{"42":{"tf":1.0}}},"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"z":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"z":{"4":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"6":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"3":{"2":{"df":0,"docs":{},"e":{"c":{"6":{"a":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"220":{"tf":1.0}}}}},"c":{"9":{"7":{"0":{"8":{"9":{"d":{"df":0,"docs":{},"e":{"9":{"b":{"8":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"26":{"tf":1.4142135623730951}},"s":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951}}}},"7":{"0":{"0":{"0":{"df":3,"docs":{"19":{"tf":1.0},"57":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"1":{"5":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"3":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}},"5":{"8":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"9":{"2":{"df":1,"docs":{"26":{"tf":1.0}}},"9":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":3,"docs":{"127":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{",":{"7":{"9":{"0":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"206":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":1,"docs":{"34":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"206":{"tf":1.0}}},"df":0,"docs":{}},"8":{"4":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"9":{"b":{"b":{"b":{"c":{"c":{"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":2.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"204":{"tf":1.0},"28":{"tf":1.4142135623730951}},"e":{"9":{"df":0,"docs":{},"f":{"c":{"4":{"6":{"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"2":{"5":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}},"w":{"3":{"c":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"8":{"0":{"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}},"0":{"0":{"df":3,"docs":{"213":{"tf":1.0},"215":{"tf":1.0},"24":{"tf":1.0}}},"1":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"8":{"0":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"7":{"b":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"9":{"d":{"b":{"df":0,"docs":{},"v":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"d":{"6":{"6":{"9":{"9":{"b":{"d":{"df":2,"docs":{"42":{"tf":1.0},"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"d":{"5":{"9":{"df":4,"docs":{"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"b":{"c":{"df":3,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"59":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":13,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"139":{"tf":1.0},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"146":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"52":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"207":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"186":{"tf":1.0},"76":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":2.0}}}},"v":{"df":4,"docs":{"134":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"205":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"d":{"8":{"c":{"d":{"7":{"df":0,"docs":{},"e":{"5":{"df":2,"docs":{"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"126":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}}}}}},"df":3,"docs":{"137":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"=":{"[":{":":{":":{"]":{":":{"8":{"0":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":41,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":2.6457513110645907},"207":{"tf":1.7320508075688772},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"48":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"146":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":11,"docs":{"18":{"tf":1.0},"206":{"tf":2.23606797749979},"208":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"46":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":11,"docs":{"127":{"tf":1.0},"213":{"tf":2.0},"214":{"tf":1.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"214":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"228":{"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":{"214":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.0},"148":{"tf":1.0},"23":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"130":{"tf":1.0},"207":{"tf":3.0},"208":{"tf":2.8284271247461903},"218":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.8284271247461903},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"151":{"tf":1.0},"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":42,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":3.3166247903554},"145":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"218":{"tf":1.0},"22":{"tf":2.6457513110645907},"228":{"tf":2.0},"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},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":3.605551275463989},"43":{"tf":2.449489742783178},"44":{"tf":3.0},"45":{"tf":2.6457513110645907},"46":{"tf":1.4142135623730951},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"x":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"7":{"9":{"0":{"0":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"1":{"tf":1.0},"78":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":2.0}}}}}}}},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":13,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"219":{"tf":2.449489742783178},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":3.3166247903554},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"101":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"w":{"df":15,"docs":{"104":{"tf":2.0},"105":{"tf":1.0},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"187":{"tf":1.0},"2":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.7320508075688772},"97":{"tf":2.23606797749979}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"129":{"tf":1.0},"61":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"223":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"204":{"tf":2.23606797749979},"205":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178},"45":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"128":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"109":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":16,"docs":{"12":{"tf":1.0},"127":{"tf":2.0},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"220":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"178":{"tf":1.0},"37":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"59":{"tf":2.6457513110645907},"61":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}},"df":13,"docs":{"105":{"tf":1.0},"142":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"126":{"tf":1.0},"148":{"tf":1.0},"223":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"81":{"tf":1.0}}}}}}},"s":{"/":{"df":0,"docs":{},"v":{"1":{"df":1,"docs":{"220":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"204":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"21":{"tf":1.0},"218":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"135":{"tf":1.0},"142":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.0},"212":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":2.23606797749979},"134":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"(":{")":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"134":{"tf":1.4142135623730951},"146":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"211":{"tf":1.0},"218":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":9,"docs":{"122":{"tf":1.0},"126":{"tf":3.0},"148":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"134":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"226":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"r":{"df":2,"docs":{"104":{"tf":1.0},"225":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"143":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"218":{"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":{"142":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":5,"docs":{"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"3":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"61":{"tf":1.0},"63":{"tf":1.4142135623730951}}},"i":{"c":{"df":2,"docs":{"22":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"211":{"tf":1.0},"223":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"106":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"211":{"tf":1.0},"63":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"143":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"126":{"tf":1.0},"222":{"tf":1.0},"24":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"1":{"tf":1.0},"211":{"tf":1.0}}}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"115":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"53":{"tf":1.7320508075688772},"58":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":3.1622776601683795}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":12,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"16":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}},"d":{"df":2,"docs":{"211":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"204":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"79":{"tf":1.4142135623730951},"93":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"t":{"1":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"209":{"tf":1.0},"211":{"tf":1.0}}},"l":{"df":2,"docs":{"204":{"tf":2.0},"211":{"tf":2.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"142":{"tf":1.0},"204":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":6,"docs":{"11":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"215":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"223":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"63":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":2.23606797749979},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":6,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"50":{"tf":1.0},"61":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"206":{"tf":1.0},"228":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":22,"docs":{"120":{"tf":1.0},"134":{"tf":1.0},"176":{"tf":1.4142135623730951},"204":{"tf":2.6457513110645907},"211":{"tf":2.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":2.8284271247461903},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"222":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"115":{"tf":1.0},"126":{"tf":1.4142135623730951},"151":{"tf":1.0},"165":{"tf":1.4142135623730951},"222":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":2.23606797749979},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.8284271247461903}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"151":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.4142135623730951}}}}}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"14":{"tf":1.0},"16":{"tf":1.0},"5":{"tf":1.0},"8":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"h":{"9":{"df":0,"docs":{},"k":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}},"df":9,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"144":{"tf":1.0},"204":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"53":{"tf":2.0},"57":{"tf":1.0},"59":{"tf":3.0},"60":{"tf":2.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":24,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"214":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"211":{"tf":1.0},"23":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"101":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"133":{"tf":1.0},"96":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"215":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"3":{"tf":1.0},"79":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":28,"docs":{"1":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":2.0},"224":{"tf":3.872983346207417},"225":{"tf":4.0},"228":{"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},"40":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.1622776601683795},"53":{"tf":2.449489742783178},"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"u":{"d":{"df":2,"docs":{"228":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":1,"docs":{"41":{"tf":1.0}}},"df":49,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"207":{"tf":2.6457513110645907},"21":{"tf":1.0},"22":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"33":{"tf":1.0},"42":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"151":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":10,"docs":{"12":{"tf":1.7320508075688772},"130":{"tf":2.8284271247461903},"131":{"tf":1.0},"133":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":7,"docs":{"138":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"58":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"d":{"df":11,"docs":{"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"140":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"=":{"\"":{"d":{"4":{"2":{"d":{"b":{"7":{"df":0,"docs":{},"e":{"1":{"4":{"c":{"2":{"df":0,"docs":{},"e":{"0":{"df":0,"docs":{},"e":{"7":{"5":{"8":{"df":0,"docs":{},"e":{"9":{"a":{"6":{"df":0,"docs":{},"e":{"b":{"6":{"5":{"5":{"c":{"c":{"df":0,"docs":{},"f":{"4":{"1":{"8":{"4":{"9":{"4":{"1":{"0":{"6":{"6":{"c":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"136":{"tf":1.0},"137":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"217":{"tf":1.0},"218":{"tf":1.0},"81":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":8,"docs":{"138":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"109":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951}}},"t":{"df":2,"docs":{"138":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"137":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"54":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"214":{"tf":1.0}}},"s":{"df":2,"docs":{"1":{"tf":1.0},"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":18,"docs":{"151":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"59":{"tf":2.0},"63":{"tf":1.4142135623730951},"73":{"tf":2.449489742783178},"74":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":2.0},"77":{"tf":1.7320508075688772},"78":{"tf":2.449489742783178},"79":{"tf":2.23606797749979},"80":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"78":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"138":{"tf":1.0},"60":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":12,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"176":{"tf":1.4142135623730951},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":2.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":43,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":1.7320508075688772},"159":{"tf":1.0},"218":{"tf":1.0},"221":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":2.23606797749979},"64":{"tf":1.0},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"91":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"137":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":77,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"104":{"tf":2.449489742783178},"105":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.7320508075688772},"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":2.449489742783178},"139":{"tf":2.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"147":{"tf":2.23606797749979},"149":{"tf":2.0},"153":{"tf":2.23606797749979},"18":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.0},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":3.1622776601683795},"55":{"tf":3.0},"56":{"tf":2.0},"57":{"tf":2.23606797749979},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"75":{"tf":2.0},"76":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"19":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":32,"docs":{"130":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"142":{"tf":1.7320508075688772},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.7320508075688772},"19":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"211":{"tf":1.7320508075688772},"218":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.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},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"55":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"61":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"214":{"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}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"51":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"206":{"tf":1.0},"208":{"tf":1.0},"220":{"tf":1.7320508075688772},"36":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"d":{":":{"/":{"/":{"7":{"b":{"3":{"d":{"9":{"df":0,"docs":{},"e":{"9":{"d":{"b":{"d":{"a":{"6":{"df":0,"docs":{},"f":{"2":{"df":0,"docs":{},"e":{"0":{"3":{"8":{"1":{"d":{"df":0,"docs":{},"f":{"7":{"6":{"6":{"9":{"df":0,"docs":{},"f":{"6":{"1":{"1":{"7":{"b":{"df":0,"docs":{},"f":{"3":{"df":0,"docs":{},"e":{"5":{"4":{"1":{"7":{"1":{"4":{"6":{"9":{"c":{"df":0,"docs":{},"f":{"a":{"c":{"b":{"c":{"df":0,"docs":{},"e":{"2":{"6":{"7":{"0":{"6":{"0":{"5":{"a":{"6":{"1":{"c":{"df":0,"docs":{},"e":{"4":{"b":{"8":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"3":{"9":{"d":{"3":{"0":{"9":{"6":{"5":{"b":{"df":0,"docs":{},"e":{"c":{"d":{"b":{"c":{"4":{"0":{"3":{"3":{"6":{"df":0,"docs":{},"f":{"d":{"9":{"a":{"a":{"6":{"4":{"2":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"7":{"7":{"6":{"4":{"2":{"1":{"5":{"5":{"3":{"6":{"1":{"5":{"df":0,"docs":{},"f":{"6":{"4":{"2":{"d":{"d":{"5":{"9":{"9":{"df":0,"docs":{},"e":{"1":{"b":{"0":{"d":{"8":{"8":{"c":{"5":{"0":{"5":{"b":{"6":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"129":{"tf":1.0},"147":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"218":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":91,"docs":{"1":{"tf":1.0},"102":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.8284271247461903},"206":{"tf":3.3166247903554},"208":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"56":{"tf":1.0},"97":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"21":{"tf":1.0},"210":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"59":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":2.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"124":{"tf":1.0},"211":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"133":{"tf":1.0},"143":{"tf":2.0},"146":{"tf":1.0},"42":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":2.0},"143":{"tf":2.0},"219":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}}},"p":{"d":{"df":1,"docs":{"205":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":3,"docs":{"2":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0}}}},"r":{"d":{"df":4,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":20,"docs":{"12":{"tf":1.0},"135":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"53":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":3,"docs":{"126":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":8,"docs":{"206":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"153":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.0},"228":{"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":{"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"139":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.4142135623730951}},"r":{"df":2,"docs":{"130":{"tf":2.0},"131":{"tf":1.4142135623730951}}}}}}},"df":18,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"151":{"tf":1.0},"180":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"85":{"tf":2.23606797749979},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"206":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"173":{"tf":1.0},"26":{"tf":1.0},"63":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.23606797749979},"224":{"tf":1.4142135623730951},"225":{"tf":2.8284271247461903},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":32,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"48":{"tf":1.7320508075688772},"54":{"tf":1.0},"57":{"tf":1.7320508075688772},"62":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"109":{"tf":1.0},"114":{"tf":1.0},"217":{"tf":1.0},"92":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"76":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"101":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"72":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"211":{"tf":1.0},"212":{"tf":2.0}}},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"t":{"a":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"153":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"206":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"27":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"187":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":13,"docs":{"1":{"tf":1.0},"148":{"tf":1.4142135623730951},"207":{"tf":1.0},"209":{"tf":1.0},"220":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"42":{"tf":2.23606797749979},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"58":{"tf":1.0},"85":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"138":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"138":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"60":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"101":{"tf":2.23606797749979},"105":{"tf":1.7320508075688772},"109":{"tf":3.3166247903554},"118":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"136":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"57":{"tf":3.1622776601683795},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"72":{"tf":3.4641016151377544},"76":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"96":{"tf":2.8284271247461903}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"50":{"tf":1.0},"61":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"53":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"51":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"v":{"df":3,"docs":{"37":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"228":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"226":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"124":{"tf":1.0},"136":{"tf":1.0},"205":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"136":{"tf":2.0},"142":{"tf":1.0},"50":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"109":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"210":{"tf":1.0},"220":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":5,"docs":{"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"207":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":2.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"149":{"tf":1.0}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"218":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"0":{".":{"1":{"0":{".":{"0":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"109":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"150":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"59":{"tf":1.0}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"173":{"tf":1.0},"178":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"2":{"tf":1.0},"65":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"102":{"tf":1.0},"134":{"tf":2.449489742783178},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":12,"docs":{"104":{"tf":1.0},"124":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"151":{"tf":1.0},"182":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":3.0},"63":{"tf":1.4142135623730951},"89":{"tf":2.23606797749979},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":4,"docs":{"104":{"tf":1.0},"142":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.4142135623730951},"115":{"tf":1.0},"119":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"105":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":18,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"211":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":2.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":9,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":24,"docs":{"126":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"136":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":3,"docs":{"17":{"tf":2.0},"18":{"tf":1.0},"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"27":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":2.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"139":{"tf":1.0},"153":{"tf":1.0},"211":{"tf":2.6457513110645907},"212":{"tf":1.4142135623730951},"225":{"tf":1.0},"61":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"146":{"tf":1.0},"204":{"tf":3.3166247903554},"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"143":{"tf":1.0}}}}}}},"d":{"df":7,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"60":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.4142135623730951},"81":{"tf":1.0},"96":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"\"":{",":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":3,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"52":{"tf":1.0}}},"df":60,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":2.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"211":{"tf":2.8284271247461903},"212":{"tf":2.0},"216":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"37":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":2.8284271247461903},"52":{"tf":2.8284271247461903},"53":{"tf":2.23606797749979},"55":{"tf":2.8284271247461903},"56":{"tf":1.0},"57":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"104":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"133":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"61":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"101":{"tf":1.7320508075688772},"57":{"tf":1.0},"72":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"v":{"df":7,"docs":{"137":{"tf":2.23606797749979},"144":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":2.449489742783178},"4":{"tf":2.0},"48":{"tf":2.8284271247461903}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"54":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"196":{"tf":1.0},"197":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"3":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"138":{"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":1,"docs":{"142":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"134":{"tf":1.0},"143":{"tf":1.0},"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"153":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"205":{"tf":1.0},"223":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"225":{"tf":1.0}},"t":{"df":2,"docs":{"134":{"tf":1.7320508075688772},"214":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"211":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":40,"docs":{"100":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"11":{"tf":1.0},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"226":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"60":{"tf":2.0},"61":{"tf":1.0},"71":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"104":{"tf":1.0},"211":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"136":{"tf":2.0},"211":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"218":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"225":{"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":{"205":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":14,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"106":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"12":{"tf":1.4142135623730951},"126":{"tf":1.0},"211":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"85":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"6":{"0":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"197":{"tf":1.0},"91":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"113":{"tf":1.0},"117":{"tf":1.0},"52":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"q":{"df":5,"docs":{"10":{"tf":1.7320508075688772},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":12,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.4142135623730951},"52":{"tf":1.0},"79":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"41":{"tf":1.0},"59":{"tf":1.0}}},"df":1,"docs":{"133":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"w":{"df":2,"docs":{"104":{"tf":1.0},"59":{"tf":1.0}}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":37,"docs":{"133":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":17,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":3.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":2.6457513110645907},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":2.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"149":{"tf":2.0},"207":{"tf":1.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":10,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"136":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"`":{"]":{"[":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"109":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"221":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}}}}}}},"df":109,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"109":{"tf":2.6457513110645907},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.6457513110645907},"136":{"tf":3.3166247903554},"137":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.23606797749979},"149":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"196":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.7320508075688772},"214":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":2.23606797749979},"58":{"tf":2.0},"59":{"tf":4.69041575982343},"60":{"tf":3.7416573867739413},"61":{"tf":4.242640687119285},"62":{"tf":1.7320508075688772},"63":{"tf":2.6457513110645907},"64":{"tf":2.8284271247461903},"65":{"tf":2.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.7320508075688772},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}}},"n":{"d":{"df":3,"docs":{"149":{"tf":1.0},"209":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"223":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":2.23606797749979},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"151":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"151":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"145":{"tf":1.0},"162":{"tf":1.0},"27":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"x":{"df":1,"docs":{"211":{"tf":1.4142135623730951}},"e":{"d":{"3":{"2":{"df":2,"docs":{"161":{"tf":1.0},"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"215":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":2.0},"28":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":2.23606797749979},"41":{"tf":1.0},"44":{"tf":2.23606797749979}}}}},"o":{"a":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.1622776601683795}}}},"df":0,"docs":{},"w":{"df":6,"docs":{"111":{"tf":1.0},"136":{"tf":1.0},"142":{"tf":1.0},"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"127":{"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},"210":{"tf":1.0},"29":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":23,"docs":{"129":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"219":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"219":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"df":3,"docs":{"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"79":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"138":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":2.449489742783178},"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"120":{"tf":1.0},"124":{"tf":1.4142135623730951},"14":{"tf":1.0},"218":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"6":{"df":0,"docs":{},"z":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"102":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"137":{"tf":1.0},"148":{"tf":1.0},"225":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}},"i":{"df":1,"docs":{"218":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"1":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"27":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"11":{"tf":1.0},"130":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":31,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"126":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.4142135623730951},"14":{"tf":1.0},"144":{"tf":2.0},"2":{"tf":2.449489742783178},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":2.8284271247461903},"224":{"tf":2.6457513110645907},"225":{"tf":3.605551275463989},"228":{"tf":2.8284271247461903},"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},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"75":{"tf":2.0},"79":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":22,"docs":{"130":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.0},"148":{"tf":2.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"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},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":3.605551275463989},"46":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"27":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"219":{"tf":1.4142135623730951}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"c":{"df":1,"docs":{"228":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"144":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"126":{"tf":1.0},"134":{"tf":1.7320508075688772},"136":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"218":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"45":{"tf":1.0},"57":{"tf":1.0},"85":{"tf":1.0}}}}},"o":{"df":1,"docs":{"130":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.0}}}}},"t":{"df":6,"docs":{"143":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"212":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"16":{"tf":1.0},"222":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"222":{"tf":1.0}},"n":{"df":6,"docs":{"105":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"204":{"tf":1.0},"206":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}},"o":{"d":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"166":{"tf":1.0},"168":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":6,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"193":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"a":{"b":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"225":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"130":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"205":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":3,"docs":{"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"209":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"5":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"58":{"tf":1.0},"61":{"tf":1.0},"75":{"tf":1.0}},"l":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.4142135623730951},"191":{"tf":1.0}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"217":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"14":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"218":{"tf":1.0}}}}},"p":{"df":1,"docs":{"219":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"149":{"tf":1.0}}}},"p":{"df":8,"docs":{"136":{"tf":2.23606797749979},"137":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"4":{"tf":2.23606797749979},"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"218":{"tf":1.0}}},"df":5,"docs":{"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":1.0},"78":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"218":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"143":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"119":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"158":{"tf":1.0}}},"df":9,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"225":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"c":{"8":{"df":0,"docs":{},"j":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"2":{"df":0,"docs":{},"x":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"7":{"9":{"0":{"0":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}},"2":{"df":1,"docs":{"206":{"tf":1.0}}},"3":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"131":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951}},"s":{":":{"/":{"/":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"22":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{".":{"df":1,"docs":{"59":{"tf":1.0}}},"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":3,"docs":{"130":{"tf":1.0},"157":{"tf":1.0},"207":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"130":{"tf":2.449489742783178},"131":{"tf":1.0},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"211":{"tf":1.0}}}}},"d":{"df":15,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":3.4641016151377544},"136":{"tf":1.4142135623730951},"149":{"tf":1.0},"180":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":5,"docs":{"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"126":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"64":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"n":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":5,"docs":{"130":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"63":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"126":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"85":{"tf":1.0},"93":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"153":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":4,"docs":{"136":{"tf":1.4142135623730951},"214":{"tf":1.0},"37":{"tf":2.23606797749979},"46":{"tf":2.23606797749979}},"r":{"df":0,"docs":{},"m":{"df":19,"docs":{"12":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":2.0},"144":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"212":{"tf":1.0},"218":{"tf":1.0},"223":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"51":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"211":{"tf":1.0}}}}}},"df":3,"docs":{"104":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"33":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"222":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":10,"docs":{"219":{"tf":1.0},"221":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":11,"docs":{"1":{"tf":1.0},"134":{"tf":1.4142135623730951},"153":{"tf":1.0},"204":{"tf":1.4142135623730951},"211":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"54":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}}}}}}},"3":{"2":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":2.8284271247461903}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":3.7416573867739413}},"e":{"df":0,"docs":{},"g":{"df":7,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"204":{"tf":2.23606797749979},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":2.23606797749979}}}}}},"df":0,"docs":{}}},"r":{"df":15,"docs":{"12":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"2":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"222":{"tf":1.7320508075688772},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"34":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"215":{"tf":1.7320508075688772},"216":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"211":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}}}}},"v":{"df":3,"docs":{"205":{"tf":1.4142135623730951},"211":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"221":{"tf":1.0}}},"df":0,"docs":{}}}},"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":{"223":{"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":{"225":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"57":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"133":{"tf":1.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":19,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"49":{"tf":1.0},"53":{"tf":1.4142135623730951},"63":{"tf":1.0},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"4":{"df":6,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"161":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"6":{"df":10,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"213":{"tf":1.0},"48":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"}":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"109":{"tf":1.7320508075688772},"57":{"tf":1.7320508075688772},"84":{"tf":1.0},"96":{"tf":2.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}},"o":{"b":{"df":6,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":4,"docs":{"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"131":{"tf":1.0},"221":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"57":{"tf":1.7320508075688772}}}}}},"k":{"2":{"df":0,"docs":{},"n":{"7":{"b":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":12,"docs":{"109":{"tf":1.7320508075688772},"118":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":2.0},"62":{"tf":1.0},"72":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"147":{"tf":1.0},"207":{"tf":1.4142135623730951},"220":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"72":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"134":{"tf":1.0},"228":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":3,"docs":{"4":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":18,"docs":{"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"42":{"tf":2.23606797749979},"43":{"tf":2.0},"44":{"tf":1.7320508075688772},"45":{"tf":2.0},"46":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"218":{"tf":1.0}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"144":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"21":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":2.23606797749979},"31":{"tf":1.0},"40":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":41,"docs":{"109":{"tf":1.7320508075688772},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"135":{"tf":1.4142135623730951},"136":{"tf":3.0},"147":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"228":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"135":{"tf":1.0},"60":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"59":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"228":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"204":{"tf":2.449489742783178},"59":{"tf":1.0}}}}}},"t":{"'":{"df":9,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}},"df":1,"docs":{"59":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"2":{"tf":1.0},"209":{"tf":1.0},"214":{"tf":1.4142135623730951}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"59":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"12":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"133":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.4142135623730951},"223":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"140":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"57":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"134":{"tf":1.0},"145":{"tf":1.0},"153":{"tf":1.0},"218":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.449489742783178},"137":{"tf":1.0},"139":{"tf":1.0},"48":{"tf":1.7320508075688772},"57":{"tf":1.0},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"217":{"tf":2.23606797749979}}}}},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"101":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"151":{"tf":1.0},"189":{"tf":1.4142135623730951},"37":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"151":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"151":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"211":{"tf":1.7320508075688772},"225":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":26,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"128":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"75":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"8":{"0":{"0":{"0":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"206":{"tf":1.0},"208":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"215":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"24":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"151":{"tf":1.0},"193":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":6,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"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":{"133":{"tf":1.4142135623730951},"214":{"tf":2.449489742783178},"4":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"85":{"tf":1.4142135623730951},"88":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"135":{"tf":1.0},"204":{"tf":2.8284271247461903},"217":{"tf":1.0},"223":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":15,"docs":{"126":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"226":{"tf":1.0},"228":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"54":{"tf":1.0},"72":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"228":{"tf":1.0}}},"w":{"df":2,"docs":{"218":{"tf":1.4142135623730951},"223":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.4142135623730951},"212":{"tf":1.0}}}}}}},"z":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"df":3,"docs":{"174":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"m":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"5":{"tf":1.0},"57":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"14":{"tf":1.0},"142":{"tf":2.0},"224":{"tf":1.0},"225":{"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":{"129":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.4142135623730951},"128":{"tf":1.0},"60":{"tf":1.4142135623730951}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.7320508075688772},"206":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":22,"docs":{"137":{"tf":2.449489742783178},"138":{"tf":1.4142135623730951},"140":{"tf":1.7320508075688772},"142":{"tf":3.1622776601683795},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"33":{"tf":2.6457513110645907},"34":{"tf":2.449489742783178},"38":{"tf":1.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"140":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"19":{"tf":1.0},"222":{"tf":1.0},"69":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"228":{"tf":1.0},"5":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"137":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"151":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"`":{"]":{"[":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":31,"docs":{"106":{"tf":2.23606797749979},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"151":{"tf":1.0},"195":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"224":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.0},"97":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"130":{"tf":1.0},"211":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"193":{"tf":1.0},"60":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"104":{"tf":2.23606797749979},"105":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"133":{"tf":2.0},"135":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}}},"b":{"/":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"205":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"211":{"tf":1.0}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":7,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"106":{"tf":1.0},"120":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"212":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"143":{"tf":1.0},"220":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":13,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"4":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":7,"docs":{"109":{"tf":1.0},"119":{"tf":1.0},"165":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"72":{"tf":1.4142135623730951}},"}":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":27,"docs":{"106":{"tf":1.0},"109":{"tf":1.7320508075688772},"110":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"126":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":2.8284271247461903},"55":{"tf":2.23606797749979},"57":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":2.0},"65":{"tf":1.0},"72":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.4142135623730951},"129":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"153":{"tf":1.0},"5":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"df":18,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"132":{"tf":2.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.8284271247461903},"135":{"tf":2.23606797749979},"136":{"tf":2.8284271247461903},"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"219":{"tf":3.0},"22":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"84":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"143":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"g":{"6":{"df":2,"docs":{"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"m":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":12,"docs":{"132":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"170":{"tf":1.0},"18":{"tf":1.0},"218":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"1":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":28,"docs":{"1":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"204":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"12":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"130":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":9,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"2":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":13,"docs":{"130":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.4142135623730951},"2":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"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":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.0},"71":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":58,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":2.0},"109":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":2.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.7320508075688772},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":2.23606797749979},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":2.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":6,"docs":{"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"228":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":1,"docs":{"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":2,"docs":{"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":1,"docs":{"104":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":13,"docs":{"138":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"56":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"204":{"tf":2.449489742783178}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.7320508075688772},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":5,"docs":{"14":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"w":{"df":6,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"211":{"tf":1.4142135623730951},"218":{"tf":1.0},"26":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":1.0},"226":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"16":{"tf":1.0}}}},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"y":{"7":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"_":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"129":{"tf":2.0}}},"df":6,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"212":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"97":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"130":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"211":{"tf":1.0},"59":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"76":{"tf":1.0},"84":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":20,"docs":{"115":{"tf":1.0},"119":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"224":{"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},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"63":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"109":{"tf":2.449489742783178},"34":{"tf":2.0},"36":{"tf":2.0},"43":{"tf":2.0},"45":{"tf":2.0},"88":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":24,"docs":{"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":2.6457513110645907},"135":{"tf":1.7320508075688772},"137":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":3.1622776601683795},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"204":{"tf":2.0},"212":{"tf":1.0},"219":{"tf":1.7320508075688772},"223":{"tf":1.0},"48":{"tf":1.7320508075688772},"59":{"tf":1.0},"72":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"x":{"7":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":2.0},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"134":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0}},"r":{"df":1,"docs":{"104":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"d":{"df":0,"docs":{},"q":{"df":0,"docs":{},"m":{"3":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"q":{"df":4,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":13,"docs":{"109":{"tf":1.0},"170":{"tf":1.0},"176":{"tf":1.0},"184":{"tf":1.0},"195":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":21,"docs":{"105":{"tf":1.0},"128":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"140":{"tf":1.0},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"101":{"tf":1.0},"72":{"tf":1.0},"96":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"64":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"228":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"127":{"tf":1.0},"2":{"tf":1.0},"96":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"104":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"137":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"223":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"130":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"75":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"222":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"225":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"1":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"126":{"tf":1.0},"85":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"18":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0},"85":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"127":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.0},"101":{"tf":2.0},"102":{"tf":1.0},"104":{"tf":3.0},"105":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"126":{"tf":2.23606797749979},"129":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"136":{"tf":1.0},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"206":{"tf":1.0},"211":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.7320508075688772},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":2.0},"52":{"tf":1.0},"53":{"tf":2.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"59":{"tf":4.358898943540674},"60":{"tf":1.4142135623730951},"61":{"tf":3.0},"62":{"tf":1.0},"63":{"tf":3.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":2.449489742783178},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"89":{"tf":1.0},"96":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"217":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"12":{"tf":1.0},"153":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"79":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"51":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"227":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":18,"docs":{"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"151":{"tf":1.0},"199":{"tf":1.4142135623730951},"218":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"137":{"tf":1.0},"149":{"tf":2.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"137":{"tf":1.0},"2":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"72":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"137":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"225":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"79":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":8,"docs":{"11":{"tf":2.449489742783178},"153":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"143":{"tf":1.0},"193":{"tf":1.0},"218":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"p":{"df":1,"docs":{"204":{"tf":1.0}}},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"129":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"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":{"129":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"127":{"tf":1.0},"128":{"tf":2.23606797749979},"130":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"52":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"n":{"df":1,"docs":{"11":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":78,"docs":{"134":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.8284271247461903},"206":{"tf":3.1622776601683795},"208":{"tf":1.0},"225":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"56":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"57":{"tf":1.0}}}}}}},"y":{"df":6,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"218":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"209":{"tf":2.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.23606797749979}}}}}}},"o":{"d":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.7320508075688772},"189":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"22":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":5,"docs":{"126":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"218":{"tf":1.0},"61":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":4,"docs":{"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"223":{"tf":1.0}}}}},"=":{"7":{"7":{"7":{"7":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":42,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.449489742783178},"137":{"tf":2.0},"145":{"tf":2.23606797749979},"149":{"tf":1.7320508075688772},"158":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":2.23606797749979},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"213":{"tf":1.0},"22":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"49":{"tf":1.4142135623730951},"53":{"tf":2.0},"57":{"tf":2.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":2.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"137":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"55":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"226":{"tf":1.0},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"220":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}}}},"df":2,"docs":{"7":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"133":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"165":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"178":{"tf":1.0},"84":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"120":{"tf":1.0},"228":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"4":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"218":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"217":{"tf":1.0},"218":{"tf":1.4142135623730951}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":19,"docs":{"104":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"134":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"217":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.7320508075688772},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"59":{"tf":2.23606797749979},"61":{"tf":2.0},"97":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"137":{"tf":1.0},"14":{"tf":1.4142135623730951},"211":{"tf":1.0},"228":{"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":{"219":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":2.0},"118":{"tf":1.0},"123":{"tf":1.0},"211":{"tf":1.0},"57":{"tf":1.7320508075688772},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"13":{"tf":1.0},"228":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":56,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":15,"docs":{"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"223":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}},"df":1,"docs":{"204":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":57,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":3.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":2.8284271247461903},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":2.23606797749979},"153":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.8284271247461903},"22":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":129,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":3.3166247903554},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":3.872983346207417},"143":{"tf":3.4641016151377544},"144":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.7320508075688772},"18":{"tf":1.7320508075688772},"205":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":2.0},"219":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":2.8284271247461903},"224":{"tf":3.605551275463989},"225":{"tf":4.47213595499958},"228":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":3.605551275463989},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"4":{"tf":2.449489742783178},"41":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":3.7416573867739413},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":3.0},"48":{"tf":3.1622776601683795},"49":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":2.23606797749979},"56":{"tf":1.0},"57":{"tf":2.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":5,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"223":{"tf":1.0},"60":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"d":{"=":{"\"":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"4":{"5":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"223":{"tf":1.4142135623730951},"225":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"11":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"1":{"tf":1.0},"115":{"tf":1.0},"206":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"127":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}},"t":{"df":2,"docs":{"224":{"tf":1.0},"62":{"tf":1.0}}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.0}}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"157":{"tf":1.0},"207":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":9,"docs":{"127":{"tf":1.7320508075688772},"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"207":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}},"h":{"7":{"c":{"df":0,"docs":{},"q":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"206":{"tf":1.0},"215":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":10,"docs":{"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"0":{".":{"6":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":10,"docs":{"1":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"32":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":1.0}}},".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"123":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"62":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772}}}}}}}},"df":7,"docs":{"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"149":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":3,"docs":{"149":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"107":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"116":{"tf":1.0},"117":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":6,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"154":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"164":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"169":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"179":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"181":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"183":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"188":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"192":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"194":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"206":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"214":{"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":{"215":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"{":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"219":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":1,"docs":{"219":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"{":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"{":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"149":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":3,"docs":{"137":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"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":{"143":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"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":{"134":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"129":{"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":{"134":{"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":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"134":{"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":{"137":{"tf":1.0},"205":{"tf":1.0},"48":{"tf":1.0}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"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":{"135":{"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":{"135":{"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":{"135":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"x":{"d":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"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":{"142":{"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":{"142":{"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":{"142":{"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":{"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":{}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}}}}},"df":85,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"12":{"tf":2.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"205":{"tf":2.23606797749979},"206":{"tf":2.0},"207":{"tf":2.6457513110645907},"208":{"tf":1.7320508075688772},"209":{"tf":2.23606797749979},"211":{"tf":2.23606797749979},"212":{"tf":1.0},"214":{"tf":2.0},"215":{"tf":1.0},"217":{"tf":1.0},"219":{"tf":1.0},"22":{"tf":2.449489742783178},"220":{"tf":1.4142135623730951},"222":{"tf":2.0},"223":{"tf":2.23606797749979},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"228":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":2.6457513110645907},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.7416573867739413},"34":{"tf":3.7416573867739413},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":3.605551275463989},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":4.242640687119285},"43":{"tf":4.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"46":{"tf":3.605551275463989},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"5":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":2.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"79":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"101":{"tf":1.4142135623730951},"126":{"tf":1.0},"191":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"104":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":2.449489742783178},"105":{"tf":1.4142135623730951},"223":{"tf":1.0}}}}},"b":{"a":{"c":{"df":3,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"211":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.0},"136":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"i":{"df":13,"docs":{"218":{"tf":3.1622776601683795},"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.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"y":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"134":{"tf":1.0},"14":{"tf":1.4142135623730951},"153":{"tf":1.0},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":20,"docs":{"102":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"205":{"tf":1.0},"225":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"11":{"tf":1.0},"21":{"tf":1.0},"214":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":5,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"18":{"tf":1.0},"211":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"130":{"tf":1.0},"2":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"101":{"tf":1.0},"109":{"tf":2.6457513110645907},"118":{"tf":1.0},"123":{"tf":1.0},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"96":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":60,"docs":{"130":{"tf":1.0},"139":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"223":{"tf":1.0},"54":{"tf":1.0},"57":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"211":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":19,"docs":{"130":{"tf":1.0},"137":{"tf":1.7320508075688772},"153":{"tf":2.0},"205":{"tf":3.4641016151377544},"206":{"tf":4.358898943540674},"207":{"tf":2.449489742783178},"208":{"tf":2.8284271247461903},"218":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":3.3166247903554},"43":{"tf":2.6457513110645907},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"16":{"tf":1.4142135623730951},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"153":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}},"v":{"df":17,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.4142135623730951},"136":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"91":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":4,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"205":{"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":{"222":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"49":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"64":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"221":{"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":{"143":{"tf":1.4142135623730951}}}}}},"df":7,"docs":{"131":{"tf":1.0},"143":{"tf":2.0},"153":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"48":{"tf":1.4142135623730951},"97":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":23,"docs":{"105":{"tf":1.0},"109":{"tf":1.7320508075688772},"118":{"tf":1.0},"130":{"tf":1.7320508075688772},"133":{"tf":1.0},"16":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"21":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"228":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":2.0},"76":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":9,"docs":{"138":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"133":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.7320508075688772},"153":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":4,"docs":{"130":{"tf":1.0},"138":{"tf":1.0},"4":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"123":{"tf":1.0},"131":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"65":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":7,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"212":{"tf":2.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"225":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"226":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"223":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"101":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"100":{"tf":1.0},"208":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"211":{"tf":2.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":2.0},"46":{"tf":2.23606797749979},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"65":{"tf":1.0},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}}}}}},"p":{"c":{"df":1,"docs":{"153":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"148":{"tf":1.0},"223":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":2.23606797749979},"97":{"tf":2.449489742783178}}}},"n":{"df":42,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":2.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.7320508075688772},"21":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.7320508075688772},"221":{"tf":1.0},"223":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":3.1622776601683795},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"40":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":3.3166247903554},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"56":{"tf":1.0},"61":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.4142135623730951}}}}}},"df":17,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951},"78":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}}}}},"s":{"\"":{":":{"\"":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"8":{"0":{"0":{"0":{"\"":{"df":0,"docs":{},"}":{",":{"\"":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"\"":{":":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\"":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":15,"docs":{"130":{"tf":1.7320508075688772},"153":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"79":{"tf":1.0},"97":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"79":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"151":{"tf":1.0},"204":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"134":{"tf":1.0},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.4142135623730951},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0},"57":{"tf":2.0},"64":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"k":{"df":2,"docs":{"224":{"tf":1.0},"225":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":6,"docs":{"142":{"tf":1.0},"146":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}},"e":{"c":{"df":2,"docs":{"205":{"tf":1.0},"48":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"134":{"tf":1.0},"162":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"36":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"126":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":23,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"214":{"tf":1.0},"219":{"tf":1.4142135623730951},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"228":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"61":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"]":{"'":{"df":2,"docs":{"105":{"tf":1.0},"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"d":{"df":22,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":2.0},"147":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"218":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":12,"docs":{"120":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"225":{"tf":1.0},"27":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"57":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"129":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"204":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"53":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"129":{"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":{"129":{"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":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":39,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"140":{"tf":1.7320508075688772},"142":{"tf":3.3166247903554},"143":{"tf":1.7320508075688772},"144":{"tf":2.0},"145":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"215":{"tf":1.0},"218":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":3.7416573867739413},"224":{"tf":2.8284271247461903},"225":{"tf":4.358898943540674},"228":{"tf":2.449489742783178},"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},"4":{"tf":1.7320508075688772},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"53":{"tf":2.0},"73":{"tf":1.0},"75":{"tf":1.4142135623730951}}}},"i":{"c":{"df":29,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":2.0},"148":{"tf":1.0},"153":{"tf":2.0},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"205":{"tf":3.7416573867739413},"206":{"tf":2.0},"207":{"tf":3.0},"208":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"218":{"tf":2.449489742783178},"225":{"tf":1.0},"228":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"42":{"tf":2.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"134":{"tf":2.23606797749979},"135":{"tf":2.6457513110645907},"218":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":3.605551275463989}}}}}}},"t":{"df":32,"docs":{"1":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"14":{"tf":1.0},"146":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"207":{"tf":1.7320508075688772},"208":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.4142135623730951},"72":{"tf":2.0},"75":{"tf":1.0},"93":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":4,"docs":{"130":{"tf":1.4142135623730951},"138":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"126":{"tf":1.0},"138":{"tf":1.0},"209":{"tf":1.0},"222":{"tf":1.4142135623730951},"33":{"tf":1.0},"42":{"tf":1.0},"63":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"1":{"df":1,"docs":{"136":{"tf":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":{"136":{"tf":1.0},"61":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"11":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"25":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":12,"docs":{"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"223":{"tf":1.7320508075688772},"224":{"tf":1.4142135623730951},"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":5,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"138":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"138":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"208":{"tf":1.0},"223":{"tf":1.0}}}}},"i":{"df":1,"docs":{"52":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":10,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"153":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"225":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"147":{"tf":1.0},"206":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"3":{"2":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":19,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"211":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"23":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"223":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"5":{"d":{"6":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"174":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"78":{"tf":2.23606797749979},"79":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"57":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"228":{"tf":1.0},"41":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":17,"docs":{"1":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"137":{"tf":1.0},"149":{"tf":1.0},"186":{"tf":1.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.0},"228":{"tf":1.7320508075688772},"4":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"206":{"tf":1.4142135623730951},"211":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"220":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"52":{"tf":1.4142135623730951},"75":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"212":{"tf":1.0}},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":15,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"12":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.0},"2":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}},"i":{"df":13,"docs":{"104":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.0},"144":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":2.0},"208":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"c":{"/":{"a":{"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":2,"docs":{"134":{"tf":1.0},"58":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"224":{"tf":1.0},"225":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":10,"docs":{"1":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"223":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"11":{"tf":1.0},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"206":{"tf":1.7320508075688772},"21":{"tf":1.0},"211":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"40":{"tf":1.0},"46":{"tf":1.7320508075688772},"5":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"96":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"106":{"tf":1.0}}}}}}},"i":{"c":{"df":8,"docs":{"138":{"tf":1.0},"18":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":2.23606797749979}}},"df":0,"docs":{}},"u":{"df":5,"docs":{"218":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":7,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"59":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"223":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"144":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}}},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"204":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"100":{"tf":1.0},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"72":{"tf":2.23606797749979},"84":{"tf":1.0}}}}}}},"df":1,"docs":{"204":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"153":{"tf":2.0},"78":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"85":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.449489742783178},"118":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"186":{"tf":1.0},"204":{"tf":3.3166247903554},"51":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":2.23606797749979},"61":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":2.23606797749979},"76":{"tf":1.4142135623730951},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.4142135623730951},"163":{"tf":1.0},"207":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":4,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"4":{"tf":1.0}}},"df":6,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":3,"docs":{"137":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"220":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"142":{"tf":1.0},"218":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"19":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"=":{"1":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"26":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":10,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"211":{"tf":1.4142135623730951},"220":{"tf":1.0},"97":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"228":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"106":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":16,"docs":{"2":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"60":{"tf":1.0},"96":{"tf":1.0}},"n":{"df":1,"docs":{"149":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"138":{"tf":1.0},"228":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"8":{"df":1,"docs":{"211":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":3,"docs":{"104":{"tf":1.0},"211":{"tf":1.4142135623730951},"60":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.7320508075688772},"137":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"1":{"tf":1.0},"223":{"tf":1.0}}}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"218":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"204":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"227":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"120":{"tf":1.0},"134":{"tf":1.4142135623730951},"223":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"104":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"218":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":26,"docs":{"104":{"tf":1.0},"111":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"5":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"89":{"tf":1.0},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"211":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":14,"docs":{"104":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"134":{"tf":1.4142135623730951},"142":{"tf":1.0},"143":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0},"97":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":9,"docs":{"115":{"tf":2.6457513110645907},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"129":{"tf":2.0},"151":{"tf":1.0},"203":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"220":{"tf":2.23606797749979}}}},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"37":{"tf":2.449489742783178},"46":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":22,"docs":{"120":{"tf":1.7320508075688772},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":2.8284271247461903},"146":{"tf":2.0},"149":{"tf":1.0},"211":{"tf":2.449489742783178},"225":{"tf":1.0},"36":{"tf":2.8284271247461903},"37":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"81":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"120":{"tf":1.7320508075688772},"126":{"tf":1.0},"151":{"tf":1.0},"201":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0}}}}}},"s":{">":{":":{"<":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"134":{"tf":1.0},"136":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"130":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":16,"docs":{"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"228":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"<":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"212":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"110":{"tf":1.4142135623730951},"124":{"tf":1.0},"134":{"tf":2.23606797749979},"135":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":2.6457513110645907},"143":{"tf":2.0},"219":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"214":{"tf":1.0}}},"k":{"df":4,"docs":{"134":{"tf":1.0},"142":{"tf":1.0},"211":{"tf":1.0},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"222":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"93":{"tf":1.0}}},"df":17,"docs":{"100":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":2.23606797749979},"22":{"tf":1.0},"223":{"tf":1.0},"225":{"tf":1.7320508075688772},"228":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"1":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"228":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":8,"docs":{"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"147":{"tf":1.7320508075688772},"218":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"214":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"12":{"tf":1.0},"146":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.4142135623730951},"55":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"v":{"3":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"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":{"143":{"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":{"143":{"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":58,"docs":{"101":{"tf":2.0},"105":{"tf":1.7320508075688772},"109":{"tf":4.242640687119285},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":3.3166247903554},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":3.605551275463989},"62":{"tf":1.0},"64":{"tf":2.23606797749979},"72":{"tf":3.605551275463989},"76":{"tf":1.7320508075688772},"84":{"tf":2.0},"88":{"tf":1.4142135623730951},"96":{"tf":3.4641016151377544}}},"i":{"c":{"df":2,"docs":{"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"129":{"tf":2.0}}},"2":{"df":1,"docs":{"129":{"tf":1.0}}},"8":{"df":1,"docs":{"129":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"207":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"209":{"tf":1.0},"211":{"tf":1.4142135623730951},"22":{"tf":1.0},"225":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":2.0},"50":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"81":{"tf":1.0}}}},"df":2,"docs":{"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":8,"docs":{"105":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"185":{"tf":1.4142135623730951},"204":{"tf":2.449489742783178},"72":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"109":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":2.449489742783178}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"109":{"tf":1.0},"84":{"tf":1.0}}},"df":2,"docs":{"105":{"tf":1.0},"204":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"72":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"206":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":4,"docs":{"129":{"tf":1.0},"48":{"tf":1.0},"61":{"tf":1.0},"64":{"tf":1.0}}}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"211":{"tf":1.0}}},"x":{"df":6,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"129":{"tf":1.4142135623730951},"54":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"13":{"tf":1.0},"209":{"tf":2.0},"210":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"224":{"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":{"142":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":11,"docs":{"218":{"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},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"205":{"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":9,"docs":{"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.0},"211":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951},"149":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"75":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"102":{"tf":1.0},"134":{"tf":1.7320508075688772},"153":{"tf":1.0},"53":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"211":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"48":{"tf":1.0},"57":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"137":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"214":{"tf":1.0},"29":{"tf":1.0},"4":{"tf":1.7320508075688772},"48":{"tf":1.0}}}},"df":61,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"104":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"206":{"tf":2.23606797749979},"209":{"tf":1.0},"211":{"tf":2.6457513110645907},"217":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"220":{"tf":1.0},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"57":{"tf":1.7320508075688772},"58":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"211":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"r":{"df":2,"docs":{"14":{"tf":1.0},"211":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"118":{"tf":1.0},"129":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":2,"docs":{"204":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"228":{"tf":1.0},"65":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":11,"docs":{"126":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"224":{"tf":1.0}},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":23,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"147":{"tf":1.0}}},"4":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"0":{".":{"0":{".":{"0":{".":{"0":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"6":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"=":{"[":{":":{":":{"]":{":":{"7":{"6":{"0":{"0":{"df":2,"docs":{"37":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"137":{"tf":1.0},"207":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"147":{"tf":1.0},"64":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":32,"docs":{"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":2.8284271247461903},"207":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.7320508075688772},"64":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"130":{"tf":1.0},"204":{"tf":2.449489742783178},"214":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"79":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"214":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"228":{"tf":1.0},"78":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"\"":{"0":{".":{"7":{".":{"0":{"df":2,"docs":{"37":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"211":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":2.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":2.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"i":{"a":{"df":23,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":2.0},"137":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"227":{"tf":1.7320508075688772},"228":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":9,"docs":{"109":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"130":{"tf":1.0},"136":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"220":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}}}}},"w":{"df":0,"docs":{},"n":{"2":{"df":0,"docs":{},"f":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"218":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"137":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.0},"228":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":4,"docs":{"222":{"tf":1.0},"223":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":6,"docs":{"206":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":3,"docs":{"206":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}}},"b":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"222":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"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":{"142":{"tf":1.0},"211":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"57":{"tf":1.0},"72":{"tf":1.4142135623730951},"76":{"tf":1.0},"84":{"tf":1.4142135623730951},"96":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}},"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":8,"docs":{"104":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"153":{"tf":1.0},"211":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"45":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":11,"docs":{"14":{"tf":1.0},"153":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"228":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"104":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":7,"docs":{"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"61":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":36,"docs":{"137":{"tf":2.23606797749979},"138":{"tf":2.23606797749979},"139":{"tf":1.7320508075688772},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.4142135623730951},"153":{"tf":2.23606797749979},"205":{"tf":2.0},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":2.23606797749979},"34":{"tf":2.0},"35":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"4":{"tf":2.23606797749979},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0}},"s":{"'":{"df":1,"docs":{"139":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"x":{"d":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"205":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":1.0},"211":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":29,"docs":{"148":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"26":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":2.449489742783178},"36":{"tf":2.8284271247461903},"37":{"tf":2.449489742783178},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.449489742783178},"45":{"tf":2.8284271247461903},"46":{"tf":2.449489742783178},"47":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":20,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"149":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"218":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"134":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":2.23606797749979},"163":{"tf":1.0},"207":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":4,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"3":{"df":4,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}},"4":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"5":{"df":3,"docs":{"25":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0}}},"6":{"df":1,"docs":{"26":{"tf":1.0}}},"7":{"df":1,"docs":{"28":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"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":{"213":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"207":{"tf":1.0},"42":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"144":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"131":{"tf":1.0},"215":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"63":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"165":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"166":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"df":1,"docs":{"12":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"25":{"tf":1.0},"28":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"13":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"155":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"170":{"tf":1.0},"26":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0}}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"176":{"tf":1.0},"81":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"221":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"211":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"140":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"205":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"157":{"tf":1.0}}}}}},"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"220":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"180":{"tf":1.0},"85":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"212":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"182":{"tf":1.0},"89":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"56":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"145":{"tf":1.0},"158":{"tf":1.0},"216":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"209":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"222":{"tf":1.0},"60":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"10":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}},"df":20,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"159":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0},"63":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"184":{"tf":1.0},"93":{"tf":1.0}},"l":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"186":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"228":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"36":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"228":{"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":{"134":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"215":{"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":{"133":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"210":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":2,"docs":{"12":{"tf":1.0},"222":{"tf":1.0}}}}},"o":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"v":{"6":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"217":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"189":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"193":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"214":{"tf":1.0}}}},"z":{"4":{"df":1,"docs":{"79":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{".":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"106":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"228":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"219":{"tf":1.0},"24":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"142":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"228":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"t":{"df":5,"docs":{"226":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"228":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"228":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"126":{"tf":1.0},"19":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"227":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"111":{"tf":1.0},"199":{"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":{"128":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"205":{"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":{"209":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"225":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"68":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"227":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"132":{"tf":1.0},"142":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"20":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"154":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"164":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"183":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"_":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"194":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":21,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"22":{"tf":1.0},"222":{"tf":1.0},"228":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"218":{"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":{"69":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"205":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"97":{"tf":1.0}}}},"n":{"df":1,"docs":{"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"131":{"tf":1.0},"57":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"140":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"17":{"tf":1.0},"228":{"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":{"135":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"228":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"17":{"tf":1.0},"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"228":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"227":{"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":2,"docs":{"115":{"tf":1.0},"203":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"201":{"tf":1.0}}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"204":{"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":{"129":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"227":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"29":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"d":{"df":9,"docs":{"137":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"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